From 28b47dfe8b27431d96f575592c3841c7687fe5d1 Mon Sep 17 00:00:00 2001 From: brueffer Date: Thu, 13 Mar 2008 15:37:02 +0000 Subject: - 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 MFC after: 3 days --- sbin/geom/class/multipath/gmultipath.8 | 14 +++++++------- 1 file 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: -- cgit v1.1