summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
committerlukem <lukem@NetBSD.org>2000-11-07 06:43:24 +0000
commit279552d3db7dbbd2034249fe9e94cfc152f162d6 (patch)
tree602c62d1dbfaebd93db58c990211d0f1fec4fbb5 /usr.sbin
parent5929990d15578c1a6d535ccea04c6bab2f93a937 (diff)
fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dumplfs/dumplfs.84
-rw-r--r--usr.sbin/eeprom/eeprom.816
-rw-r--r--usr.sbin/kgmon/kgmon.84
-rw-r--r--usr.sbin/lpr/lp/lp.14
-rw-r--r--usr.sbin/lpr/lpd/lpd.820
-rw-r--r--usr.sbin/lpr/lptest/lptest.16
-rw-r--r--usr.sbin/mld6query/mld6query.84
-rw-r--r--usr.sbin/pim6dd/pim6dd.818
-rw-r--r--usr.sbin/pim6sd/pim6sd.814
-rw-r--r--usr.sbin/pim6sd/pim6stat.16
-rw-r--r--usr.sbin/pkg_install/delete/pkg_delete.18
-rw-r--r--usr.sbin/route6d/route6d.86
-rw-r--r--usr.sbin/screenblank/screenblank.18
13 files changed, 59 insertions, 59 deletions
diff --git a/usr.sbin/dumplfs/dumplfs.8 b/usr.sbin/dumplfs/dumplfs.8
index aff93487a98..fcbe73a8fa7 100644
--- a/usr.sbin/dumplfs/dumplfs.8
+++ b/usr.sbin/dumplfs/dumplfs.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: dumplfs.8,v 1.6 2000/06/14 01:55:37 perseant Exp $
+.\" $NetBSD: dumplfs.8,v 1.7 2000/11/07 06:43:36 lukem Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,7 +48,7 @@
.Op Fl s Ar segno
.Op Ar filesys No \&| Ar device
.Sh DESCRIPTION
-.Nm Dumplfs
+.Nm
prints out the file system layout information for the
LFS file system or special device specified.
The listing is very long and detailed.
diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8
index 4f43d2c0311..9ff3632e654 100644
--- a/usr.sbin/eeprom/eeprom.8
+++ b/usr.sbin/eeprom/eeprom.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: eeprom.8,v 1.3 1997/07/30 22:54:23 jtc Exp $
+.\" $NetBSD: eeprom.8,v 1.4 2000/11/07 06:43:36 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -41,7 +41,7 @@
.Nm eeprom
.Nd display or modify contents of the EEPROM or OpenProm
.Sh SUN 3 SYNOPSIS
-.Nm eeprom
+.Nm ""
.Op Fl
.Op Fl c
.Op Fl f Ar device
@@ -52,7 +52,7 @@
.Oc ...
.Oc
.Sh SPARC SYNOPSIS
-.Nm eeprom
+.Nm ""
.Op Fl
.Op Fl c
.Op Fl f Ar device
@@ -65,13 +65,13 @@
.Oc ...
.Oc
.Sh DESCRIPTION
-.Nm Eeprom
+.Nm
provides an interface for displaying and changing the contents of the
EEPROM or OpenProm. Without any arguments,
-.Nm eeprom
+.Nm
will list all of the known fields and their corresponding values.
When given the name of a specific field,
-.Nm eeprom
+.Nm
will display that value or set it if the field name is followed by
.Sq =
and a value. Only the super-user may modify the contents of the EEPROM
@@ -82,7 +82,7 @@ The options are as follows:
.It Fl
Commands are taken from stdin and displayed on stdout.
.It Fl c
-.Nm Eeprom
+.Nm
will fix incorrect checksum values and exit. This flag is quietly ignored
on systems with an OpenProm.
.It Fl f Ar device
@@ -96,7 +96,7 @@ instead of the default
.Pa /dev/openprom .
.It Fl i
If checksum values are incorrect,
-.Nm eeprom
+.Nm
will ignore them and continue after displaying a warning. This flag is
quietly ignored on systems with an OpenProm.
.El
diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8
index ddc854339e0..0f748b20ad0 100644
--- a/usr.sbin/kgmon/kgmon.8
+++ b/usr.sbin/kgmon/kgmon.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: kgmon.8,v 1.11 2000/08/03 21:14:19 eeh Exp $
+.\" $NetBSD: kgmon.8,v 1.12 2000/11/07 06:43:36 lukem Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@
.Op Fl M Ar core
.Op Fl N Ar system
.Sh DESCRIPTION
-.Nm Kgmon
+.Nm
is a tool used when profiling the operating system.
When no arguments are supplied,
.Nm kgmon
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1
index f9785f44b0d..d61fcf1a85d 100644
--- a/usr.sbin/lpr/lp/lp.1
+++ b/usr.sbin/lpr/lp/lp.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: lp.1,v 1.5 1999/03/07 11:58:22 mycroft Exp $
+.\" $NetBSD: lp.1,v 1.6 2000/11/07 06:43:36 lukem Exp $
.\"
.\" Copyright (c) 1995 Joerg Wunsch
.\"
@@ -54,7 +54,7 @@
.Ek
.Op Ar
.Sh DESCRIPTION
-.Nm Lp
+.Nm
is a front-end to the print spooler as required by the
.St -p1003.2
specification. It effectively invokes
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8
index 3e9b447505a..854416b83f5 100644
--- a/usr.sbin/lpr/lpd/lpd.8
+++ b/usr.sbin/lpr/lpd/lpd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: lpd.8,v 1.18 2000/10/03 11:45:30 scw Exp $
+.\" $NetBSD: lpd.8,v 1.19 2000/11/07 06:43:37 lukem Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Op Fl w Ar maxwait
.Op port
.Sh DESCRIPTION
-.Nm Lpd
+.Nm
is the line printer daemon (spool area handler) and is normally invoked
at boot time from the
.Xr rc 8
@@ -71,14 +71,14 @@ Available options:
Normally, if the
.Fl s
option is not specified,
-.Nm lpd
+.Nm
will listen on all network interfaces for incoming TCP connections.
The
.Fl b
option, followed by a
.Ar bind-address
specifies that
-.Nm lpd
+.Nm
should listen on that address instead of INADDR_ANY. Multiple
.Fl b
options are permitted, allowing a list of addresses to be specified.
@@ -101,7 +101,7 @@ for more details.
The
.Fl l
flag causes
-.Nm lpd
+.Nm
to log valid requests received from the network.
This can be useful for debugging purposes.
.It Fl n
@@ -123,12 +123,12 @@ would not use the output filter for remote printers.
The
.Fl s
flag selects ``secure'' mode, in which
-.Nm lpd
+.Nm
does not listen on a TCP socket but only takes commands from a
.Ux
domain socket.
This is valuable when the machine on which
-.Nm lpd
+.Nm
runs is subject to attack over the network and it is desired that the
machine be protected from attempts to remotely fill spools and similar
attacks.
@@ -288,11 +288,11 @@ If a file cannot be opened, a message will be logged via
using the
.Em LOG_LPR
facility.
-.Nm Lpd
+.Nm
will try up to 20 times to reopen a file it expects to be there,
after which it will skip the file to be printed.
.Pp
-.Nm Lpd
+.Nm
uses
.Xr flock 2
to provide exclusive access to the lock file and to prevent multiple
@@ -305,7 +305,7 @@ form and contains two lines.
The first is the process id of the daemon and the second is the control
file name of the current job being printed.
The second line is updated to reflect the current status of
-.Nm lpd
+.Nm
for the programs
.Xr lpq 1
and
diff --git a/usr.sbin/lpr/lptest/lptest.1 b/usr.sbin/lpr/lptest/lptest.1
index 9396da7e366..1687c6fb5c5 100644
--- a/usr.sbin/lpr/lptest/lptest.1
+++ b/usr.sbin/lpr/lptest/lptest.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: lptest.1,v 1.7 1999/03/22 18:44:00 garbled Exp $
+.\" $NetBSD: lptest.1,v 1.8 2000/11/07 06:43:37 lukem Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,7 +44,7 @@
.Op Ar length
.Op Ar count
.Sh DESCRIPTION
-.Nm Lptest
+.Nm
writes the traditional "ripple test" pattern on standard output.
In 96 lines,
this pattern will print all 96 printable
@@ -71,6 +71,6 @@ is to be specified,
.Ar length
must be also be specified.
.Sh HISTORY
-.Nm Lptest
+.Nm
appeared in
.Bx 4.3 .
diff --git a/usr.sbin/mld6query/mld6query.8 b/usr.sbin/mld6query/mld6query.8
index 10751574057..4c4d19b15dd 100644
--- a/usr.sbin/mld6query/mld6query.8
+++ b/usr.sbin/mld6query/mld6query.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $NetBSD: mld6query.8,v 1.3 2000/09/04 07:37:21 kleink Exp $
+.\" $NetBSD: mld6query.8,v 1.4 2000/11/07 06:43:37 lukem Exp $
.\" KAME Id: mld6query.8,v 1.3 1999/08/20 10:00:06 itojun Exp
.\"
.Dd May 17, 1998
@@ -83,6 +83,6 @@ The
.Nm
command first appeared in WIDE/KAME IPv6 protocol stack kit.
.Sh BUGS
-.Nm Mld6query
+.Nm
does not take care of multicast addresses which have non link-local
scope.
diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8
index b63d004debb..8556e1d7fa9 100644
--- a/usr.sbin/pim6dd/pim6dd.8
+++ b/usr.sbin/pim6dd/pim6dd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: pim6dd.8,v 1.6 2000/05/19 10:43:43 itojun Exp $
+.\" $NetBSD: pim6dd.8,v 1.7 2000/11/07 06:43:37 lukem Exp $
.\"
.\" Copyright (C) 1998 WIDE Project.
.\" All rights reserved.
@@ -40,7 +40,7 @@
.Op Fl c Ar configfile
.Op Fl d Op debug_level Op ,debug_level
.Sh DESCRIPTION
-.Nm Pim6dd
+.Nm
is an IPv6 multicast routing daemon, which supports
PIMv2(Protocol Independent Multicast Version 2) dense mode
for IPv6.
@@ -68,7 +68,7 @@ and
.Ic asserts.
.El
.Pp
-.Nm Pim6dd
+.Nm
automatically configures itself to forward on all multicast-capable
interfaces, i.e., interfaces that have the IFF_MULTICAST flag set (excluding
the "loopback interface").
@@ -93,21 +93,21 @@ The default configuration file.
The
.Nm
command is based on
-.Nm pimdd,
+.Ic pimdd ,
which is an IPv4 multicast routing daemon
developed at the University of Oregon.
-.Nm Pimdd
+.Ic pimdd
has been derived from PIM sparse-mode
-.Nm pimd
+.Ic pimd
developed at University of Southern California.
Part of these two programs above has also been derived from
-.Nm mrouted.
-.Nm Mrouted
+.Ic mrouted .
+.Ic mrouted
is COPYRIGHT 1989 by The Board of Trustees of
Leland Stanford Junior University.
.\"
.Sh BUGS
-.Nm Pim6dd
+.Nm
does not contain any unicast routing engine, so a unicast routing
daemon needs to run on the system.
.Pp
diff --git a/usr.sbin/pim6sd/pim6sd.8 b/usr.sbin/pim6sd/pim6sd.8
index 108f157cfd2..ea629c273f7 100644
--- a/usr.sbin/pim6sd/pim6sd.8
+++ b/usr.sbin/pim6sd/pim6sd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: pim6sd.8,v 1.2 2000/05/19 10:43:50 itojun Exp $
+.\" $NetBSD: pim6sd.8,v 1.3 2000/11/07 06:43:37 lukem Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
.\" All rights reserved.
@@ -41,7 +41,7 @@
.Op Fl d Op debug_level Op ,debug_level
.Op Fl f
.Sh DESCRIPTION
-.Nm Pim6sd
+.Nm
is an IPv6 multicast routing daemon, which supports
PIMv2(Protocol Independent Multicast Version 2) sparse mode
for IPv6.
@@ -76,7 +76,7 @@ Do not become daemon, run in foreground. This option is for debugging
use.
.El
.Pp
-.Nm Pim6sd
+.Nm
automatically configures itself to forward on all multicast-capable
interfaces, i.e., interfaces that have the IFF_MULTICAST flag set (excluding
the "loopback interface").
@@ -137,16 +137,16 @@ The
.Nm
command is developed by Mickael Hoerdt at LSIIT Laboratory.
It is based on IPv4 PIM sparse-mode
-.Nm pimd
+.Ic pimd
developed at University of Southern California,
which has also been derived from
-.Nm mrouted.
-.Nm Mrouted
+.Ic mrouted .
+.Ic mrouted
is COPYRIGHT 1989 by The Board of Trustees of
Leland Stanford Junior University.
.\"
.Sh BUGS
-.Nm Pim6sd
+.Nm
does not contain any unicast routing engine, so a unicast routing
daemon needs to run on the system.
.Pp
diff --git a/usr.sbin/pim6sd/pim6stat.1 b/usr.sbin/pim6sd/pim6stat.1
index 04cb7185fdf..64d6631f152 100644
--- a/usr.sbin/pim6sd/pim6stat.1
+++ b/usr.sbin/pim6sd/pim6stat.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pim6stat.1,v 1.3 2000/05/19 10:43:50 itojun Exp $
+.\" $NetBSD: pim6stat.1,v 1.4 2000/11/07 06:43:37 lukem Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
.\" All rights reserved.
@@ -42,7 +42,7 @@
.Op Fl p Ar pidfile
.Op Fl w Ar waitsec
.Sh DESCRIPTION
-.Nm Pim6stat
+.Nm
shows status or statistics of the PIM for IPv6 daemon currently running.
When invoked, it sends a signal to let the daemon dump its internal
status to a file, waits for dumping, and outputs the content of the file
@@ -87,6 +87,6 @@ The
.Nm
command first appeared in KAME IPv6 protocol stack kit.
.Sh BUGS
-.Nm Pim6stat
+.Nm
needs superuser privilege.
.\"
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1
index b593fabfcaf..2623af6eb38 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_delete.1,v 1.16 2000/07/26 15:18:09 hubertf Exp $
+.\" $NetBSD: pkg_delete.1,v 1.17 2000/11/07 06:43:37 lukem Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@@ -96,10 +96,10 @@ which do not explicitly set theirs. For most packages, the prefix will
be set automatically to the installed location by
.Xr pkg_add 1 .
.It Fl r
-.Nm Pkg_delete
+.Nm
first builds a list of all packages that require (directly and indirectly)
the one being deleted. It then deletes these packages using
-.Nm pkg_delete
+.Nm
with the given options before deleting the user specified package.
.It Fl R
Like the
@@ -179,7 +179,7 @@ around the package's installation, since all
.Nm
knows how to do is delete the files created in the original distribution.
The
-.Nm deinstall
+.Ic deinstall
script is called as:
.Bd -filled -offset indent -compact
.Cm deinstall
diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8
index 7288073dd64..25dbda5d830 100644
--- a/usr.sbin/route6d/route6d.8
+++ b/usr.sbin/route6d/route6d.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: route6d.8,v 1.7 2000/07/09 03:06:18 itojun Exp $
+.\" $NetBSD: route6d.8,v 1.8 2000/11/07 06:43:38 lukem Exp $
.\" $KAME: route6d.8,v 1.8 2000/05/31 17:00:09 itojun Exp $
.\"
.\" Copyright (c) 1996 WIDE Project. All rights reserved.
@@ -58,7 +58,7 @@ Enables aging of the statically defined routes.
With this option, any
statically defined routes will be removed unless corresponding updates
arrive as if the routes are received at the startup of
-.Nm route6d .
+.Nm "" .
.\"
.It Fl R Ar routelog
This option makes the
@@ -221,7 +221,7 @@ or
.Re
.\"
.Sh NOTE
-.Nm Route6d
+.Nm
uses IPv6 advanced API,
defined in RFC2292,
for communicating with peers using link-local addresses.
diff --git a/usr.sbin/screenblank/screenblank.1 b/usr.sbin/screenblank/screenblank.1
index f78bb8791e6..0666519bccf 100644
--- a/usr.sbin/screenblank/screenblank.1
+++ b/usr.sbin/screenblank/screenblank.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: screenblank.1,v 1.7 1999/08/16 20:10:37 is Exp $
+.\" $NetBSD: screenblank.1,v 1.8 2000/11/07 06:43:38 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -47,13 +47,13 @@
.Op Fl e Ar timeout
.Op Fl f Ar framebuffer
.Sh DESCRIPTION
-.Nm Screenblank
+.Nm
disables the framebuffer if the keyboard and mouse are idle for a period
of time, and re-enables the framebuffer when keyboard or mouse activity
resumes.
.Pp
When killed with a SIGINT, SIGHUP, or SIGTERM,
-.Nm screenblank
+.Nm
will re-enable the framebuffer. The pid can be found in the file
.Pa /var/run/screenblank.pid .
.Pp
@@ -103,5 +103,5 @@ The mouse device for wscons machines.
The console device for wscons machines.
.It /var/run/screenblank.pid
File containing the pid of
-.Nm screenblank .
+.Nm "" .
.El