Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Substitute the cross reference to portmap(8) with rpcbind(8).



details:   https://anonhg.NetBSD.org/src/rev/52676b2bb6cd
branches:  trunk
changeset: 494191:52676b2bb6cd
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Jul 03 10:06:24 2000 +0000

description:
Substitute the cross reference to portmap(8) with rpcbind(8).

diffstat:

 lib/libc/yp/ypclnt.3     |   5 +++--
 usr.bin/rup/rup.1        |   8 ++++----
 usr.bin/rusers/rusers.1  |  10 +++++-----
 usr.bin/rwall/rwall.1    |  10 +++++-----
 usr.sbin/mountd/mountd.8 |   4 ++--
 usr.sbin/nfsd/nfsd.8     |   6 +++---
 6 files changed, 22 insertions(+), 21 deletions(-)

diffs (162 lines):

diff -r 65bc983f91fa -r 52676b2bb6cd lib/libc/yp/ypclnt.3
--- a/lib/libc/yp/ypclnt.3      Mon Jul 03 09:18:52 2000 +0000
+++ b/lib/libc/yp/ypclnt.3      Mon Jul 03 10:06:24 2000 +0000
@@ -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.
 .\" All rights reserved.
@@ -377,7 +377,8 @@
 .It Bq Er YPERR_NOMORE
 There are no more records in the queried map.
 .It Bq Er YPERR_PMAP
-Cannot communicate with portmap.
+Cannot communicate with portmapper (see
+.Xr rcpbind 8 ).
 .It Bq Er YPERR_RESRC
 A resource allocation failure occurred.
 .It Bq Er YPERR_RPC
diff -r 65bc983f91fa -r 52676b2bb6cd usr.bin/rup/rup.1
--- a/usr.bin/rup/rup.1 Mon Jul 03 09:18:52 2000 +0000
+++ b/usr.bin/rup/rup.1 Mon Jul 03 10:06:24 2000 +0000
@@ -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.
 .\" All rights reserved.
@@ -90,13 +90,13 @@
 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 ruptime 1 ,
-.Xr portmap 8 ,
-.Xr rpc.rstatd 8
+.Xr rpc.rstatd 8 ,
+.Xr rpcbind 8
 .Sh HISTORY
 The
 .Nm
diff -r 65bc983f91fa -r 52676b2bb6cd usr.bin/rusers/rusers.1
--- a/usr.bin/rusers/rusers.1   Mon Jul 03 09:18:52 2000 +0000
+++ b/usr.bin/rusers/rusers.1   Mon Jul 03 10:06:24 2000 +0000
@@ -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.
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     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
 .Dt RUSERS 1
@@ -78,15 +78,15 @@
 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 rpc.rusersd 8
+.Xr rpc.rusersd 8 ,
+.Xr rpcbind 8
 .Sh HISTORY
 The
 .Nm
diff -r 65bc983f91fa -r 52676b2bb6cd usr.bin/rwall/rwall.1
--- a/usr.bin/rwall/rwall.1     Mon Jul 03 09:18:52 2000 +0000
+++ b/usr.bin/rwall/rwall.1     Mon Jul 03 10:06:24 2000 +0000
@@ -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.
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     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
 .Dt RWALL 1
@@ -64,13 +64,13 @@
 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 accommodate any RPC-based services.  The host may be down.
 .El
 .Sh SEE ALSO
 .Xr wall 1 ,
-.Xr portmap 8 ,
-.Xr rpc.rwalld 8
+.Xr rpc.rwalld 8 ,
+.Xr rpcbind 8
 .Sh HISTORY
 The
 .Nm
diff -r 65bc983f91fa -r 52676b2bb6cd usr.sbin/mountd/mountd.8
--- a/usr.sbin/mountd/mountd.8  Mon Jul 03 09:18:52 2000 +0000
+++ b/usr.sbin/mountd/mountd.8  Mon Jul 03 10:06:24 2000 +0000
@@ -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
 .\"    The Regents of the University of California.  All rights reserved.
@@ -114,7 +114,7 @@
 .Xr nfsstat 1 ,
 .Xr exports 5 ,
 .Xr nfsd 8 ,
-.Xr portmap 8 ,
+.Xr rpcbind 8 ,
 .Xr showmount 8
 .Sh HISTORY
 The
diff -r 65bc983f91fa -r 52676b2bb6cd usr.sbin/nfsd/nfsd.8
--- a/usr.sbin/nfsd/nfsd.8      Mon Jul 03 09:18:52 2000 +0000
+++ b/usr.sbin/nfsd/nfsd.8      Mon Jul 03 10:06:24 2000 +0000
@@ -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
 .\"    The Regents of the University of California.  All rights reserved.
@@ -64,7 +64,7 @@
 Register the
 .Tn NFS
 service with
-.Xr portmap 8
+.Xr rpcbind 8
 without creating any servers.
 This option can be used along with the
 .Fl u
@@ -115,7 +115,7 @@
 .Xr nfsstat 1 ,
 .Xr nfssvc 2 ,
 .Xr mountd 8 ,
-.Xr portmap 8
+.Xr rpcbind 8
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index