From 8657581bfd0e8dceb5b3c485d666e9c18b4d6fdd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 7 Jun 2001 16:59:19 +0000 Subject: [PATCH] Correct cross-reference: portmap.8 --> rpcbind.8 Submitted by: .Xr testing script --- lib/libc/rpc/rpc_soc.3 | 30 +++++++++++++++--------------- sbin/mountd/mountd.8 | 2 +- sbin/nfsiod/nfsiod.8 | 2 +- share/man/man5/rc.conf.5 | 10 +++++----- usr.bin/rup/rup.1 | 4 ++-- usr.bin/rusers/rusers.1 | 4 ++-- usr.bin/rwall/rwall.1 | 4 ++-- usr.sbin/inetd/inetd.8 | 2 +- usr.sbin/jail/jail.8 | 4 ++-- usr.sbin/mountd/mountd.8 | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index 3b3b11adff80..1065a48fb8a3 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -629,7 +629,7 @@ If .Fa addr\->sin_port is zero, then it is set to the actual port that the remote program is listening on (the remote -.Xr portmap 8 +.Xr rpcbind 8 service is consulted for this information). The parameter .Fa sockp @@ -681,7 +681,7 @@ If .Fa addr\->sin_port is zero, then it is set to actual port that the remote program is listening on (the remote -.Xr portmap 8 +.Xr rpcbind 8 service is consulted for this information). The parameter .Fa sockp @@ -736,7 +736,7 @@ If .Fa addr\->sin_port is zero, then it is set to actual port that the remote program is listening on (the remote -.Xr portmap 8 +.Xr rpcbind 8 service is consulted for this information). The parameter .Fa sockp @@ -784,7 +784,7 @@ Returns zero on success, non-zero on failure. .Xc .Pp A user interface to the -.Xr portmap 8 +.Xr rpcbind 8 service, which returns a list of the current .Tn RPC program\-to\-port mappings @@ -811,7 +811,7 @@ uses this routine. .Xc .Pp A user interface to the -.Xr portmap 8 +.Xr rpcbind 8 service, which returns the port number on which waits a service that supports program number .Fa prognum , @@ -830,7 +830,7 @@ or that the .Tn RPC system failed to contact the remote -.Xr portmap 8 +.Xr rpcbind 8 service. In the latter case, the global variable .Va rpc_createerr @@ -857,9 +857,9 @@ status. .Xc .Pp A user interface to the -.Xr portmap 8 +.Xr rpcbind 8 service, which instructs -.Xr portmap 8 +.Xr rpcbind 8 on the host at .Tn IP address @@ -890,13 +890,13 @@ See also .Xc .Pp A user interface to the -.Xr portmap 8 +.Xr rpcbind 8 service, which establishes a mapping between the triple .Pq Fa prognum , versnum , protocol and .Fa port on the machine's -.Xr portmap 8 +.Xr rpcbind 8 service. The value of .Fa protocol @@ -914,13 +914,13 @@ Automatically done by .Xc .Pp A user interface to the -.Xr portmap 8 +.Xr rpcbind 8 service, which destroys all mapping between the triple .Pq Fa prognum , versnum , * and .Fa ports on the machine's -.Xr portmap 8 +.Xr rpcbind 8 service. This routine returns one if it succeeds, zero otherwise. @@ -1136,7 +1136,7 @@ with the service dispatch procedure, If .Fa protocol is zero, the service is not registered with the -.Xr portmap 8 +.Xr rpcbind 8 service. If .Fa protocol @@ -1145,7 +1145,7 @@ is non-zero, then a mapping of the triple to .Fa xprt\->xp_port is established with the local -.Xr portmap 8 +.Xr rpcbind 8 service (generally .Fa protocol is zero, @@ -1495,7 +1495,7 @@ package. .Xc .Pp Used for describing parameters to various -.Xr portmap 8 +.Xr rpcbind 8 procedures, externally. This routine is useful for users who wish to generate these parameters without using the diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 509fbb7b4f74..1a0d67da0188 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -140,7 +140,7 @@ the current list of remote mounted filesystems .Xr exports 5 , .Xr kldload 8 , .Xr nfsd 8 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr showmount 8 .Sh HISTORY The diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 50e5a11ae3aa..46f59abdb039 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -86,7 +86,7 @@ utility exits 0 on success, and >0 if an error occurs. .Xr kldload 8 , .Xr mountd 8 , .Xr nfsd 8 , -.Xr portmap 8 +.Xr rpcbind 8 .Sh HISTORY The .Nm diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index e42063a9dbf8..4553b5d52c66 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -833,15 +833,15 @@ at boot time. .It Va portmap_program .Pq Vt str path to -.Xr portmap 8 +.Xr rpcbind 8 (default -.Pa /usr/sbin/portmap ) . +.Pa /usr/sbin/rpcbind ) . .It Va portmap_enable .Pq Vt bool If set to .Ar YES , run the -.Xr portmap 8 +.Xr rpcbind 8 service at boot time. .It Va portmap_flags .Pq Vt str @@ -850,7 +850,7 @@ If is set to .Ar YES , these are the flags to pass to the -.Xr portmap 8 +.Xr rpcbind 8 daemon. .It Va xtend_enable .Pq Vt bool @@ -1766,7 +1766,7 @@ Flags for .Xr nfsiod 8 , .Xr ntpdate 8 , .Xr pcnfsd 8 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr quotacheck 8 , .Xr rc 8 , .Xr route 8 , diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index c074579f8671..d68f0677bbc3 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -79,11 +79,11 @@ excessively congested, or the daemon has terminated on the remote host. .It rup: RPC: Port mapper failure - RPC: Timed out The remote host is not running the portmapper (see -.Xr portmap 8 ) , +.Xr rpcbind 8 ) , and cannot accommodate any RPC-based services. The host may be down. .El .Sh SEE ALSO -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr rpc.rstatd 8 .Sh HISTORY The diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 7e8a2f2d14a5..10ef6aae2fa7 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -87,14 +87,14 @@ excessively congested, or the daemon has terminated on the remote host. .It rusers: "RPC: Port mapper failure - RPC: Timed out" The remote host is not running the portmapper (see -.Xr portmap 8 ) , +.Xr rpcbind 8 ) , and cannot accommodate any RPC-based services. The host may be down. .El .Sh SEE ALSO .Xr rwho 1 , .Xr users 1 , .Xr who 1 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr rpc.rusersd 8 .Sh HISTORY The diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 604729c755f2..18a7eff1d30d 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -64,12 +64,12 @@ excessively congested, or the daemon has terminated on the remote host. .It rwall: RPC: Port mapper failure - RPC: Timed out The remote host is not running the portmapper (see -.Xr portmap 8 ) , +.Xr rpcbind 8 ) , and cannot accomodate any RPC-based services. The host may be down. .El .Sh SEE ALSO .Xr who 1 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr rpc.rwalld 8 .Sh HISTORY The diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index fda2267ac942..937aa8db2e79 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -802,7 +802,7 @@ socket but was unable to. .Xr comsat 8 , .Xr fingerd 8 , .Xr ftpd 8 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr rexecd 8 , .Xr rlogind 8 , .Xr rshd 8 , diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index d0fba19e0b70..437ec4bdab59 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -117,7 +117,7 @@ run from outside of a jail in a jail-centric environment. This includes .Xr sendmail 8 , .Xr named 8 , and -.Xr portmap 8 . +.Xr rpcbind 8 . While sendmail and named can be configured to listen only on a specific IP using their configuration files, in most cases it is easier to simply run the daemons in jails only, and not in the host environment. Syslogd @@ -336,7 +336,7 @@ by setting this MIB entry to 1. .Xr halt 8 , .Xr inetd 8 , .Xr named 8 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr reboot 8 , .Xr sendmail 8 , .Xr shutdown 8 , diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 509fbb7b4f74..1a0d67da0188 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -140,7 +140,7 @@ the current list of remote mounted filesystems .Xr exports 5 , .Xr kldload 8 , .Xr nfsd 8 , -.Xr portmap 8 , +.Xr rpcbind 8 , .Xr showmount 8 .Sh HISTORY The