Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rpcinfo Full list of changes:



details:   https://anonhg.NetBSD.org/src/rev/16ebb1f9e20f
branches:  trunk
changeset: 779254:16ebb1f9e20f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 13 15:50:41 2012 +0000

description:
Full list of changes:
- remove spurious white space;
- punctuation;
- new sentence, new line;
- decapitalization;
- for the non-superuser example command lines, use a consistent
  shell prompt character.

>From Bug Hunting.

diffstat:

 usr.bin/rpcinfo/rpcinfo.8 |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (96 lines):

diff -r a4dcaad0a929 -r 16ebb1f9e20f usr.bin/rpcinfo/rpcinfo.8
--- a/usr.bin/rpcinfo/rpcinfo.8 Sun May 13 15:49:43 2012 +0000
+++ b/usr.bin/rpcinfo/rpcinfo.8 Sun May 13 15:50:41 2012 +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.14 2009/04/08 13:28:16 joerg Exp $
+.\" $NetBSD: rpcinfo.8,v 1.15 2012/05/13 15:50:41 wiz Exp $
 .Dd August 18, 1992
 .Dt RPCINFO 8
 .Os
@@ -112,8 +112,7 @@
 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 the
 .Fl b
 and
 .Fl d
@@ -211,10 +210,11 @@
 .Ar host .
 The table shows statistics for each version of
 .Nm rpcbind
-(versions 2, 3 and 4), giving the number of times each procedure was
+(versions 2, 3, and 4), giving the number of times each procedure was
 requested and successfully serviced, the number and type of remote call
 requests that were made, and information about RPC address lookups that were
-handled. This is useful for monitoring RPC activities on
+handled.
+This is useful for monitoring RPC activities on
 .Ar host .
 .Pp
 .It Fl n Ar portnum
@@ -228,8 +228,8 @@
 .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
-obsolete by the
+to find out the address of the service.
+This option is made obsolete by the
 .Fl a
 option.
 .Pp
@@ -245,7 +245,7 @@
 If
 .Ar host
 is not specified, it defaults to the local host.
-Note: Version 2 of the
+Note: version 2 of the
 .Nm rpcbind
 protocol was previously known as the portmapper protocol.
 .Pp
@@ -262,8 +262,8 @@
 on the specified
 .Ar host
 using TCP,
-and report whether a response was received. This option is made
-obsolete by the
+and report whether a response was received.
+This option is made obsolete by the
 .Fl T
 option as shown in the third synopsis.
 .Pp
@@ -273,8 +273,8 @@
 on the specified
 .Ar host
 using UDP,
-and report whether a response was received. This option is made
-obsolete by the
+and report whether a response was received.
+This option is made obsolete by the
 .Fl T
 option as shown in the third synopsis.
 .El
@@ -302,7 +302,7 @@
 option to display a more concise list:
 .Pp
 .Bd -literal
-       example$ rpcinfo -s klaxon
+       example% rpcinfo -s klaxon
 .Ed
 .Bl -column "program" "version(s)" "local,tcp,udp,tcp6,udp6" "nlockmgr" "super-user"
 .It program Ta version(s) Ta netid(s) Ta service Ta owner
@@ -339,7 +339,7 @@
 To delete the registration for version
 1 of the
 .Nm walld
-(program number 100008 )
+(program number 100008)
 service for all transports use:
 .Bd -literal
        example# rpcinfo -d 100008 1



Home | Main Index | Thread Index | Old Index