Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/rpcbind Pull up rev. 1.3, requested by Jason R...
details: https://anonhg.NetBSD.org/src/rev/448aff6d2b3a
branches: netbsd-1-5
changeset: 488206:448aff6d2b3a
user: enami <enami%NetBSD.org@localhost>
date: Wed Jun 21 07:15:32 2000 +0000
description:
Pull up rev. 1.3, requested by Jason R. Thorpe:
- Fix .Nd usage; no need to supply hyphen explicitly and the description is
short enough to put on the same line.
- Kill the comma at the end of SEE ALSO list.
- Remove empty line in the source.
- Break line at the end of statement in the source for better output (in other
words, let the roff to format it).
diffstat:
usr.sbin/rpcbind/rpcbind.8 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r 5804a9eff9cb -r 448aff6d2b3a usr.sbin/rpcbind/rpcbind.8
--- a/usr.sbin/rpcbind/rpcbind.8 Wed Jun 21 07:07:25 2000 +0000
+++ b/usr.sbin/rpcbind/rpcbind.8 Wed Jun 21 07:15:32 2000 +0000
@@ -5,8 +5,7 @@
.Dt RPCBIND 8
.Sh NAME
.Nm rpcbind
-.Nd
-\- universal addresses to RPC program number mapper
+.Nd universal addresses to RPC program number mapper
.Sh SYNOPSIS
.Nm
.Op Fl dilLs
@@ -73,7 +72,9 @@
checks are shown in detail.
.It Fl i
.Dq insecure
-mode. Allows calls to SET and UNSET from any host. Normally
+mode.
+Allows calls to SET and UNSET from any host.
+Normally
.Nm
accepts these requests only from the loopback interface for security reasons.
This change is necessary for programs that were compiled with earlier
@@ -92,8 +93,8 @@
.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,
+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
@@ -103,7 +104,6 @@
is restarted.
.Sh SEE ALSO
.Xr rpcinfo 1 ,
-.Xr rpcbind 3 ,
+.Xr rpcbind 3
.Sh FILES
-
.Pa /var/run/rpcbind.sock
Home |
Main Index |
Thread Index |
Old Index