Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin Whitespace nits.
details: https://anonhg.NetBSD.org/src/rev/76eddb0e33d4
branches: trunk
changeset: 520917:76eddb0e33d4
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 19 11:44:57 2002 +0000
description:
Whitespace nits.
diffstat:
usr.sbin/mrinfo/mrinfo.8 | 12 +-
usr.sbin/mtrace/mtrace.8 | 36 +++---
usr.sbin/mtree/mtree.8 | 4 +-
usr.sbin/ndbootd/ndbootd.8 | 42 ++++----
usr.sbin/nfsd/nfsd.8 | 4 +-
usr.sbin/ntp/ntpd/ntpd.8 | 52 +++++-----
usr.sbin/ntp/ntpdate/ntpdate.8 | 76 +++++++-------
usr.sbin/ntp/ntpdc/ntpdc.8 | 166 ++++++++++++++++----------------
usr.sbin/ntp/ntpq/ntpq.8 | 90 ++++++++--------
usr.sbin/ntp/ntptime/ntptime.8 | 10 +-
usr.sbin/ntp/ntptrace/ntptrace.8 | 10 +-
usr.sbin/pppd/pppstats/pppstats.8 | 4 +-
usr.sbin/pvcsif/pvcsif.8 | 16 +-
usr.sbin/pvctxctl/pvctxctl.8 | 52 +++++-----
usr.sbin/pwd_mkdb/pwd_mkdb.8 | 6 +-
usr.sbin/quotacheck/quotacheck.8 | 4 +-
usr.sbin/rarpd/rarpd.8 | 22 ++--
usr.sbin/rdate/rdate.8 | 6 +-
usr.sbin/rip6query/rip6query.8 | 6 +-
usr.sbin/rpc.pcnfsd/pcnfsd.8 | 32 +++---
usr.sbin/rpc.statd/rpc.statd.8 | 4 +-
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 | 8 +-
usr.sbin/rwhod/rwhod.8 | 12 +-
usr.sbin/sa/sa.8 | 14 +-
usr.sbin/screenblank/screenblank.1 | 6 +-
usr.sbin/sesd/getencstat/getencstat.8 | 8 +-
usr.sbin/sesd/sesd/sesd.8 | 12 +-
usr.sbin/sesd/setencstat/setencstat.8 | 8 +-
usr.sbin/sesd/setobjstat/setobjstat.8 | 8 +-
usr.sbin/slstats/slstats.8 | 4 +-
usr.sbin/spray/spray.8 | 20 +-
usr.sbin/sup/source/sup.1 | 56 +++++-----
usr.sbin/sup/source/supservers.8 | 76 +++++++-------
usr.sbin/sushi/sushi.8 | 46 ++++----
usr.sbin/syslogd/syslogd.8 | 10 +-
usr.sbin/traceroute/traceroute.8 | 6 +-
usr.sbin/trpt/trpt.8 | 8 +-
usr.sbin/trsp/trsp.8 | 8 +-
usr.sbin/unlink/unlink.8 | 4 +-
usr.sbin/user/userdel.8 | 4 +-
usr.sbin/wsfontload/wsfontload.8 | 4 +-
usr.sbin/ypbind/ypbind.8 | 6 +-
usr.sbin/ypserv/makedbm/makedbm.8 | 8 +-
usr.sbin/ypserv/mkalias/mkalias.8 | 14 +-
usr.sbin/ypserv/mknetid/mknetid.8 | 10 +-
usr.sbin/ypserv/mknetid/netid.5 | 6 +-
usr.sbin/ypserv/stdethers/stdethers.8 | 4 +-
usr.sbin/ypserv/stdhosts/stdhosts.8 | 4 +-
usr.sbin/ypserv/yppush/yppush.8 | 4 +-
usr.sbin/ypserv/ypserv/ypserv.8 | 4 +-
usr.sbin/ypserv/yptest/yptest.8 | 4 +-
usr.sbin/ypserv/ypxfr/ypxfr.8 | 8 +-
52 files changed, 524 insertions(+), 524 deletions(-)
diffs (truncated from 3377 to 300 lines):
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/mrinfo/mrinfo.8
--- a/usr.sbin/mrinfo/mrinfo.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/mrinfo/mrinfo.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mrinfo.8,v 1.2 1995/10/03 23:20:39 thorpej Exp $
+.\" $NetBSD: mrinfo.8,v 1.3 2002/01/19 11:44:57 wiz Exp $
.\"
.TH MRINFO 8
.UC 5
@@ -10,12 +10,12 @@
.B \-d
.I debug_level
] [
-.B \-r
+.B \-r
.I retry_count
] [
-.B \-t
+.B \-t
.I timeout_count
-]
+]
.B multicast_router
.SH DESCRIPTION
@@ -27,7 +27,7 @@
uses the ASK_NEIGHBORS IGMP message to the specified multicast router. If this
multicast router responds, the version number and a list of their neighboring
multicast router addresses is part of that response. If the responding router
-has a recent multicast version number, then
+has a recent multicast version number, then
.I mrinfo
requests additional information such as metrics, thresholds, and flags from the
multicast router. Once the specified multicast router responds, the
@@ -39,7 +39,7 @@
"\-d" option sets the debug level. When the debug level is greater than the
default value of 0, addition debugging messages are printed. Regardless of
the debug level, an error condition, will always write an error message and will
-cause
+cause
.I mrinfo
to terminate.
Non-zero debug levels have the following effects:
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/mtrace/mtrace.8
--- a/usr.sbin/mtrace/mtrace.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/mtrace/mtrace.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mtrace.8,v 1.5 1999/11/18 19:02:32 kristerw Exp $
+.\" $NetBSD: mtrace.8,v 1.6 2002/01/19 11:44:57 wiz Exp $
.\"
.\" Copyright (c) 1995 by the University of Southern California
.\" All rights reserved.
@@ -150,7 +150,7 @@
.TP 8 8
.B \-l
Loop indefinitely printing packet rate and loss statistics for the
-multicast path every 10 seconds (see
+multicast path every 10 seconds (see
.B \-S
.IR stat_int ).
.TP 8 8
@@ -353,13 +353,13 @@
.ft C
oak.isi.edu 80# mtrace -l caraway.lcs.mit.edu 224.2.0.3
Mtrace from 18.26.0.170 to 128.9.160.100 via group 224.2.0.3
-Querying full reverse path...
+Querying full reverse path...
0 oak.isi.edu (128.9.160.100)
- -1 cub.isi.edu (128.9.160.153) DVMRP thresh^ 1 3 ms
- -2 la.dart.net (140.173.128.1) DVMRP thresh^ 1 14 ms
- -3 dc.dart.net (140.173.64.1) DVMRP thresh^ 1 50 ms
- -4 bbn.dart.net (140.173.32.1) DVMRP thresh^ 1 63 ms
- -5 mit.dart.net (140.173.48.2) DVMRP thresh^ 1 71 ms
+ -1 cub.isi.edu (128.9.160.153) DVMRP thresh^ 1 3 ms
+ -2 la.dart.net (140.173.128.1) DVMRP thresh^ 1 14 ms
+ -3 dc.dart.net (140.173.64.1) DVMRP thresh^ 1 50 ms
+ -4 bbn.dart.net (140.173.32.1) DVMRP thresh^ 1 63 ms
+ -5 mit.dart.net (140.173.48.2) DVMRP thresh^ 1 71 ms
-6 caraway.lcs.mit.edu (18.26.0.170)
Round trip time 124 ms
.fi
@@ -415,23 +415,23 @@
18.26.0.170 128.9.160.100 All Multicast Traffic From 18.26.0.170
| __/ rtt 125 ms Lost/Sent = Pct Rate To 224.2.0.3
v / hop 65 ms --------------------- ------------------
-18.26.0.144
-140.173.48.2 mit.dart.net
+18.26.0.144
+140.173.48.2 mit.dart.net
| ^ ttl 1 0/6 = --% 0 pps 0/2 = --% 0 pps
v | hop 8 ms 1/52 = 2% 0 pps 0/18 = 0% 0 pps
-140.173.48.1
+140.173.48.1
140.173.32.1 bbn.dart.net
| ^ ttl 2 0/6 = --% 0 pps 0/2 = --% 0 pps
v | hop 12 ms 1/52 = 2% 0 pps 0/18 = 0% 0 pps
-140.173.32.2
-140.173.64.1 dc.dart.net
+140.173.32.2
+140.173.64.1 dc.dart.net
| ^ ttl 3 0/271 = 0% 27 pps 0/2 = --% 0 pps
v | hop 34 ms -1/2652 = 0% 26 pps 0/18 = 0% 0 pps
-140.173.64.2
+140.173.64.2
140.173.128.1 la.dart.net
| ^ ttl 4 -2/831 = 0% 83 pps 0/2 = --% 0 pps
v | hop 11 ms -3/8072 = 0% 79 pps 0/18 = 0% 0 pps
-140.173.128.2
+140.173.128.2
128.9.160.153 cub.isi.edu
| \\__ ttl 5 833 83 pps 2 0 pps
v \\ hop -8 ms 8075 79 pps 18 0 pps
@@ -491,8 +491,8 @@
Querying full reverse path... * switching to hop-by-hop:
0 butter.lcs.mit.edu (18.26.0.151)
-1 jam.lcs.mit.edu (18.26.0.144) DVMRP thresh^ 1 33 ms Route pruned
- -2 bbn.dart.net (140.173.48.1) DVMRP thresh^ 1 36 ms
- -3 dc.dart.net (140.173.32.2) DVMRP thresh^ 1 44 ms
+ -2 bbn.dart.net (140.173.48.1) DVMRP thresh^ 1 36 ms
+ -3 dc.dart.net (140.173.32.2) DVMRP thresh^ 1 44 ms
-4 darpa.dart.net (140.173.240.2) DVMRP thresh^ 16 47 ms
-5 * * * noc.hpc.org (192.187.8.2) [mrouted 2.2] didn't respond
Round trip time 95 ms
@@ -508,7 +508,7 @@
.B mtrace
are modeled after the unicast
.B traceroute
-program written by Van Jacobson.
+program written by Van Jacobson.
.SH SEE ALSO
.BR mrouted (8) ,
.BR mrinfo (8) ,
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/mtree/mtree.8
--- a/usr.sbin/mtree/mtree.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/mtree/mtree.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mtree.8,v 1.27 2001/11/07 08:01:52 lukem Exp $
+.\" $NetBSD: mtree.8,v 1.28 2002/01/19 11:44:57 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -444,7 +444,7 @@
.Ql ?
or
.Ql *
-.Pc ,
+.Pc ,
in which case files
in the hierarchy will be associated with the first pattern that
they match.
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/ndbootd/ndbootd.8
--- a/usr.sbin/ndbootd/ndbootd.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/ndbootd/ndbootd.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ndbootd.8,v 1.2 2001/05/22 14:41:59 fredette Exp $
+.\" $NetBSD: ndbootd.8,v 1.3 2002/01/19 11:45:07 wiz Exp $
.\" <<Id: ndbootd.8,v 1.2 2001/05/15 14:42:25 fredette Exp >>
.\"
.\" Copyright (c) 2001 Matthew Fredette. All rights reserved.
@@ -16,8 +16,8 @@
.\" This product includes software developed by Matthew Fredette.
.\" 4. The name of Matthew Fredette may not be used to endorse or promote
.\" products derived from this software without specific prior written
-.\" permission.
-.\"
+.\" permission.
+.\"
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
@@ -41,18 +41,18 @@
.Nm
is a server which supports the
Sun Network Disk (ND) Protocol.
-This protocol was designed by Sun before they designed
+This protocol was designed by Sun before they designed
.Tn NFS .
ND simply
makes the raw blocks of a disk available to network clients. Contrast
-this with the true namespace and file abstractions that
-.Tn NFS
+this with the true namespace and file abstractions that
+.Tn NFS
provides.
.Pp
The only reason you're likely to encounter ND nowadays is if you have
an old Sun 2 machine, like the 2/120 or 2/50. The Sun 2 PROMs can
only use ND to boot over the network. (Later, the Sun 3 PROMs would
-use
+use
.Tn RARP
and
.Tn TFTP
@@ -64,15 +64,15 @@
.Pa /dev/ndp0
(ND public unit zero). The disk is available only to clients that are
listed in
-.Pa /etc/ethers
+.Pa /etc/ethers
and have valid hostnames.
(Sun 2 PROMs don't do RARP, but they do learn their IP
address from the first ND response they receive from the server.)
.Pp
.Ar boot1
is a file containing the mandatory first-stage network boot
-program, typically
-.Pa /usr/mdec/bootyy .
+program, typically
+.Pa /usr/mdec/bootyy .
The layout of the exported disk is:
.Bl -bullet -offset indent
.It
@@ -81,31 +81,31 @@
blocks 1-15: the first-stage network boot program
.El
.Pp
-With the
+With the
.Fl s Ar boot2
-option,
+option,
.Nm
will also make a second-stage network
-boot program available to clients, typically
-.Pa /usr/mdec/netboot .
-When
+boot program available to clients, typically
+.Pa /usr/mdec/netboot .
+When
.Ar boot2
is a filename, that file is the single second-stage network boot program
to be served to all clients.
.Pp
-When
+When
.Ar boot2
-is a directory name, typically
+is a directory name, typically
.Pa /tftpboot ,
.Nm
finds a
client's second-stage network boot program by turning its IP address
into a filename in that directory, in the same manner later Sun 3
PROMs do when TFTPing (i.e., if a client has IP address 192.168.1.10,
-.Nm
-expects to find
-.Pa /tftpboot/C0A8010A.SUN2
-).
+.Nm
+expects to find
+.Pa /tftpboot/C0A8010A.SUN2
+).
.Pp
When used in this last manner with an ND-aware first-stage boot program,
.Nm
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/nfsd/nfsd.8
--- a/usr.sbin/nfsd/nfsd.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/nfsd/nfsd.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nfsd.8,v 1.14 2000/07/03 10:06:26 enami Exp $
+.\" $NetBSD: nfsd.8,v 1.15 2002/01/19 11:44:57 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -86,7 +86,7 @@
clients.
.El
.Pp
-For example,
+For example,
.Dq Li "nfsd -t -u -n 6"
serves
.Tn UDP
diff -r 491983853edb -r 76eddb0e33d4 usr.sbin/ntp/ntpd/ntpd.8
--- a/usr.sbin/ntp/ntpd/ntpd.8 Sat Jan 19 11:43:47 2002 +0000
+++ b/usr.sbin/ntp/ntpd/ntpd.8 Sat Jan 19 11:44:57 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ntpd.8,v 1.7 2001/12/26 15:13:57 wiz Exp $
+.\" $NetBSD: ntpd.8,v 1.8 2002/01/19 11:44:57 wiz Exp $
.\" Converted from HTML to mandoc by ntp-html2mdoc.pl
.\"
.Dd March 29, 2000
@@ -30,7 +30,7 @@
is a complete implementation of the Network Time Protocol
(NTP) version 4, but also retains compatibility with version 3, as
defined by RFC-1305, and version 1 and 2, as defined by RFC-1059 and
-RFC-1119, respectively.
+RFC-1119, respectively.
.Nm
does most computations in 64-bit
floating point arithmetic and does relatively clumsy 64-bit fixed point
@@ -47,9 +47,9 @@
workstations without specifying configuration details specific to the
local environment.
.Pp
-Ordinarily,
+Ordinarily,
.Nm
-reads the
+reads the
Home |
Main Index |
Thread Index |
Old Index