From ce76de0dec66ed7cb79d822d373df0f0adcf5875 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 18 Jan 2005 10:09:38 +0000 Subject: [PATCH] Sort sections. --- ggatec/ggatec.8 | 14 +++++++------- ggated/ggated.8 | 14 +++++++------- ggatel/ggatel.8 | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ggatec/ggatec.8 b/ggatec/ggatec.8 index 52c2cd5..dd7d7cc 100644 --- a/ggatec/ggatec.8 +++ b/ggatec/ggatec.8 @@ -150,6 +150,13 @@ Remote host to connect to. .It Ar path Path to a regular file or device. .El +.Sh EXIT STATUS +Exit status is 0 on success, or 1 if the command fails. +To get details about the failure, +.Nm +should be called with the +.Fl v +option. .Sh EXAMPLES Made use of CD-ROM device from remote host. .Bd -literal -offset indent @@ -161,13 +168,6 @@ client# ggatec create -o ro server /dev/acd0 ggate0 client# mount_cd9660 /dev/ggate0 /cdrom .Ed -.Sh EXIT STATUS -Exit status is 0 on success, or 1 if the command fails. -To get details about the failure, -.Nm -should be called with the -.Fl v -option. .Sh SEE ALSO .Xr geom 4 , .Xr ggated 8 , diff --git a/ggated/ggated.8 b/ggated/ggated.8 index c1fd976..3024a04 100644 --- a/ggated/ggated.8 +++ b/ggated/ggated.8 @@ -86,13 +86,6 @@ The format of an exports file is as follows: 1.2.3.0/24 RW /tmp/test.img hostname WO /tmp/image .Ed -.Sh EXAMPLES -Export CD-ROM device and a file: -.Bd -literal -offset indent -# echo "1.2.3.0/24 RO /dev/acd0" > /etc/gg.exports -# echo "client RW /image" >> /etc/gg.exports -# ggated -.Ed .Sh EXIT STATUS Exit status is 0 on success, or 1 if the command fails. To get details about the failure, @@ -100,6 +93,13 @@ To get details about the failure, should be called with the .Fl v option. +.Sh EXAMPLES +Export CD-ROM device and a file: +.Bd -literal -offset indent +# echo "1.2.3.0/24 RO /dev/acd0" > /etc/gg.exports +# echo "client RW /image" >> /etc/gg.exports +# ggated +.Ed .Sh SEE ALSO .Xr geom 4 , .Xr ggatec 8 , diff --git a/ggatel/ggatel.8 b/ggatel/ggatel.8 index b28abbb..01b964a 100644 --- a/ggatel/ggatel.8 +++ b/ggatel/ggatel.8 @@ -121,6 +121,13 @@ output. .It Ar path Path to a regular file or device. .El +.Sh EXIT STATUS +Exit status is 0 on success, or 1 if the command fails. +To get details about the failure, +.Nm +should be called with the +.Fl v +option. .Sh EXAMPLES .Dq GEOMify the @@ -139,13 +146,6 @@ umount /secret gbde detach ggate5 ggatel destroy -u 5 .Ed -.Sh EXIT STATUS -Exit status is 0 on success, or 1 if the command fails. -To get details about the failure, -.Nm -should be called with the -.Fl v -option. .Sh SEE ALSO .Xr geom 4 , .Xr gbde 8 ,