summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-07-06 04:06:59 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-07-06 04:06:59 +0000
commit28bba41f8ac3d66aaf6f97aaf141ad865dda4052 (patch)
treec3f2d7a67bd7f6a3847cc48221345bec5a56754b
parentc896b2128fb800d7ad79ce4473d4c64baa9691fa (diff)
Insert more missing .El directives. Our troff really should identify these and
spit out a warning.
-rw-r--r--usr.bin/apropos/apropos.13
-rw-r--r--usr.bin/at/at.13
-rw-r--r--usr.bin/cdio/cdio.13
-rw-r--r--usr.bin/elf2olf/elf2olf.15
-rw-r--r--usr.bin/jot/jot.13
-rw-r--r--usr.bin/locate/locate/locate.119
-rw-r--r--usr.bin/locate/locate/locate.updatedb.83
-rw-r--r--usr.bin/m4/m4.13
-rw-r--r--usr.bin/midiplay/midiplay.13
-rw-r--r--usr.bin/nc/nc.13
-rw-r--r--usr.bin/skeyaudit/skeyaudit.13
-rw-r--r--usr.bin/skeyinit/skeyinit.16
-rw-r--r--usr.bin/sort/sort.13
-rw-r--r--usr.bin/ssh/scp.13
-rw-r--r--usr.bin/ssh/ssh-agent.13
-rw-r--r--usr.bin/ssh/ssh-keygen.13
-rw-r--r--usr.bin/ssh/sshd.83
-rw-r--r--usr.bin/tn3270/mset/mset.13
-rw-r--r--usr.bin/top/top.13
-rw-r--r--usr.bin/w/uptime.13
-rw-r--r--usr.bin/window/window.13
-rw-r--r--usr.bin/xlint/xlint/lint.13
-rw-r--r--usr.bin/yacc/yacc.13
23 files changed, 55 insertions, 35 deletions
diff --git a/usr.bin/apropos/apropos.1 b/usr.bin/apropos/apropos.1
index 94ee67e9d87..3a4558b7216 100644
--- a/usr.bin/apropos/apropos.1
+++ b/usr.bin/apropos/apropos.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apropos.1,v 1.5 1999/07/04 11:53:50 aaron Exp $
+.\" $OpenBSD: apropos.1,v 1.6 2000/07/06 04:06:53 aaron Exp $
.\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -96,6 +96,7 @@ or the directories supplied with the
option or the
.Ev MANPATH
environment variable.
+.El
.Sh ENVIRONMENT
.Bl -tag -width MANPATH
.It Ev MANPATH
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1
index f06474cd6bb..f65fab69e12 100644
--- a/usr.bin/at/at.1
+++ b/usr.bin/at/at.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: at.1,v 1.14 2000/03/23 21:10:12 aaron Exp $
+.\" $OpenBSD: at.1,v 1.15 2000/07/06 04:06:54 aaron Exp $
.\" $FreeBSD: at.man,v 1.6 1997/02/22 19:54:05 peter Exp $
.Dd April 12, 1995
.Dt AT 1
@@ -247,6 +247,7 @@ allow permission control
deny permission control
.It Pa /var/at/.lockfile
job-creation lock file
+.El
.Sh SEE ALSO
.Xr nice 1 ,
.Xr sh 1 ,
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1
index 2b79320c187..07700fb1fb4 100644
--- a/usr.bin/cdio/cdio.1
+++ b/usr.bin/cdio/cdio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdio.1,v 1.17 2000/03/05 20:09:19 aaron Exp $
+.\" $OpenBSD: cdio.1,v 1.18 2000/07/06 04:06:54 aaron Exp $
.Dd July 3, 1995
.Dt CDIO 1
.Os
@@ -155,6 +155,7 @@ Set minute-second-frame ioctl mode (default).
Set LBA ioctl mode.
.It Ic quit
Quit the program.
+.El
.Sh FILES
.Bl -tag -width /dev/rmcd0c -compact
.It Pa /dev/rcd0c
diff --git a/usr.bin/elf2olf/elf2olf.1 b/usr.bin/elf2olf/elf2olf.1
index dec6af4012a..09f1eeb2497 100644
--- a/usr.bin/elf2olf/elf2olf.1
+++ b/usr.bin/elf2olf/elf2olf.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: elf2olf.1,v 1.9 2000/03/28 23:35:51 deraadt Exp $
+.\" $OpenBSD: elf2olf.1,v 1.10 2000/07/06 04:06:54 aaron Exp $
.\"
.\" Copyright (c) 1996, 1997 Erik Theisen.
.\" All rights reserved.
@@ -25,7 +25,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.
.\"
-.\" @(#)$Id: elf2olf.1,v 1.9 2000/03/28 23:35:51 deraadt Exp $
+.\" @(#)$Id: elf2olf.1,v 1.10 2000/07/06 04:06:54 aaron Exp $
.\"
.Dd May 5, 1997
.Dt ELF2OLF 1
@@ -81,6 +81,7 @@ as follows:
.It Ta Pa "dell" Ta "DELL SVR4"
.It Ta Pa "ncr " Ta "NCR SVR4"
.El
+.El
.Pp
The
.Nm
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index 0fdded10fe3..29bb35743a7 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: jot.1,v 1.4 2000/03/08 03:11:29 aaron Exp $
+.\" $OpenBSD: jot.1,v 1.5 2000/07/06 04:06:54 aaron Exp $
.\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -98,6 +98,7 @@ option is overridden by whatever appears in a
.Xr printf 3
conversion following
.Fl w .
+.El
.Pp
The last four arguments indicate, respectively,
the number of data, the lower bound, the upper bound,
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index f1f619f86c2..a34fac49c88 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.1,v 1.14 2000/03/24 21:06:53 ian Exp $
+.\" $OpenBSD: locate.1,v 1.15 2000/07/06 04:06: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.14 2000/03/24 21:06:53 ian Exp $
+.\" $Id: locate.1,v 1.15 2000/07/06 04:06:54 aaron Exp $
.\"
.Dd June 6, 1993
.Dt LOCATE 1
@@ -179,6 +179,7 @@ Use the
.Xr stdio 3
library instead of
.Xr mmap 2 .
+.El
.Sh FILES
.Bl -tag -width /usr/libexec/locate.updatedb -compact
.It Pa /var/db/locate.database
@@ -207,6 +208,11 @@ option was specified.
.%V 8:1
.%P pp. 8-10
.Re
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.4 .
.Sh BUGS
.Nm
may fail to list some files that are present, or may
@@ -249,12 +255,3 @@ implementation understands databases in host byte order or
network byte order.
So a little-endian machine can't understand
a locate database which was built on an big-endian machine.
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 4.4 .
-Many new features were
-added in
-.\".Fx 2.2 .
-FreeBSD 2.2. \"I assume
diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8
index fdd8da9e416..69d4a465c57 100644
--- a/usr.bin/locate/locate/locate.updatedb.8
+++ b/usr.bin/locate/locate/locate.updatedb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.updatedb.8,v 1.10 2000/04/18 03:07:13 aaron Exp $
+.\" $OpenBSD: locate.updatedb.8,v 1.11 2000/07/06 04:06:55 aaron Exp $
.\"
.\" Copyright (c) 1996
.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
@@ -72,6 +72,7 @@ the database.
.It Fl -filesystems
A list of filesystem types to be traversed by
.Xr find 1 .
+.El
.Sh FILES
.Bl -tag -width /var/db/locate.database -compact
.It Pa /var/db/locate.database
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index d3d8175f8a1..14938325fb9 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.16 2000/04/17 02:32:43 aaron Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.17 2000/07/06 04:06:55 aaron Exp $
.\"
.\"
.Dd January 26, 1993
@@ -71,6 +71,7 @@ Activate GNU-m4 compatibility mode.
In this mode, changequote with
two empty parameters deactivates quotes, translit handles simple character
ranges (e.g., a-z) and regular expressions mimic emacs behavior.
+.El
.Sh SYNTAX
.Nm m4
provides the following built-in macros.
diff --git a/usr.bin/midiplay/midiplay.1 b/usr.bin/midiplay/midiplay.1
index 1645759ba0a..12ed4df7e3a 100644
--- a/usr.bin/midiplay/midiplay.1
+++ b/usr.bin/midiplay/midiplay.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: midiplay.1,v 1.5 2000/03/10 19:07:21 aaron Exp $
+.\" $OpenBSD: midiplay.1,v 1.6 2000/07/06 04:06:55 aaron Exp $
.\" $NetBSD: midiplay.1,v 1.3 1998/08/13 18:26:36 augustss Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -81,6 +81,7 @@ Be verbose.
If the flag is repeated the verbosity increases.
.It Fl x
Play a small sample sound.
+.El
.Sh FILES
.Bl -tag -width /dev/music
.It Pa /dev/music
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1
index c069c29c11b..14402ed6464 100644
--- a/usr.bin/nc/nc.1
+++ b/usr.bin/nc/nc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nc.1,v 1.7 2000/03/10 19:07:22 aaron Exp $
+.\" $OpenBSD: nc.1,v 1.8 2000/07/06 04:06:55 aaron Exp $
.\"
.\" Copyright (c) 1996 David Sacerdote
.\" All rights reserved.
@@ -182,6 +182,7 @@ daemons, without sending any data to them.
Diagnostic messages about refused connections with not be displayed unless
.Fl v
is specified twice.
+.El
.Sh EXAMPLES
.Bl -tag -width x
.It Li "nc"
diff --git a/usr.bin/skeyaudit/skeyaudit.1 b/usr.bin/skeyaudit/skeyaudit.1
index 782f1a3e763..8a0ca27c9cf 100644
--- a/usr.bin/skeyaudit/skeyaudit.1
+++ b/usr.bin/skeyaudit/skeyaudit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyaudit.1,v 1.6 2000/03/11 21:40:02 aaron Exp $
+.\" $OpenBSD: skeyaudit.1,v 1.7 2000/07/06 04:06:55 aaron Exp $
.\"
.Dd 22 July 1997
.Dt SKEYAUDIT 1
@@ -35,6 +35,7 @@ Don't send mail, just print to the standard output.
.It Fl l Ar limit
The limit used to determine whether or not a user should be notified.
The default is to notify if there are fewer than 12 keys left.
+.El
.Sh FILES
.Bl -tag -width /etc/skeykeys -compact
.It Pa /etc/skeykeys
diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1
index 0c5f50d0986..8e4e58f021b 100644
--- a/usr.bin/skeyinit/skeyinit.1
+++ b/usr.bin/skeyinit/skeyinit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyinit.1,v 1.17 2000/03/23 21:39:55 aaron Exp $
+.\" $OpenBSD: skeyinit.1,v 1.18 2000/07/06 04:06:56 aaron Exp $
.\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $
.\" @(#)skeyinit.1 1.1 10/28/93
.\"
@@ -46,7 +46,8 @@ When used over an untrusted network, a password of
should be used.
The user will then be presented with the standard
S/Key challenge and allowed to proceed if it is correct.
-.Sh OPTIONS
+.Pp
+The options are as follows:
.Bl -tag -width XXXXXXX
.It Fl x
Displays pass phrase in hexadecimal instead of ASCII.
@@ -94,6 +95,7 @@ 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.
+.El
.Sh ERRORS
.Bl -tag -width "skey disabled"
.It skey disabled
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index 5421cfcd29f..b8344c9b306 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.10 2000/04/12 21:47:50 aaron Exp $
+.\" $OpenBSD: sort.1,v 1.11 2000/07/06 04:06:56 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -370,6 +370,7 @@ Note that
may be overridden by the
.Fl T
option.
+.El
.Sh FILES
.Bl -tag -width Pa -compact
.It Pa /var/tmp/sort.*
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1
index 51de6c5e817..267195dd187 100644
--- a/usr.bin/ssh/scp.1
+++ b/usr.bin/ssh/scp.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $Id: scp.1,v 1.7 2000/04/12 21:47:50 aaron Exp $
+.\" $Id: scp.1,v 1.8 2000/07/06 04:06:56 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SCP 1
@@ -106,6 +106,7 @@ to use IPv4 addresses only.
Forces
.Nm
to use IPv6 addresses only.
+.El
.Sh AUTHORS
Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi>
.Sh HISTORY
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1
index 9f7299d3719..d33ed29e8fb 100644
--- a/usr.bin/ssh/ssh-agent.1
+++ b/usr.bin/ssh/ssh-agent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.12 2000/05/03 18:04:39 markus Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.13 2000/07/06 04:06:56 aaron Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -133,6 +133,7 @@ Unix-domain sockets used to contain the connection to the
authentication agent.
These sockets should only be readable by the owner.
The sockets should get automatically removed when the agent exits.
+.El
.Sh AUTHOR
Tatu Ylonen <ylo@cs.hut.fi>
.Pp
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index ea81532e987..e0f8e5ccb02 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-keygen.1,v 1.18 2000/05/08 17:26:04 hugh Exp $
+.\" $Id: ssh-keygen.1,v 1.19 2000/07/06 04:06:56 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSH-KEYGEN 1
@@ -188,6 +188,7 @@ The contents of this file should be added to
on all machines
where you wish to log in using DSA authentication.
There is no need to keep the contents of this file secret.
+.El
.Sh AUTHOR
Tatu Ylonen <ylo@cs.hut.fi>
.Pp
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 516247bd7d9..1eb73e4c7a2 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.55 2000/06/26 21:59:18 markus Exp $
+.\" $Id: sshd.8,v 1.56 2000/07/06 04:06:56 aaron Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -962,6 +962,7 @@ Like
This can be used to specify
machine-specific login-time initializations globally.
This file should be writable only by root, and should be world-readable.
+.El
.Sh AUTHOR
OpenSSH
is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen,
diff --git a/usr.bin/tn3270/mset/mset.1 b/usr.bin/tn3270/mset/mset.1
index b65a038f07a..a81dc376667 100644
--- a/usr.bin/tn3270/mset/mset.1
+++ b/usr.bin/tn3270/mset/mset.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mset.1,v 1.7 1999/06/05 01:21:44 aaron Exp $
+.\" $OpenBSD: mset.1,v 1.8 2000/07/06 04:06:57 aaron Exp $
.\" Copyright (c) 1986, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -173,6 +173,7 @@ instead of determining the keyboard name from the
or
.Ev TERM
environment variables.
+.El
.Sh FILES
.Bl -tag -width /usr/share/misc/map3270 -compact
.It Pa /usr/share/misc/map3270
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index 015baf21882..9b0ca16db25 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: top.1,v 1.13 2000/03/11 21:40:05 aaron Exp $
+.\" $OpenBSD: top.1,v 1.14 2000/07/06 04:06:57 aaron Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -355,6 +355,7 @@ kernel memory
physical memory
.It Pa /bsd
kernel image
+.El
.Sh SEE ALSO
.Xr kill 1 ,
.Xr ps 1 ,
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1
index b89c31b5326..50bbb71e7d6 100644
--- a/usr.bin/w/uptime.1
+++ b/usr.bin/w/uptime.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uptime.1,v 1.8 2000/04/18 03:07:12 aaron Exp $
+.\" $OpenBSD: uptime.1,v 1.9 2000/07/06 04:06:57 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -67,6 +67,7 @@ Extract the name list from the specified
.Ar system
instead of the default
.Pa /bsd .
+.El
.Sh SEE ALSO
.Xr w 1
.Sh HISTORY
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index fe31e5c25db..5c63c63db0f 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: window.1,v 1.10 2000/04/21 15:38:17 aaron Exp $
+.\" $OpenBSD: window.1,v 1.11 2000/07/06 04:06:57 aaron Exp $
.\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@@ -1032,6 +1032,7 @@ The terminal type.
The standard name, found in the second name field of the terminal's
.Ev TERMCAP
entry, is used.
+.El
.Sh ENVIRONMENT
.Nm
utilizes these environment variables:
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1
index 39c4ad6adb7..3c4cfbd4a5b 100644
--- a/usr.bin/xlint/xlint/lint.1
+++ b/usr.bin/xlint/xlint/lint.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lint.1,v 1.9 2000/04/15 02:15:13 aaron Exp $
+.\" $OpenBSD: lint.1,v 1.10 2000/07/06 04:06:58 aaron Exp $
.\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $
.\"
.\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -481,6 +481,7 @@ programs
various prebuilt lint libraries
.It Pa /tmp/lint*
temporaries
+.El
.Sh SEE ALSO
.Xr cc 1 ,
.Xr cpp 1 ,
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index e05f5c50fd8..e82d7b35e6c 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.11 2000/03/23 21:39:56 aaron Exp $
+.\" $OpenBSD: yacc.1,v 1.12 2000/07/06 04:06:58 aaron Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -138,6 +138,7 @@ The
option causes a human-readable description of the generated parser to
be written to the file
.Pa y.output .
+.El
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm yacc :