summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-23 21:39:59 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-23 21:39:59 +0000
commit4684cfef89d32a9bab1b6108bb67be2ef91ab20a (patch)
tree466be8512d53a615017f9183e9757d741698c15f /usr.sbin
parent24bba1c5cbdd58b421017d9012e88422c8f67a4d (diff)
More pedantic man page formatting insanity, lalala
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/crontab.112
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.17
-rw-r--r--usr.sbin/rtadvd/rtadvd.conf.58
-rw-r--r--usr.sbin/sesd/getencstat/getencstat.813
-rw-r--r--usr.sbin/sesd/setobjstat/setobjstat.88
-rw-r--r--usr.sbin/traceroute/traceroute.810
-rw-r--r--usr.sbin/ypserv/mknetid/netid.511
-rw-r--r--usr.sbin/ypserv/ypserv/securenet.59
-rw-r--r--usr.sbin/ypserv/ypserv/ypserv.acl.511
9 files changed, 53 insertions, 36 deletions
diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1
index b0d06cb6efe..a838ac7e426 100644
--- a/usr.sbin/cron/crontab.1
+++ b/usr.sbin/cron/crontab.1
@@ -15,7 +15,7 @@
.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
.\" */
.\"
-.\" $Id: crontab.1,v 1.6 2000/03/19 17:57:03 aaron Exp $
+.\" $Id: crontab.1,v 1.7 2000/03/23 21:39:57 aaron Exp $
.\"
.Dd June 8, 1999
.Dt CRONTAB 1
@@ -39,7 +39,8 @@
is the program used to install, deinstall, or list the tables
used to drive the
.Xr cron 8
-daemon in Vixie Cron. Each user can have their own
+daemon in Vixie Cron.
+Each user can have their own
.Xr crontab 5 ,
and though these are files in
.Pa /var/cron/tabs ,
@@ -72,7 +73,8 @@ option is given,
specifies the name of the user whose
.Xr crontab 5
is to be
-tweaked. If this option is not given,
+tweaked.
+If this option is not given,
.Nm
examines
.Dq your
@@ -109,8 +111,8 @@ the
.Ev VISUAL
or
.Ev EDITOR
-environment variables. After you exit
-from the editor, the modified
+environment variables.
+After you exit from the editor, the modified
.Xr crontab 5
will be installed automatically.
.Sh FILES
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.1 b/usr.sbin/mopd/mopa.out/mopa.out.1
index e3e716d070d..6827b74a2c7 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.1
+++ b/usr.sbin/mopd/mopa.out/mopa.out.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mopa.out.1,v 1.6 1999/07/07 10:50:12 aaron Exp $
+.\" $OpenBSD: mopa.out.1,v 1.7 2000/03/23 21:39:57 aaron Exp $
.\"
.\" Copyright (c) 1996 Mats O Jansson. All rights reserved.
.\"
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" @(#) $OpenBSD: mopa.out.1,v 1.6 1999/07/07 10:50:12 aaron Exp $
+.\" @(#) $OpenBSD: mopa.out.1,v 1.7 2000/03/23 21:39:57 aaron Exp $
.\"
.Dd August 11, 1996
.Dt MOPA.OUT 1
@@ -45,7 +45,8 @@ is used to convert an a.out file to a MOP-image.
.Pp
This program will check if
.Xr a.out 5
-machine-id is recognized. If not it will try to swap the
+machine-id is recognized.
+If not it will try to swap the
.Xr a.out 5
header, and try again.
.Sh BUGS
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5
index 3869f1b7f18..c2aa8dbe5ac 100644
--- a/usr.sbin/rtadvd/rtadvd.conf.5
+++ b/usr.sbin/rtadvd/rtadvd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtadvd.conf.5,v 1.4 2000/03/14 21:31:38 aaron Exp $
+.\" $OpenBSD: rtadvd.conf.5,v 1.5 2000/03/23 21:39:57 aaron Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
@@ -68,7 +68,8 @@ There are two items to control interval of sending router advertisements.
(num) The maximum time allowed between sending unsolicited
multicast router advertisements
.Pq unit: seconds .
-The default value is 600. Its value must be no less than 4 seconds
+The default value is 600.
+Its value must be no less than 4 seconds
and no greater than 1800 seconds.
.It Cm \&mininterval
(num) The minimum time allowed between sending unsolicited multicast
@@ -178,7 +179,8 @@ which will be attached to router advertisement header.
.It Cm \&mtu
(num or str) MTU (maximum transmission unit) field.
If 0 is specified, it means that the option will not be included.
-The default value is 0. If the special string
+The default value is 0.
+If the special string
.Dq auto
is specified for this item, MTU option will be included and its value
will be set to the interface MTU automatically.
diff --git a/usr.sbin/sesd/getencstat/getencstat.8 b/usr.sbin/sesd/getencstat/getencstat.8
index 82d993e9e58..6259bfd9cf3 100644
--- a/usr.sbin/sesd/getencstat/getencstat.8
+++ b/usr.sbin/sesd/getencstat/getencstat.8
@@ -1,5 +1,5 @@
.\" $NetBSD: $
-.\" $OpenBSD: getencstat.8,v 1.1 2000/02/21 08:45:14 mjacob Exp $
+.\" $OpenBSD: getencstat.8,v 1.2 2000/03/23 21:39:57 aaron Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
@@ -46,21 +46,24 @@
.Sh DESCRIPTION
.Nm
gets summary and detailed SCSI Environmental Services (or SAF-TE) device
-enclosure status. The overall status is printed out. If the overall status
+enclosure status.
+The overall status is printed out.
+If the overall status
is considered okay, nothing else is printed out (unless the the
.Fl v
option is used).
.Pp
A SCSI Environmental Services device enclosure may be either in the state
of being \fBOK\fR, or in one or more of the states of \fBINFORMATIONAL\fR,
-\fBNON-CRITICAL\fR, \fBCRITICAL\fB or \fBUNRECOVERABLE\fR states. These
-overall states reflect a summary of the states of each object within
+\fBNON-CRITICAL\fR, \fBCRITICAL\fB or \fBUNRECOVERABLE\fR states.
+These overall states reflect a summary of the states of each object within
such a device (such as power supplies or disk drives).
.Pp
With the
.Fl v
option, the status of all objects within the device is printed, whether
-\fBOK\fR or not. Along with the status of each object is the object identifier.
+\fBOK\fR or not.
+Along with the status of each object is the object identifier.
.Pp
The user may then use
.Xr setencstat 8
diff --git a/usr.sbin/sesd/setobjstat/setobjstat.8 b/usr.sbin/sesd/setobjstat/setobjstat.8
index 00397113f47..3979b39f378 100644
--- a/usr.sbin/sesd/setobjstat/setobjstat.8
+++ b/usr.sbin/sesd/setobjstat/setobjstat.8
@@ -1,5 +1,5 @@
.\" $NetBSD: $
-.\" $OpenBSD: setobjstat.8,v 1.1 2000/02/21 08:45:15 mjacob Exp $
+.\" $OpenBSD: setobjstat.8,v 1.2 2000/03/23 21:39:57 aaron Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
@@ -50,9 +50,9 @@ argument may be determined by running
.Xr getencstat 8 .
.Pp
The status fields are partially common (first byte only, which must
-have a value of 0x80 contained in it), but otherwise quite device
-specific. A complete discussion of the possible values is impractical
-here. Please refer to the ANSI SCSI specification (available on
+have a value of 0x80 contained in it), but otherwise quite device specific.
+A complete discussion of the possible values is impractical here.
+Please refer to the ANSI SCSI specification (available on
the FTP site ftp.t10.org).
.Pp
Note that devices may simply and silently ignore the setting of these values.
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8
index d1d733c1a75..708213bbf6e 100644
--- a/usr.sbin/traceroute/traceroute.8
+++ b/usr.sbin/traceroute/traceroute.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: traceroute.8,v 1.17 2000/03/19 17:57:16 aaron Exp $
+.\" $OpenBSD: traceroute.8,v 1.18 2000/03/23 21:39:57 aaron Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -111,7 +111,8 @@ Change the protocol being used from
.Tn UDP
to a numeric protocol or a name as specified in
.Pa /etc/protocols .
-This will not work reliably for most protocols. If set to 1 (ICMP), then
+This will not work reliably for most protocols.
+If set to 1 (ICMP), then
ICMP Echo Request messages will be used (same as
.Xr ping 8
).
@@ -140,9 +141,8 @@ If something is
listening on a port in the default range, this option can be used
to pick an unused port range.
.It Fl c
-Do not increment the destination port number in successive UDP
-packets. Rather, all UDP packets will have the same destination port,
-as set via the
+Do not increment the destination port number in successive UDP packets.
+Rather, all UDP packets will have the same destination port, as set via the
.Fl p
flag (or 33434 if none is specified).
.It Fl q Ar nqueries
diff --git a/usr.sbin/ypserv/mknetid/netid.5 b/usr.sbin/ypserv/mknetid/netid.5
index 147e2391377..d80593e70dc 100644
--- a/usr.sbin/ypserv/mknetid/netid.5
+++ b/usr.sbin/ypserv/mknetid/netid.5
@@ -1,4 +1,5 @@
-.\" $OpenBSD: netid.5,v 1.6 1999/06/05 22:18:25 aaron Exp $
+.\" $OpenBSD: netid.5,v 1.7 2000/03/23 21:39:57 aaron Exp $
+.\"
.\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
.\"
@@ -39,12 +40,14 @@ network credential file
.Sh DESCRIPTION
Files in
.Xr netid 5
-format are rare. One lives in the
+format are rare.
+One lives in the
.Nm YP
map
.Dq netid.byname .
-The format is rather simple. Each row consists of two
-items, a key and a value. When created by
+The format is rather simple.
+Each row consists of two items: a key and a value.
+When created by
.Xr mknetid 8
there are three types of records.
.Pp
diff --git a/usr.sbin/ypserv/ypserv/securenet.5 b/usr.sbin/ypserv/ypserv/securenet.5
index 2edf9416c26..080d24b7f56 100644
--- a/usr.sbin/ypserv/ypserv/securenet.5
+++ b/usr.sbin/ypserv/ypserv/securenet.5
@@ -1,4 +1,5 @@
-.\" $OpenBSD: securenet.5,v 1.6 1999/06/05 22:18:32 aaron Exp $
+.\" $OpenBSD: securenet.5,v 1.7 2000/03/23 21:39:58 aaron Exp $
+.\"
.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
.\"
@@ -43,8 +44,10 @@ file controls which hosts can connect to the
.Nm YP
server.
.Pp
-The format is rather simple. Each row consists of two items. The first item
-is the network mask. The second item is the network.
+The format is rather simple.
+Each row consists of two items.
+The first item is the network mask.
+The second item is the network.
.Sh EXAMPLES
A configuration file might look like the following:
.Bd -literal
diff --git a/usr.sbin/ypserv/ypserv/ypserv.acl.5 b/usr.sbin/ypserv/ypserv/ypserv.acl.5
index 00654efd858..9f28f75467c 100644
--- a/usr.sbin/ypserv/ypserv/ypserv.acl.5
+++ b/usr.sbin/ypserv/ypserv/ypserv.acl.5
@@ -1,4 +1,5 @@
-.\" $OpenBSD: ypserv.acl.5,v 1.10 1999/07/09 13:35:53 aaron Exp $
+.\" $OpenBSD: ypserv.acl.5,v 1.11 2000/03/23 21:39:58 aaron Exp $
+.\"
.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
.\" All rights reserved.
.\"
@@ -59,8 +60,9 @@ hosts.
.Pp
The
.Nm YP
-server reads the configuration file and builds a list in memory. This list
-is processed from the beginning for every incomming request. As soon a
+server reads the configuration file and builds a list in memory.
+This list is processed from the beginning for every incomming request.
+As soon a
match is found in the list the search terminates and it returns success
or failure depending on which of
.Nm allow
@@ -77,7 +79,8 @@ Don't forget to allow localhost access if you want the machine running
.Nm ypserv
to be able to access it too.
.Pp
-There is no default name for this file. Start
+There is no default name for this file.
+Start
.Nm ypserv
with a
.Fl a Ar filename