diff options
| author | enami <enami@NetBSD.org> | 2000-07-03 10:06:24 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2000-07-03 10:06:24 +0000 |
| commit | 8ab9946e1060aad0bd1c4473fcd537f4cbc8731b (patch) | |
| tree | c1cf73daffa04e3b901a89d67a8ad47001239d40 /usr.bin/rup | |
| parent | a6edd9cf2fab77087f253693c7d33e8fb23769ab (diff) | |
Substitute the cross reference to portmap(8) with rpcbind(8).
Diffstat (limited to 'usr.bin/rup')
| -rw-r--r-- | usr.bin/rup/rup.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index ec20aee64a9..1042d2418f0 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -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 @@ 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 ruptime 1 , -.Xr portmap 8 , -.Xr rpc.rstatd 8 +.Xr rpc.rstatd 8 , +.Xr rpcbind 8 .Sh HISTORY The .Nm |
