summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-03-13 15:37:02 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-03-13 15:37:02 +0000
commit28b47dfe8b27431d96f575592c3841c7687fe5d1 (patch)
treeb8a7e80e53f04e779973a0d320d49bea93be5629
parent029b349a7c56bbd7e865a931db48a06a5f5c9227 (diff)
downloadFreeBSD-src-28b47dfe8b27431d96f575592c3841c7687fe5d1.zip
FreeBSD-src-28b47dfe8b27431d96f575592c3841c7687fe5d1.tar.gz
- Use an uppercase provider name in the example, to make the name change
after labeling the provider more obvious. (1) - Correct nomenclature usage PR: 121487 (1) Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> MFC after: 3 days
-rw-r--r--sbin/geom/class/multipath/gmultipath.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/geom/class/multipath/gmultipath.8 b/sbin/geom/class/multipath/gmultipath.8
index 0af0f30..8c354e4 100644
--- a/sbin/geom/class/multipath/gmultipath.8
+++ b/sbin/geom/class/multipath/gmultipath.8
@@ -213,15 +213,15 @@ with their storage is qualified to make this judgement.
.Pp
You can then use the
.Nm
-command to label and create the
+command to label and create a
.Nm MULTIPATH
-GEOM class named
-.Ar Fred .
+GEOM provider named
+.Ar FRED .
.Bd -literal -offset indent
-gmultipath label -v Fred /dev/da0 /dev/da2
-disklabel -Brw /dev/multipath/Fred auto
-newfs /dev/multipath/Freda
-mount /dev/multipath/Freda /mnt....
+gmultipath label -v FRED /dev/da0 /dev/da2
+disklabel -Brw /dev/multipath/FRED auto
+newfs /dev/multipath/FREDa
+mount /dev/multipath/FREDa /mnt....
.Ed
.Pp
The resultant console output looks something like:
OpenPOWER on IntegriCloud