aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-07-18 03:14:49 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-07-18 03:14:49 +0000
commitc283159997bf0400faf2aa94821864af673926ab (patch)
tree1214836f17133fa4c8d68e5b9fb3948436f116a4 /sbin
parente2b25737ee5492d8c05810f1fc4cd1eb13a10fae (diff)
downloadsrc-c283159997bf0400faf2aa94821864af673926ab.tar.gz
src-c283159997bf0400faf2aa94821864af673926ab.zip
Fix contraction spotted by igor(1) and remove 2 .Ed spotted by mandoc(1).
Also, don't capitalize "module" and remove a redundant phrase introduced in my previous commit. Differential Revision: D3112 Reviewed by: wblock Sponsored by: gandi.net
Notes
Notes: svn path=/head/; revision=285666
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/multipath/gmultipath.812
1 files changed, 5 insertions, 7 deletions
diff --git a/sbin/geom/class/multipath/gmultipath.8 b/sbin/geom/class/multipath/gmultipath.8
index a07f9bd806c5..94713a7bdeb3 100644
--- a/sbin/geom/class/multipath/gmultipath.8
+++ b/sbin/geom/class/multipath/gmultipath.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 17, 2015
+.Dd July 18, 2015
.Dt GMULTIPATH 8
.Os
.Sh NAME
@@ -107,10 +107,10 @@ When using the
.Dq manual
method, no metadata are stored on the devices, so the multipath
device has to be configured by hand every time it is needed.
-Additional device paths also won't be detected automatically.
+Additional device paths also will not be detected automatically.
The
.Dq automatic
-method uses on-disk metadata to detect device and all it's paths.
+method uses on-disk metadata to detect device and all its paths.
Metadata use the last sector of the underlying disk device and
include device name and UUID.
The UUID guarantees uniqueness in a shared storage environment
@@ -350,16 +350,14 @@ GEOM_MULTIPATH: da0 added to FRED
GEOM_MULTIPATH: da0 is now active path in FRED
GEOM_MULTIPATH: da2 added to FRED
.Ed
-.Ed
.Pp
To load the
.Nm
-Module at boot time, add the following entry to
-.Pa /boot/loader.conf:
+module at boot time, add this entry to
+.Pa /boot/loader.conf :
.Bd -literal -offset ident
geom_multipath_load="YES"
.Ed
-.Ed
.Sh SEE ALSO
.Xr geom 4 ,
.Xr isp 4 ,