From 393d92e48116aad1e13feaaac7ef01145de5cc51 Mon Sep 17 00:00:00 2001 From: ive0skills Date: Wed, 3 Dec 2025 20:41:39 +0700 Subject: [PATCH] src/installation/guides/zfs: typo fix fixed a typo: "the the" to "the" --- src/installation/guides/zfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/guides/zfs.md b/src/installation/guides/zfs.md index 7ae9322e..e806c032 100644 --- a/src/installation/guides/zfs.md +++ b/src/installation/guides/zfs.md @@ -58,7 +58,7 @@ guide apply to ZFS installations as well, except that no benefit to creating separate ZFS pools on a single disk. As needed, format the EFI system partition using -[mkfs.vfat(8)](https://man.voidlinux.org/mkfs.vfat.8) and the the boot partition +[mkfs.vfat(8)](https://man.voidlinux.org/mkfs.vfat.8) and the boot partition using [mke2fs(8)](https://man.voidlinux.org/mke2fs.8) or [mkfs.xfs(8)](https://man.voidlinux.org/mkfs.xfs.8). Initialize any swap space using [mkswap(8)](https://man.voidlinux.org).