diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
commit | 13fe9ea5a213be76500057f81901939ad340fea0 (patch) | |
tree | 0cba49e2135bee04652378b88ade9f69b52d5f7b /sbin/geom/class | |
parent | d95b3c4c8de8ba10c562c372d97210ee4e5f3821 (diff) | |
download | FreeBSD-src-13fe9ea5a213be76500057f81901939ad340fea0.zip FreeBSD-src-13fe9ea5a213be76500057f81901939ad340fea0.tar.gz |
Sort sections.
Diffstat (limited to 'sbin/geom/class')
-rw-r--r-- | sbin/geom/class/concat/gconcat.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/label/glabel.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/mirror/gmirror.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/nop/gnop.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/raid3/graid3.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/shsec/gshsec.8 | 4 | ||||
-rw-r--r-- | sbin/geom/class/stripe/gstripe.8 | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index 4e729a2..f13a789 100644 --- a/sbin/geom/class/concat/gconcat.8 +++ b/sbin/geom/class/concat/gconcat.8 @@ -153,6 +153,8 @@ This can be set to a number between 0 and 3 inclusive. If set to 0 minimal debug information is printed, and if set to 3 the maximum amount of debug information is printed. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES The following example shows how to configure four disks for automatic concatenation, create a file system on it, and mount it: @@ -165,8 +167,6 @@ umount /mnt gconcat stop data gconcat unload .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr loader.conf 5 , diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8 index 0fb4d95..5af9572 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -178,6 +178,8 @@ This can be set to a number between 0 and 2 inclusive. If set to 0 minimal debug information is printed, and if set to 2 the maximum amount of debug information is printed. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES The following example shows how to set up a label for disk .Dq Li da2 , @@ -197,8 +199,6 @@ The next example shows how to set up a label for a UFS file system: tunefs -L data /dev/da4s1a mount /dev/ufs/data /mnt/data .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr loader.conf 5 , diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index 350df8e..a90634c 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -220,6 +220,8 @@ Additional options include: .It Fl v Be more verbose. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES Use 3 disks to setup a mirror. Choose split balance algorithm, split only @@ -268,8 +270,6 @@ gmirror deactivate data da1 dd if=/dev/da1 of=/backup/data.img bs=1m gmirror activate data da1 .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr geom 8 , diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index dfa209c..90f72bf 100644 --- a/sbin/geom/class/nop/gnop.8 +++ b/sbin/geom/class/nop/gnop.8 @@ -128,6 +128,8 @@ This can be set to a number between 0 and 2 inclusive. If set to 0 minimal debug information is printed, and if set to 2 the maximum amount of debug information is printed. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES The following example shows how to create a transparent provider for disk .Pa /dev/da0 @@ -136,8 +138,6 @@ with 50% failure probability, and how to destroy it. gnop create -v -f 50 da0 gnop destroy -v da0.nop .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr geom 8 diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index 16669fe..69da6e7 100644 --- a/sbin/geom/class/raid3/graid3.8 +++ b/sbin/geom/class/raid3/graid3.8 @@ -191,6 +191,8 @@ Additional options include: .It Fl v Be more verbose. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES Use 3 disks to setup a RAID3 array (with the round-robin reading feature). Create a file system, mount it, then unmount it and stop device: @@ -217,8 +219,6 @@ Replace one data disk with a brand new one: graid3 remove -n 0 data graid3 insert -n 0 data da5 .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr geom 8 , diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8 index 14e8a46..2751cdc 100644 --- a/sbin/geom/class/shsec/gshsec.8 +++ b/sbin/geom/class/shsec/gshsec.8 @@ -101,6 +101,8 @@ Hardcode providers' names in metadata. .It Fl v Be more verbose. .El +.Sh EXIT STATUS +Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES The following example shows how to created a shared secret device. Secret will be split between a slice on the local disk and a USB Pen drive. @@ -113,8 +115,6 @@ From now on, when USB Pen drive will be inserted, it will be automatically detected and connected making secret available via .Pa /dev/shsec/secret device. -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh SEE ALSO .Xr geom 4 , .Xr gbde 8 , diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index 9e6b720..b9f10e3 100644 --- a/sbin/geom/class/stripe/gstripe.8 +++ b/sbin/geom/class/stripe/gstripe.8 @@ -190,6 +190,8 @@ If this value is large, you should consider increasing the .Va kern.geom.stripe.maxmem value. .El +.Sh EXIT STATUS +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, @@ -204,8 +206,6 @@ umount /mnt gstripe stop data gstripe unload .Ed -.Sh EXIT STATUS -Exit status is 0 on success, and 1 if the command fails. .Sh COMPATIBILITY The .Nm |