summaryrefslogtreecommitdiff
path: root/usr.bin
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.bin
parent24bba1c5cbdd58b421017d9012e88422c8f67a4d (diff)
More pedantic man page formatting insanity, lalala
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/biff/biff.15
-rw-r--r--usr.bin/calendar/calendar.16
-rw-r--r--usr.bin/elf2ecoff/elf2ecoff.16
-rw-r--r--usr.bin/file/magic.55
-rw-r--r--usr.bin/indent/indent.15
-rw-r--r--usr.bin/last/last.120
-rw-r--r--usr.bin/leave/leave.15
-rw-r--r--usr.bin/locate/locate/locate.115
-rw-r--r--usr.bin/m4/m4.15
-rw-r--r--usr.bin/rusers/rusers.112
-rw-r--r--usr.bin/rwall/rwall.16
-rw-r--r--usr.bin/showmount/showmount.85
-rw-r--r--usr.bin/skey/skey.18
-rw-r--r--usr.bin/skeyinit/skeyinit.19
-rw-r--r--usr.bin/ssh/ssh.132
-rw-r--r--usr.bin/systat/systat.15
-rw-r--r--usr.bin/talk/talk.16
-rw-r--r--usr.bin/telnet/telnet.18
-rw-r--r--usr.bin/wc/wc.15
-rw-r--r--usr.bin/who/who.15
-rw-r--r--usr.bin/whois/whois.15
-rw-r--r--usr.bin/xinstall/install.15
-rw-r--r--usr.bin/yacc/yacc.15
23 files changed, 106 insertions, 82 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1
index 01aaae73300..c9e3e005f76 100644
--- a/usr.bin/biff/biff.1
+++ b/usr.bin/biff/biff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biff.1,v 1.9 2000/03/04 21:12:00 aaron Exp $
+.\" $OpenBSD: biff.1,v 1.10 2000/03/23 21:39:53 aaron Exp $
.\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -87,4 +87,5 @@ The
command appeared in
.Bx 4.0 .
.Qq Biff
-was Heidi Stettner's dog. He died in August 1993, at 15.
+was Heidi Stettner's dog.
+He died in August 1993, at 15.
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1
index ac075ee0a09..2ecad206b7b 100644
--- a/usr.bin/calendar/calendar.1
+++ b/usr.bin/calendar/calendar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: calendar.1,v 1.12 2000/03/04 21:12:01 aaron Exp $
+.\" $OpenBSD: calendar.1,v 1.13 2000/03/23 21:39:53 aaron Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -85,8 +85,8 @@ instead of using the current date.
.Pp
To handle calendars in your national code table you can specify
.Dq LANG=<locale_name>
-in the calendar file as early as possible. To handle national Easter
-names in the calendars,
+in the calendar file as early as possible.
+To handle national Easter names in the calendars,
.Dq Easter=<national_name>
(for Catholic Easter) or
.Dq Paskha=<national_name>
diff --git a/usr.bin/elf2ecoff/elf2ecoff.1 b/usr.bin/elf2ecoff/elf2ecoff.1
index ab111a8198c..4b1c04c7037 100644
--- a/usr.bin/elf2ecoff/elf2ecoff.1
+++ b/usr.bin/elf2ecoff/elf2ecoff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: elf2ecoff.1,v 1.6 1999/07/04 11:53:53 aaron Exp $
+.\" $OpenBSD: elf2ecoff.1,v 1.7 2000/03/23 21:39:53 aaron Exp $
.\"
.\" Copyright (c) 1996 Per Fogelstrom
.\"
@@ -48,8 +48,8 @@ to ecoff format, into file
.Ar ecoffexec ,
suitable for bootstrapping certain
.Nm MIPS
-systems. Systems requiring this
-conversion are the
+systems.
+Systems requiring this conversion are the
.Nm arc
and
.Nm pmax .
diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5
index c46dff0b828..bfdba15d214 100644
--- a/usr.bin/file/magic.5
+++ b/usr.bin/file/magic.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: magic.5,v 1.4 2000/03/06 02:38:19 aaron Exp $
+.\" $OpenBSD: magic.5,v 1.5 2000/03/23 21:39:53 aaron Exp $
.\"
.\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $
.\"
@@ -14,7 +14,8 @@
This manual page documents the format of the magic file as
used by the
.Xr file 1
-command, version 3.22. The
+command, version 3.22.
+The
.Nm file
command identifies the type of a file using,
among other tests,
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 2896b8bb77a..5daf89b673b 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: indent.1,v 1.8 2000/03/08 03:11:27 aaron Exp $
+.\" $OpenBSD: indent.1,v 1.9 2000/03/23 21:39:53 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" Copyright (c) 1985 Sun Microsystems, Inc.
@@ -391,7 +391,8 @@ turns it off.
When in verbose mode,
.Nm
reports when it splits one line of input into two or more lines of output,
-and gives some size statistics at completion. The default is
+and gives some size statistics at completion.
+The default is
.Fl \&nv .
.El
.Pp
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1
index 905c3396f04..ce09187148c 100644
--- a/usr.bin/last/last.1
+++ b/usr.bin/last/last.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: last.1,v 1.13 2000/03/08 03:11:30 aaron Exp $
+.\" $OpenBSD: last.1,v 1.14 2000/03/23 21:39:53 aaron Exp $
.\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -51,7 +51,7 @@
.Op Ar user ...
.Sh DESCRIPTION
The
-.Nm last
+.Nm
utility will either (1) list the sessions of specified
.Ar users ,
.Ar ttys ,
@@ -66,7 +66,7 @@ hostname, the start and stop times for the session, and the duration
of the session.
If the session is still continuing or was cut short by
a crash or shutdown,
-.Nm last
+.Nm
will so indicate.
.Pp
The options are as follows:
@@ -74,7 +74,7 @@ The options are as follows:
.It Fl c
Calculates the total time displayed and prints it after the output.
.It Fl f Ar file
-.Nm last
+.Nm
reads the file
.Ar file
instead of the default,
@@ -161,9 +161,9 @@ arguments is printed, e.g.,
.Ic last root -t console
would list all of
.Li root Ns 's
-sessions as well as all sessions on the console terminal. If no
-users, hostnames, or terminals are specified,
-.Nm last
+sessions as well as all sessions on the console terminal.
+If no users, hostnames, or terminals are specified,
+.Nm
prints a record of
all logins and logouts.
.Pp
@@ -174,11 +174,11 @@ logs in at reboots of the system; thus
will give an indication of mean time between reboot.
.Pp
If
-.Nm last
+.Nm
is interrupted, it indicates to what date the search has
progressed.
If interrupted with a quit signal
-.Nm last
+.Nm
indicates how
far the search has progressed and then continues.
.Sh FILES
@@ -192,6 +192,6 @@ login data base
.Xr ac 8
.Sh HISTORY
The
-.Nm last
+.Nm
command appeared in
.Bx 3.0 .
diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1
index 64b53305d53..d07721e07f5 100644
--- a/usr.bin/leave/leave.1
+++ b/usr.bin/leave/leave.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: leave.1,v 1.6 2000/03/08 03:11:31 aaron Exp $
+.\" $OpenBSD: leave.1,v 1.7 2000/03/23 21:39:54 aaron Exp $
.\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -82,7 +82,8 @@ from the current time.
If no argument is given,
.Nm leave
prompts with "When do you
-have to leave?". A reply of newline causes
+have to leave?".
+A reply of newline causes
.Nm leave
to exit,
otherwise the reply is assumed to be a time.
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index b7e2436b0f2..a5fc813724a 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.1,v 1.12 2000/03/08 03:11:31 aaron Exp $
+.\" $OpenBSD: locate.1,v 1.13 2000/03/23 21:39:54 aaron Exp $
.\"
.\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
-.\" $Id: locate.1,v 1.12 2000/03/08 03:11:31 aaron Exp $
+.\" $Id: locate.1,v 1.13 2000/03/23 21:39:54 aaron Exp $
.\"
.Dd June 6, 1993
.Dt LOCATE 1
@@ -111,8 +111,8 @@ option adds the specified database to the list
of databases to be searched.
.Pp
.Ar database
-may be a colon-separated list of databases. A single colon is a reference
-to the default database.
+may be a colon-separated list of databases.
+A single colon is a reference to the default database.
.Pp
$ locate -d $HOME/lib/mydb: foo
.Pp
@@ -171,7 +171,9 @@ Use
.Xr mmap 2
instead of the
.Xr stdio 3
-library. This is the default behavior. Usually faster in most cases.
+library.
+This is the default behavior.
+Usually faster in most cases.
.It Fl s
Use the
.Xr stdio 3
@@ -238,7 +240,8 @@ appear in the database.
.Pp
The
.Nm
-database is not byte order independent. It is not possible
+database is not byte order independent.
+It is not possible
to share the databases between machines with different byte order.
The current
.Nm
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index fe1b710fe0f..8db08f37898 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.13 2000/03/23 21:10:17 aaron Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.14 2000/03/23 21:39:54 aaron Exp $
.\"
.\"
.Dd January 26, 1993
@@ -239,7 +239,8 @@ stack for later retrieval by
.It Ic regexp
Finds a regular expression in a string.
If no further arguments are given,
-it returns the first match position or \-1 if no match. If a third argument
+it returns the first match position or \-1 if no match.
+If a third argument
is provided, it returns the replacement string, with sub-patterns replaced.
.It Ic shift
Returns all but the first argument, the remaining arguments are
diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1
index c46d2a2f90e..26ed1e82d76 100644
--- a/usr.bin/rusers/rusers.1
+++ b/usr.bin/rusers/rusers.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rusers.1,v 1.6 2000/03/10 20:17:51 aaron Exp $
+.\" $OpenBSD: rusers.1,v 1.7 2000/03/23 21:39:54 aaron Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -48,10 +48,11 @@ The
.Nm
command produces output similar to
.Xr who 1 ,
-but for the list of hosts or all machines on the local
-network. For each host responding to the rusers query,
+but for the list of hosts or all machines on the local network.
+For each host responding to the rusers query,
the hostname with the names of the users currently logged
-on is printed on each line. The
+on is printed on each line.
+The
.Nm
command will wait for
one minute to catch late responders.
@@ -61,7 +62,8 @@ The options are as follows:
.It Fl a
Print all machines responding even if no one is currently logged in.
.It Fl l
-Print a long format listing. This includes the user name, host name,
+Print a long format listing.
+This includes the user name, host name,
tty that the user is logged in to, the date and time the user
logged in, the amount of time since the user typed on the keyboard,
and the remote host they logged in from (if applicable).
diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1
index 142edb332c5..0a581013539 100644
--- a/usr.bin/rwall/rwall.1
+++ b/usr.bin/rwall/rwall.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rwall.1,v 1.4 2000/03/10 20:17:51 aaron Exp $
+.\" $OpenBSD: rwall.1,v 1.5 2000/03/23 21:39:54 aaron Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -46,8 +46,8 @@
.Sh DESCRIPTION
The
.Nm
-command sends a message to the users logged into the specified host. The
-message to be sent can be typed in and terminated with EOF or it can
+command sends a message to the users logged into the specified host.
+The message to be sent can be typed in and terminated with EOF or it can
be in a
.Ar file .
.Sh DIAGNOSTICS
diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8
index df42b2039c6..a1429fddf2f 100644
--- a/usr.bin/showmount/showmount.8
+++ b/usr.bin/showmount/showmount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: showmount.8,v 1.8 2000/03/10 20:17:52 aaron Exp $
+.\" $OpenBSD: showmount.8,v 1.9 2000/03/23 21:39:54 aaron Exp $
.\" $NetBSD: showmount.8,v 1.5 1995/08/31 22:26:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -56,7 +56,8 @@ server on
By default it prints the names of all hosts that have
.Tn NFS
file systems mounted
-on the host. See
+on the host.
+See
.%T "NFS: Network File System Protocol Specification" ,
RFC 1094,
Appendix A,
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1
index 27b55917a5c..e725db297d8 100644
--- a/usr.bin/skey/skey.1
+++ b/usr.bin/skey/skey.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skey.1,v 1.19 2000/03/10 20:17:52 aaron Exp $
+.\" $OpenBSD: skey.1,v 1.20 2000/03/23 21:39:54 aaron Exp $
.\" @(#)skey.1 1.1 10/28/93
.\"
.Dd October 28, 1993
@@ -20,8 +20,10 @@
.Sh DESCRIPTION
.Nm S/key
is a procedure for using one-time passwords to authenticate access to
-computer systems. It uses 64 bits of information transformed by the
-MD4, MD5, SHA1, or RIPEMD-160 algorithms. The user supplies the 64 bits
+computer systems.
+It uses 64 bits of information transformed by the
+MD4, MD5, SHA1, or RIPEMD-160 algorithms.
+The user supplies the 64 bits
in the form of 6 English words that are generated by a secure computer.
This implementation of
.Nm s/key
diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1
index 971d9df2b09..0c5f50d0986 100644
--- a/usr.bin/skeyinit/skeyinit.1
+++ b/usr.bin/skeyinit/skeyinit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyinit.1,v 1.16 2000/03/23 21:10:19 aaron Exp $
+.\" $OpenBSD: skeyinit.1,v 1.17 2000/03/23 21:39:55 aaron Exp $
.\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $
.\" @(#)skeyinit.1 1.1 10/28/93
.\"
@@ -22,7 +22,8 @@
.Nm
initializes the system so you can use S/Key one-time passwords to login.
The program will ask you to enter a secret pass phrase;
-enter a phrase of several words in response. After the S/Key database
+enter a phrase of several words in response.
+After the S/Key database
has been updated you can login using either your regular password
or using S/Key one-time passwords.
.Pp
@@ -91,8 +92,8 @@ Selects SHA (NIST Secure Hash Algorithm Revision 1) as the hash algorithm.
.It Fl rmd160
Selects RMD-160 (160 bit Ripe Message Digest) as the hash algorithm.
.It Ar user
-The username to be changed/added. By default the current user is
-operated on.
+The username to be changed/added.
+By default the current user is operated on.
.Sh ERRORS
.Bl -tag -width "skey disabled"
.It skey disabled
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 1d3f13d05fd..5800fb1ed90 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.41 2000/03/23 21:11:38 aaron Exp $
+.\" $Id: ssh.1,v 1.42 2000/03/23 21:39:55 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -287,8 +287,8 @@ host key is not known or has changed.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl a
-Disables forwarding of the authentication agent connection. This may
-also be specified on a per-host basis in the configuration file.
+Disables forwarding of the authentication agent connection.
+This may also be specified on a per-host basis in the configuration file.
.It Fl c Ar blowfish|3des
Selects the cipher to use for encrypting the session.
.Ar 3des
@@ -342,8 +342,8 @@ It is possible to have multiple
options (and multiple identities specified in
configuration files).
.It Fl k
-Disables forwarding of Kerberos tickets and AFS tokens. This may
-also be specified on a per-host basis in the configuration file.
+Disables forwarding of Kerberos tickets and AFS tokens.
+This may also be specified on a per-host basis in the configuration file.
.It Fl l Ar login_name
Specifies the user to log in as on the remote machine.
This also may be specified on a per-host basis in the configuration file.
@@ -514,8 +514,8 @@ The host is the
argument given on the command line (i.e., the name is not converted to
a canonicalized host name before matching).
.It Cm AFSTokenPassing
-Specifies whether to pass AFS tokens to remote host. The argument to
-this keyword must be
+Specifies whether to pass AFS tokens to remote host.
+The argument to this keyword must be
.Dq yes
or
.Dq no .
@@ -534,7 +534,8 @@ If this flag is set to
.Dq yes ,
ssh will additionally check the host ip address in the
.Pa known_hosts
-file. This allows ssh to detect if a host key changed due to DNS spoofing.
+file.
+This allows ssh to detect if a host key changed due to DNS spoofing.
If the option is set to
.Dq no ,
the check will not be executed.
@@ -657,15 +658,15 @@ To disable keepalives, the value should be set to
.Dq no
in both the server and the client configuration files.
.It Cm KerberosAuthentication
-Specifies whether Kerberos authentication will be used. The argument to
-this keyword must be
+Specifies whether Kerberos authentication will be used.
+The argument to this keyword must be
.Dq yes
or
.Dq no .
.It Cm KerberosTgtPassing
-Specifies whether a Kerberos TGT will be forwarded to the server. This
-will only work if the Kerberos server is actually an AFS kaserver. The
-argument to this keyword must be
+Specifies whether a Kerberos TGT will be forwarded to the server.
+This will only work if the Kerberos server is actually an AFS kaserver.
+The argument to this keyword must be
.Dq yes
or
.Dq no .
@@ -684,8 +685,9 @@ The possible values are:
QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
The default is INFO.
.It Cm NumberOfPasswordPrompts
-Specifies the number of password prompts before giving up. The
-argument to this keyword must be an integer. Default is 3.
+Specifies the number of password prompts before giving up.
+The argument to this keyword must be an integer.
+Default is 3.
.It Cm PasswordAuthentication
Specifies whether to use password authentication.
The argument to this keyword must be
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index e1b085f02f4..d3bf7dc0b37 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systat.1,v 1.17 2000/03/23 21:10:19 aaron Exp $
+.\" $OpenBSD: systat.1,v 1.18 2000/03/23 21:39:55 aaron Exp $
.\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -333,7 +333,8 @@ by device basis.
Only devices that have interrupted at least once since boot time are shown.
.Pp
Below the SWAPPING display and slightly to the left of the Interrupts
-display is a list of virtual memory statistics. The abbreviations are:
+display is a list of virtual memory statistics.
+The abbreviations are:
.Bl -tag -compact -width XXXXXX -offset indent
.It cow
copy-on-write faults
diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1
index 2e1b17aed8c..ae0fa342add 100644
--- a/usr.bin/talk/talk.1
+++ b/usr.bin/talk/talk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: talk.1,v 1.10 2000/03/11 21:40:04 aaron Exp $
+.\" $OpenBSD: talk.1,v 1.11 2000/03/23 21:39:55 aaron Exp $
.\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -79,8 +79,8 @@ talk: connection requested by your_name@your_machine.
talk: respond with: talk your_name@your_machine
.Ed
.Pp
-to the user you wish to talk to. At this point, the recipient
-of the message should reply by typing
+to the user you wish to talk to.
+At this point, the recipient of the message should reply by typing
.Pp
.Dl talk \ your_name@your_machine
.Pp
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index 5119e67faf6..6bbdc3a7c13 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.22 2000/03/11 21:40:04 aaron Exp $
+.\" $OpenBSD: telnet.1,v 1.23 2000/03/23 21:39:55 aaron Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -311,7 +311,8 @@ When in command mode, the normal terminal editing conventions are available.
Note that the escape character will return to the command mode of the initial
invocation of
.Nm
-that has the controlling terminal. Use the
+that has the controlling terminal.
+Use the
.Cm send escape
command to switch to command mode in subsequent
.Nm
@@ -1147,7 +1148,8 @@ commands.
.It Ic skey Ar sequence challenge
The
.Ic skey
-command computes a response to the S/Key challenge. See
+command computes a response to the S/Key challenge.
+See
.Xr skey 1
for more information on the S/Key system.
.It Ic slc Ar state
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 3c872537c71..6695cbd21d1 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wc.1,v 1.9 2000/03/14 14:58:25 aaron Exp $
+.\" $OpenBSD: wc.1,v 1.10 2000/03/23 21:39:55 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -98,7 +98,8 @@ A pathname of an input file.
.El
.Pp
If no file names are specified, the standard input is used
-and a file name is not output. The resulting output is one
+and a file name is not output.
+The resulting output is one
line of the requested count(s) with the cumulative sum
of all files read in via standard input.
.Pp
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1
index 6d54e16d7cd..c400c0286be 100644
--- a/usr.bin/who/who.1
+++ b/usr.bin/who/who.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: who.1,v 1.10 2000/03/14 14:58:26 aaron Exp $
+.\" $OpenBSD: who.1,v 1.11 2000/03/23 21:39:56 aaron Exp $
.\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -64,7 +64,8 @@ way of saying
.Ar am i .
.It Fl q
(Quick.) List only the names and the number of users currently
-logged on. When this option is used, all other options are ignored.
+logged on.
+When this option is used, all other options are ignored.
.It Fl T
Print a character after the user name indicating the state of the
terminal line:
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1
index 187e3534caa..9a07e4a82b5 100644
--- a/usr.bin/whois/whois.1
+++ b/usr.bin/whois/whois.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: whois.1,v 1.13 2000/03/14 14:58:26 aaron Exp $
+.\" $OpenBSD: whois.1,v 1.14 2000/03/23 21:39:56 aaron Exp $
.\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -89,7 +89,8 @@ domains.
.It Fl m
Use the Route Arbiter Database
.Pq Tn RADB
-database. It contains route policy specifications for a large
+database.
+It contains route policy specifications for a large
number of operators' networks.
.It Fl p
Use the Asia/Pacific Network Information Center
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 109c06ed7f7..bfc15fd627a 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: install.1,v 1.11 2000/03/14 14:58:27 aaron Exp $
+.\" $OpenBSD: install.1,v 1.12 2000/03/23 21:39:56 aaron Exp $
.\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -91,7 +91,8 @@ The options are as follows:
.It Fl b
Backup any existing files before overwriting them by renaming
them to
-.Ar file.old . See
+.Ar file.old .
+See
.Fl B
for specifying a different backup suffix.
.It Fl B Ar suffix
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 262ebb7114e..e05f5c50fd8 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.10 2000/03/14 14:58:27 aaron Exp $
+.\" $OpenBSD: yacc.1,v 1.11 2000/03/23 21:39:56 aaron Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -100,7 +100,8 @@ will not insert the #line directives.
The
.Fl o
option specifies an explicit name for the parser's output file name instead
-of the default. The names of the other output files are constructed from
+of the default.
+The names of the other output files are constructed from
.Pa output_file
as described under the
.Fl d