summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/stripe/gstripe.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index 3c6c6da..381bac6 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -132,12 +132,12 @@ Specifies size of stripe block.
Be more verbose.
.El
.Sh EXAMPLES
-The following example shows how to configure four disks for automatic
-configuration, create file system on it, and mount it:
+The following example shows how to setup striped device from four disks
+for automatic configuration, create file system on it, and mount it:
.Bd -literal -offset indent
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
-newfs /dev/data.concat
-mount /dev/data.concat /mnt
+newfs /dev/data.stripe
+mount /dev/data.stripe /mnt
.Ed
.Sh DIAGNOSTICS
Exit status is 0 on success, and 1 if the command fails.
OpenPOWER on IntegriCloud