From e0e236ba88ea69af7ecf6ff8ea1f357e52958f97 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Mon, 24 Aug 2020 14:04:59 +0000 Subject: [PATCH] s/redundacy/redundancy MFC after: 1 week --- usr.sbin/bsdinstall/bsdinstall.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index b5e2133eaf5..8048e41669e 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -349,7 +349,7 @@ Default: .Dq default .It Ev ZFSBOOT_VDEV_TYPE The type of pool to be created for the base system. -This variable can take one of this values: stripe (No redundacy), +This variable can take one of this values: stripe (No redundancy), mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors), raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID) or raidz3 (RAID-Z3 Triple Redundancy RAID).