Browse Source

Sort sections.

tags/ggatessh-v1.0.0
ru 19 years ago
parent
commit
ce76de0dec
3 changed files with 21 additions and 21 deletions
  1. +7
    -7
      ggatec/ggatec.8
  2. +7
    -7
      ggated/ggated.8
  3. +7
    -7
      ggatel/ggatel.8

+ 7
- 7
ggatec/ggatec.8 View File

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


+ 7
- 7
ggated/ggated.8 View File

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


+ 7
- 7
ggatel/ggatel.8 View File

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


Loading…
Cancel
Save