From f1f2f04c6eb0a8217bdb06fc4095a8c2e02c4a34 Mon Sep 17 00:00:00 2001 From: pjd Date: Fri, 21 May 2004 22:35:18 +0000 Subject: - More clear example description. - Fix copy&paste bug. --- sbin/geom/class/stripe/gstripe.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/geom/class/stripe') 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. -- cgit v1.1