summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-27 15:33:47 +0000
committerru <ru@FreeBSD.org>2002-11-27 15:33:47 +0000
commitec0db7534c046256c76c146f79b60dfae5a348f5 (patch)
tree58105b0e64be6a8d7d7359e798b92a32a68e86c4 /usr.sbin/rpcbind
parentfef14a0ffe86729d35b7a2bd09b62c08955353f2 (diff)
downloadFreeBSD-src-ec0db7534c046256c76c146f79b60dfae5a348f5.zip
FreeBSD-src-ec0db7534c046256c76c146f79b60dfae5a348f5.tar.gz
mdoc(7) police:
Added the -h option to the synopsis, documented the -a option, sorted options descriptions according to style(9). Approved by: re
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/rpcbind.818
1 files changed, 12 insertions, 6 deletions
diff --git a/usr.sbin/rpcbind/rpcbind.8 b/usr.sbin/rpcbind/rpcbind.8
index 8418cb1..c7c3bd4 100644
--- a/usr.sbin/rpcbind/rpcbind.8
+++ b/usr.sbin/rpcbind/rpcbind.8
@@ -10,7 +10,7 @@
.Nd universal addresses to RPC program number mapper
.Sh SYNOPSIS
.Nm
-.Op Fl dilLs
+.Op Fl adhiLls
.Sh DESCRIPTION
The
.Nm
@@ -67,12 +67,18 @@ The
utility can only be started by the super-user.
.Sh OPTIONS
.Bl -tag -width indent
+.It Fl a
+When debugging
+.Pq Fl d ,
+do an abort on errors.
.It Fl d
Run in debug mode.
In this mode,
.Nm
will not fork when it starts, will print additional information
-during operation, and will abort on certain errors.
+during operation, and will abort on certain errors if
+.Fl a
+is also specified.
With this option, the name-to-address translation consistency
checks are shown in detail.
.It Fl h
@@ -108,6 +114,10 @@ accepts these requests only from the loopback interface for security reasons.
This change is necessary for programs that were compiled with earlier
versions of the rpc library and do not make those requests using the
loopback interface.
+.It Fl L
+Allow old-style local connections over the loopback interface.
+Without this flag, local connections are only allowed over a local socket,
+.Pa /var/run/rpcbind.sock .
.It Fl l
Turn on libwrap connection logging.
.It Fl s
@@ -120,10 +130,6 @@ to use non-privileged ports for outgoing connections, preventing non-privileged
clients from using
.Nm
to connect to services from a privileged port.
-.It Fl L
-Allow old-style local connections over the loopback interface.
-Without this flag, local connections are only allowed over a local socket,
-.Pa /var/run/rpcbind.sock .
.El
.Sh NOTES
All RPC servers must be restarted if
OpenPOWER on IntegriCloud