summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-21 22:35:18 +0000
committerpjd <pjd@FreeBSD.org>2004-05-21 22:35:18 +0000
commitf1f2f04c6eb0a8217bdb06fc4095a8c2e02c4a34 (patch)
treea401ee528becef2776c3c9876439b84063cb74d3 /sbin
parentff99ccb6936d18f64dcc35b80b327a8357577a1c (diff)
downloadFreeBSD-src-f1f2f04c6eb0a8217bdb06fc4095a8c2e02c4a34.zip
FreeBSD-src-f1f2f04c6eb0a8217bdb06fc4095a8c2e02c4a34.tar.gz
- More clear example description.
- Fix copy&paste bug.
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