diff options
author | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
commit | 6cc4b6c220d4e49fad2881c7dc754fa560248ef8 (patch) | |
tree | f5a5fbfda9358c31fa2746d0671fe366bb17d243 /sbin/ggate | |
parent | 63a9efe25ce06fd299e33aba75e3dd445d67484c (diff) | |
download | FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.zip FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.tar.gz |
Added the EXIT STATUS section where appropriate.
Diffstat (limited to 'sbin/ggate')
-rw-r--r-- | sbin/ggate/ggatec/ggatec.8 | 2 | ||||
-rw-r--r-- | sbin/ggate/ggated/ggated.8 | 2 | ||||
-rw-r--r-- | sbin/ggate/ggatel/ggatel.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ggate/ggatec/ggatec.8 b/sbin/ggate/ggatec/ggatec.8 index 22038e8..52c2cd5 100644 --- a/sbin/ggate/ggatec/ggatec.8 +++ b/sbin/ggate/ggatec/ggatec.8 @@ -161,7 +161,7 @@ client# ggatec create -o ro server /dev/acd0 ggate0 client# mount_cd9660 /dev/ggate0 /cdrom .Ed -.Sh DIAGNOSTICS +.Sh EXIT STATUS Exit status is 0 on success, or 1 if the command fails. To get details about the failure, .Nm diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index 0b774ad..c1fd976 100644 --- a/sbin/ggate/ggated/ggated.8 +++ b/sbin/ggate/ggated/ggated.8 @@ -93,7 +93,7 @@ Export CD-ROM device and a file: # echo "client RW /image" >> /etc/gg.exports # ggated .Ed -.Sh DIAGNOSTICS +.Sh EXIT STATUS Exit status is 0 on success, or 1 if the command fails. To get details about the failure, .Nm diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8 index f08edee..b28abbb 100644 --- a/sbin/ggate/ggatel/ggatel.8 +++ b/sbin/ggate/ggatel/ggatel.8 @@ -139,7 +139,7 @@ umount /secret gbde detach ggate5 ggatel destroy -u 5 .Ed -.Sh DIAGNOSTICS +.Sh EXIT STATUS Exit status is 0 on success, or 1 if the command fails. To get details about the failure, .Nm |