summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggated
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-12 07:34:05 +0000
committerru <ru@FreeBSD.org>2004-05-12 07:34:05 +0000
commitddc2fcfc4ff9ceeb161513a4c563d78e0b6e789e (patch)
treec4eb8edf58700dcbe4796869fe841da31e17f4af /sbin/ggate/ggated
parente9b76abdac7743b00e4d01a711253bd9574241ad (diff)
downloadFreeBSD-src-ddc2fcfc4ff9ceeb161513a4c563d78e0b6e789e.zip
FreeBSD-src-ddc2fcfc4ff9ceeb161513a4c563d78e0b6e789e.tar.gz
Polish the mdoc(7) markup.
Diffstat (limited to 'sbin/ggate/ggated')
-rw-r--r--sbin/ggate/ggated/ggated.820
1 files changed, 9 insertions, 11 deletions
diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8
index 6b1bab4..0b774ad 100644
--- a/sbin/ggate/ggated/ggated.8
+++ b/sbin/ggate/ggated/ggated.8
@@ -47,23 +47,26 @@ utility is a network server for GEOM Gate class.
It runs on a server machine to service GEOM Gate requests from workers
placed on a client machine.
Keep in mind, that connection between
-.Nm ggatec
+.Xr ggatec 8
and
-.Nm ggated
+.Nm
is not encrypted.
.Pp
Available options:
-.Bl -tag -width ".Ar exports file"
+.Bl -tag -width ".Ar exports\ file"
.It Fl a Ar address
Specifies an IP address to bind to.
.It Fl h
Print available options.
.It Fl n
-Do not use TCP_NODELAY option on TCP sockets.
+Do not use
+.Dv TCP_NODELAY
+option on TCP sockets.
.It Fl p Ar port
Port on which
.Nm
-listens for connection. Default is 3080.
+listens for connection.
+Default is 3080.
.It Fl R Ar rcvbuf
Size of receive buffer to use.
Default is 131072 (128kB).
@@ -83,16 +86,13 @@ The format of an exports file is as follows:
1.2.3.0/24 RW /tmp/test.img
hostname WO /tmp/image
.Ed
-.Pp
.Sh EXAMPLES
-Export CD\-ROM device and a file:
-.Pp
+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
-.Pp
.Sh DIAGNOSTICS
Exit status is 0 on success, or 1 if the command fails.
To get details about the failure,
@@ -108,6 +108,4 @@ option.
The
.Nm
utility as well as this manual page was written by
-.An -split
.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .
-.An -nosplit
OpenPOWER on IntegriCloud