summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-07 16:59:19 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-07 16:59:19 +0000
commit6c2547ab1f4a14b9725c3e1392682413297e918c (patch)
treefb2b950f311972dd59123fb3cc22dad7dfed72d9 /lib/libc/rpc
parent7371106319ee6baab240f2cf646447f5a02f6f44 (diff)
downloadFreeBSD-src-6c2547ab1f4a14b9725c3e1392682413297e918c.zip
FreeBSD-src-6c2547ab1f4a14b9725c3e1392682413297e918c.tar.gz
Correct cross-reference:
portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc_soc.330
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3
index 3b3b11a..1065a48 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
OpenPOWER on IntegriCloud