aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-04-26 09:23:21 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-04-26 09:23:21 +0000
commit0080ee9897be3d8e382a03d157fad1a2618e2a2c (patch)
treef3a0db5bbaf677b4421b5ec7d00e998b6d580bd4 /sbin
parentf1be1cdc88c578d3070a28c16e781863465f9b19 (diff)
downloadsrc-0080ee9897be3d8e382a03d157fad1a2618e2a2c.tar.gz
src-0080ee9897be3d8e382a03d157fad1a2618e2a2c.zip
Fix stripe size in example.
Found by: kris MFC after: 3 days
Notes
Notes: svn path=/head/; revision=145543
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/stripe/gstripe.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index 3ab47c6c0432..ee70184bdb3a 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -195,7 +195,7 @@ value.
Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES
The following example shows how to set up a striped device from four disks with a
-4 KB stripe size for automatic configuration,
+128KB stripe size for automatic configuration,
create a file system on it,
and mount it:
.Bd -literal -offset indent