diff options
author | David Krause <david@cvs.openbsd.org> | 2003-04-08 01:21:12 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-04-08 01:21:12 +0000 |
commit | 59036bf896123474421165c61ac47bd770483b84 (patch) | |
tree | 03758d88e0d645882120d1275bb5eeaf78fb07e0 | |
parent | 57eb0c0822af3cab5795c90eb92e6cc86d57a335 (diff) |
invalid mdoc macros
caused words to disappear from the output
ok jmc@ a while ago
-rw-r--r-- | lib/libkeynote/keynote.1 | 4 | ||||
-rw-r--r-- | share/man/man4/eisa.4 | 4 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1 index b0aa687b88c..393a5c73db1 100644 --- a/lib/libkeynote/keynote.1 +++ b/lib/libkeynote/keynote.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.1,v 1.23 2003/01/15 15:05:35 deraadt Exp $ +.\" $OpenBSD: keynote.1,v 1.24 2003/04/08 01:21:11 david Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -190,7 +190,7 @@ reads the assertions contained in and verifies the public-key signatures on all of them. .Sh QUERY TOOL For each operand that names a -.A file , +.Ar file , .Qq keynote verify reads the file and parses the assertions contained therein (one assertion per file). diff --git a/share/man/man4/eisa.4 b/share/man/man4/eisa.4 index ad973069e88..03b6f546325 100644 --- a/share/man/man4/eisa.4 +++ b/share/man/man4/eisa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eisa.4,v 1.5 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: eisa.4,v 1.6 2003/04/08 01:21:11 david Exp $ .\" $NetBSD: eisa.4,v 1.10 2001/09/11 22:52:52 wiz Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -118,7 +118,7 @@ Digital DEFEA FDDI interfaces. .\" .Tn Ethernet .\" interfaces. .El -.Pp[B +.Pp Note that most or all .Tn EISA devices also have diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index eb8e16c7a97..25e80a3d94c 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.32 2002/12/01 16:59:20 margarida Exp $ +.\" $OpenBSD: tcpdump.8,v 1.33 2003/04/08 01:21:11 david Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -785,7 +785,7 @@ catches only unfragmented datagrams and frag zero of fragmented datagrams. This check is implicitly applied to the .Cm tcp and -.C, udp +.Cm udp index operations. For instance, .Dq Cm tcp Ns [0] |