aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/ggated/ggated.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/ggated/ggated.8')
-rw-r--r--sbin/ggate/ggated/ggated.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8
index c1fd97633134..3024a04230d7 100644
--- a/sbin/ggate/ggated/ggated.8
+++ b/sbin/ggate/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 ,