Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rpcinfo netconfig(4) -> (5). Fix option section. Whi...



details:   https://anonhg.NetBSD.org/src/rev/948b1af22a3b
branches:  trunk
changeset: 507969:948b1af22a3b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 04 09:42:49 2001 +0000

description:
netconfig(4) -> (5). Fix option section. Whitespace fixes. Sort SEE ALSO.

diffstat:

 usr.bin/rpcinfo/rpcinfo.8 |  51 +++++++++++++++++++++++-----------------------
 1 files changed, 26 insertions(+), 25 deletions(-)

diffs (178 lines):

diff -r b5db92e69600 -r 948b1af22a3b usr.bin/rpcinfo/rpcinfo.8
--- a/usr.bin/rpcinfo/rpcinfo.8 Wed Apr 04 09:41:36 2001 +0000
+++ b/usr.bin/rpcinfo/rpcinfo.8 Wed Apr 04 09:42:49 2001 +0000
@@ -1,7 +1,7 @@
 .\" @(#)rpcinfo.1m 1.23 93/03/29 SMI; from SVr4
 .\" Copyright 1989 AT&T
 .\" Copyright 1991 Sun Microsystems, Inc.
-.\" $NetBSD: rpcinfo.8,v 1.6 2000/06/02 23:19:38 fvdl Exp $
+.\" $NetBSD: rpcinfo.8,v 1.7 2001/04/04 09:42:49 wiz Exp $
 .Dd August 18, 1992
 .Dt RPCINFO 8
 .Sh NAME
@@ -52,7 +52,7 @@
 .Pp
 In the first synopsis,
 .Nm
-lists all the registered RPC services with 
+lists all the registered RPC services with
 .Nm rpcbind
 on
 .Ar host .
@@ -63,7 +63,7 @@
 .Fl s
 is used, the information is displayed in a concise format.
 .Pp
-In the second synopsis, 
+In the second synopsis,
 .Nm
 lists all the RPC services registered with
 .Nm rpcbind ,
@@ -105,14 +105,14 @@
 numbers for the specified
 .Ar prognum
 by calling version 0,
-which is presumed not to exist; 
+which is presumed not to exist;
 if it does exist,
 .Nm
 attempts to obtain this information by calling
 an extremely high version number instead,
 and attempts to call each registered version.
-Note: 
-the version number is required for 
+Note:
+the version number is required for
 .Fl b
 and
 .Fl d
@@ -128,9 +128,9 @@
 .Ev NETPATH
 environment variable, or if that is unset or null, the transport
 in the
-.Xr netconfig 4
+.Xr netconfig 5
 database is used.
-This is a generic option, 
+This is a generic option,
 and can be used in conjunction with other options as
 shown in the SYNOPSIS.
 .Pp
@@ -138,7 +138,7 @@
 Use
 .Ar serv_address
 as the (universal) address for the service on
-.Ar transport 
+.Ar transport
 to ping procedure 0
 of the specified
 .Ar prognum
@@ -149,11 +149,11 @@
 .Fl a
 option.
 .Pp
-If 
+If
 .Ar versnum
 is not specified,
 .Nm
-tries to ping all 
+tries to ping all
 available version numbers for that program number.
 This option avoids calls to remote
 .Nm rpcbind
@@ -198,7 +198,7 @@
 .Ar prognum
 and
 .Ar versnum
-on the specified 
+on the specified
 .IR host .
 Entries are returned for all transports
 in the same protocol family as that used to contact the remote
@@ -228,7 +228,7 @@
 .Nm rpcbind .
 Use of this option avoids a call to the remote
 .Nm rpcbind
-to find out the address of the service. This option is made 
+to find out the address of the service. This option is made
 obsolete by the
 .Fl a
 option.
@@ -256,7 +256,7 @@
 .Ar host
 is not specified, it defaults to the local host.
 .Pp
-.Fl t
+.It Fl t
 Make an RPC call to procedure 0 of
 .Ar prognum
 on the specified
@@ -267,12 +267,13 @@
 .Fl T
 option as shown in the third synopsis.
 .Pp
-.Fl u
+.It Fl u
 Make an RPC call to procedure 0 of
 .Ar prognum
 on the specified
-.Ar host using UDP,
-and report whether a response was received. This option is made 
+.Ar host
+using UDP,
+and report whether a response was received. This option is made
 obsolete by the
 .Fl T
 option as shown in the third synopsis.
@@ -285,7 +286,7 @@
 .Ed
 .Pp
 To show all of the RPC
-services registered with 
+services registered with
 .Nm rpcbind
 on the machine named
 .Nm klaxon
@@ -296,7 +297,7 @@
 .Ed
 .Pp
 The information displayed by the above commands can be quite lengthy.
-Use the 
+Use the
 .Fl s
 option to display a more concise list:
 .Pp
@@ -314,10 +315,10 @@
 .El
 .Pp
 To show whether the RPC
-service with program number 
+service with program number
 .Ar prognum and version
 .Ar versnum is
-registered on the machine named 
+registered on the machine named
 .Nm klaxon
 for the transport TCP
 use:
@@ -334,7 +335,7 @@
        example% rpcinfo -p
 .Ed
 .Pp
-To delete the registration for version 
+To delete the registration for version
 1 of the
 .Nm walld
 (program number 100008 )
@@ -348,7 +349,7 @@
        example# rpcinfo -d walld 1
 .Ed
 .Sh SEE ALSO
-.Xr rpcbind 8 ,
 .Xr rpc 3 ,
-.Xr netconfig 4 ,
-.Xr rpc 4
+.Xr netconfig 5 ,
+.Xr rpc 5 ,
+.Xr rpcbind 8



Home | Main Index | Thread Index | Old Index