Correct cross-reference:
portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
This commit is contained in:
parent
7371106319
commit
6c2547ab1f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user