summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/stripe/gstripe.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/stripe/gstripe.8')
-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 ef81c14..7d3143f 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -145,7 +145,7 @@ Be more verbose.
The following example shows how to set up striped device from four disks
for automatic configuration, create a 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
+gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
newfs /dev/data.stripe
mount /dev/data.stripe /mnt
[...]
OpenPOWER on IntegriCloud