Substitute the cross reference to portmap(8) with rpcbind(8).
This commit is contained in:
parent
a6edd9cf2f
commit
8ab9946e10
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ypclnt.3,v 1.13 1999/11/29 23:28:23 hubertf Exp $
|
.\" $NetBSD: ypclnt.3,v 1.14 2000/07/03 10:06:26 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -377,7 +377,8 @@ domain is not set.
|
||||||
.It Bq Er YPERR_NOMORE
|
.It Bq Er YPERR_NOMORE
|
||||||
There are no more records in the queried map.
|
There are no more records in the queried map.
|
||||||
.It Bq Er YPERR_PMAP
|
.It Bq Er YPERR_PMAP
|
||||||
Cannot communicate with portmap.
|
Cannot communicate with portmapper (see
|
||||||
|
.Xr rcpbind 8 ).
|
||||||
.It Bq Er YPERR_RESRC
|
.It Bq Er YPERR_RESRC
|
||||||
A resource allocation failure occurred.
|
A resource allocation failure occurred.
|
||||||
.It Bq Er YPERR_RPC
|
.It Bq Er YPERR_RPC
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: rup.1,v 1.12 1999/03/22 18:16:42 garbled Exp $
|
.\" $NetBSD: rup.1,v 1.13 2000/07/03 10:06:24 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
|
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -90,13 +90,13 @@ excessively congested, or the
|
||||||
daemon has terminated on the remote host.
|
daemon has terminated on the remote host.
|
||||||
.It rup: RPC: Port mapper failure - RPC: Timed out
|
.It rup: RPC: Port mapper failure - RPC: Timed out
|
||||||
The remote host is not running the portmapper (see
|
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.
|
and cannot accommodate any RPC-based services. The host may be down.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ruptime 1 ,
|
.Xr ruptime 1 ,
|
||||||
.Xr portmap 8 ,
|
.Xr rpc.rstatd 8 ,
|
||||||
.Xr rpc.rstatd 8
|
.Xr rpcbind 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: rusers.1,v 1.9 1999/03/22 18:16:42 garbled Exp $
|
.\" $NetBSD: rusers.1,v 1.10 2000/07/03 10:06:25 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
|
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91
|
.\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91
|
||||||
.\" $NetBSD: rusers.1,v 1.9 1999/03/22 18:16:42 garbled Exp $
|
.\" $NetBSD: rusers.1,v 1.10 2000/07/03 10:06:25 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 23, 1991
|
.Dd April 23, 1991
|
||||||
.Dt RUSERS 1
|
.Dt RUSERS 1
|
||||||
|
@ -78,15 +78,15 @@ excessively congested, or the
|
||||||
daemon has terminated on the remote host.
|
daemon has terminated on the remote host.
|
||||||
.It rusers: RPC: Port mapper failure - RPC: Timed out
|
.It rusers: RPC: Port mapper failure - RPC: Timed out
|
||||||
The remote host is not running the portmapper (see
|
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.
|
and cannot accommodate any RPC-based services. The host may be down.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr rwho 1
|
.Xr rwho 1
|
||||||
.Xr users 1 ,
|
.Xr users 1 ,
|
||||||
.Xr who 1 ,
|
.Xr who 1 ,
|
||||||
.Xr portmap 8 ,
|
.Xr rpc.rusersd 8 ,
|
||||||
.Xr rpc.rusersd 8
|
.Xr rpcbind 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: rwall.1,v 1.8 1999/03/22 18:16:42 garbled Exp $
|
.\" $NetBSD: rwall.1,v 1.9 2000/07/03 10:06:25 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
|
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91
|
.\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91
|
||||||
.\" $NetBSD: rwall.1,v 1.8 1999/03/22 18:16:42 garbled Exp $
|
.\" $NetBSD: rwall.1,v 1.9 2000/07/03 10:06:25 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 23, 1991
|
.Dd April 23, 1991
|
||||||
.Dt RWALL 1
|
.Dt RWALL 1
|
||||||
|
@ -64,13 +64,13 @@ excessively congested, or the
|
||||||
daemon has terminated on the remote host.
|
daemon has terminated on the remote host.
|
||||||
.It rwall: RPC: Port mapper failure - RPC: Timed out
|
.It rwall: RPC: Port mapper failure - RPC: Timed out
|
||||||
The remote host is not running the portmapper (see
|
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.
|
and cannot accommodate any RPC-based services. The host may be down.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr wall 1 ,
|
.Xr wall 1 ,
|
||||||
.Xr portmap 8 ,
|
.Xr rpc.rwalld 8 ,
|
||||||
.Xr rpc.rwalld 8
|
.Xr rpcbind 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: mountd.8,v 1.21 2000/06/12 15:40:36 itojun Exp $
|
.\" $NetBSD: mountd.8,v 1.22 2000/07/03 10:06:26 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1989, 1991, 1993
|
.\" Copyright (c) 1989, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -114,7 +114,7 @@ the pid of the currently running
|
||||||
.Xr nfsstat 1 ,
|
.Xr nfsstat 1 ,
|
||||||
.Xr exports 5 ,
|
.Xr exports 5 ,
|
||||||
.Xr nfsd 8 ,
|
.Xr nfsd 8 ,
|
||||||
.Xr portmap 8 ,
|
.Xr rpcbind 8 ,
|
||||||
.Xr showmount 8
|
.Xr showmount 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: nfsd.8,v 1.13 2000/06/09 00:05:02 fvdl Exp $
|
.\" $NetBSD: nfsd.8,v 1.14 2000/07/03 10:06:26 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1989, 1991, 1993
|
.\" Copyright (c) 1989, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -64,7 +64,7 @@ The following options are available:
|
||||||
Register the
|
Register the
|
||||||
.Tn NFS
|
.Tn NFS
|
||||||
service with
|
service with
|
||||||
.Xr portmap 8
|
.Xr rpcbind 8
|
||||||
without creating any servers.
|
without creating any servers.
|
||||||
This option can be used along with the
|
This option can be used along with the
|
||||||
.Fl u
|
.Fl u
|
||||||
|
@ -115,7 +115,7 @@ utility exits 0 on success, and >0 if an error occurs.
|
||||||
.Xr nfsstat 1 ,
|
.Xr nfsstat 1 ,
|
||||||
.Xr nfssvc 2 ,
|
.Xr nfssvc 2 ,
|
||||||
.Xr mountd 8 ,
|
.Xr mountd 8 ,
|
||||||
.Xr portmap 8
|
.Xr rpcbind 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in New Issue