- More clear example description.

- Fix copy&paste bug.
This commit is contained in:
Pawel Jakub Dawidek 2004-05-21 22:35:18 +00:00
parent 3bbe6ea942
commit 925830e6dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129563

View File

@ -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.