svn commit: r356488 - head/usr.sbin/bsdinstall

Maxim Konovalov maxim at FreeBSD.org
Wed Jan 8 14:01:16 UTC 2020


Author: maxim
Date: Wed Jan  8 14:01:15 2020
New Revision: 356488
URL: https://svnweb.freebsd.org/changeset/base/356488

Log:
  o Spell "Redundancy" and "Remember" correctly.
  
  PR:		243187
  Submitted by:	mikael.urankar at gmail.com (partially)

Modified:
  head/usr.sbin/bsdinstall/bsdinstall.8

Modified: head/usr.sbin/bsdinstall/bsdinstall.8
==============================================================================
--- head/usr.sbin/bsdinstall/bsdinstall.8	Wed Jan  8 11:30:42 2020	(r356487)
+++ head/usr.sbin/bsdinstall/bsdinstall.8	Wed Jan  8 14:01:15 2020	(r356488)
@@ -336,8 +336,8 @@ Default:
 The type of pool to be created for the base system.
 This variable can take one of this values: stripe (No redundacy),
 mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors),
-raidz1 (RAID-Z1 - Single Redundacy RAID), raidz2 (RAID-Z2 - Double Redundacy RAID)
-or raidz3 (RAID-Z3 Triple Redundacy RAID).
+raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID)
+or raidz3 (RAID-Z3 Triple Redundancy RAID).
 Default:
 .Dq stripe
 .It Ev ZFSBOOT_FORCE_4K_SECTORS
@@ -505,7 +505,7 @@ ZFSBOOT_DISKS="ada0 ada1"
 ZFSBOOT_VDEV_TYPE=mirror
 .Ed
 .Pp
-Remenber to export all the variables for the
+Remember to export all the variables for the
 .Cm zfsboot
 command, otherwise it will not get set.
 .Ss SETUP SCRIPT


More information about the svn-src-all mailing list