diff options
author | 2003-03-06 20:40:35 +0000 | |
---|---|---|
committer | 2003-03-06 20:40:35 +0000 | |
commit | be845b27694dd00947a6ce9f28b8832e11d5872c (patch) | |
tree | 1c8b230dbe37f6e69723859df59c05e181516482 /share | |
parent | .Xr typos; (diff) | |
download | wireguard-openbsd-be845b27694dd00947a6ce9f28b8832e11d5872c.tar.xz wireguard-openbsd-be845b27694dd00947a6ce9f28b8832e11d5872c.zip |
.Xr typos, and some dead ones;
ok deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/isapnp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pcmcia.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pty.4 | 6 | ||||
-rw-r--r-- | share/man/man4/tp.4 | 10 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man8/crash.8 | 3 |
6 files changed, 15 insertions, 16 deletions
diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index 8e4b1ac290e..4d3ba96baa8 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isapnp.4,v 1.24 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: isapnp.4,v 1.25 2003/03/06 20:40:35 jmc Exp $ .\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -160,8 +160,8 @@ joy0 at isapnp0 <PnP Sound Chip, @P@1001, , > port 0x200/8 .Xr rt 4 , .Xr sb 4 , .Xr usb 4 , +.Xr wdc 4 , .Xr we 4 , -.Xr whc 4 , .Xr wss 4 , .Xr ym 4 .Sh HISTORY diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 99fe156ad83..6d6ab6a86d4 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.27 2002/12/31 16:22:26 miod Exp $ +.\" $OpenBSD: pcmcia.4,v 1.28 2003/03/06 20:40:35 jmc Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -144,7 +144,7 @@ card BIOS mapped in the same memory space the driver is configured to use (this is often the case with ethernet card boot ROMs). The output from -.Xr dmesg 1 +.Xr dmesg 8 should contain a line beginning with .Dq bios0 that lists the memory address and size of mapped regions. diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index db3ffb0769d..d0ad71966da 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.7 2001/12/14 04:09:42 millert Exp $ +.\" $OpenBSD: pty.4,v 1.8 2003/03/06 20:40:35 jmc Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -132,9 +132,9 @@ to be read from the master side may be detected by a for exceptional conditions. .Pp This mode is used by -.Xr rlogin 1 +.Nm rlogin and -.Xr rlogind 8 +.Nm rlogind to implement a remote-echoed, locally .Ql ^S/^Q flow-controlled diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index 2d5bf96a719..71119e51c6f 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tp.4,v 1.14 2001/11/13 13:54:26 mpech Exp $ +.\" $OpenBSD: tp.4,v 1.15 2003/03/06 20:40:35 jmc Exp $ .\" $NetBSD: tp.4,v 1.4 1994/11/30 16:22:38 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -266,8 +266,8 @@ connect request packet; if the peer is another implementation, this will cause performance measurement to be turned on the passive side as well. -See -.Xr tpperf 8 . +.\" See +.\" .Xr tpperf 8 . .It Dv TPOPT_PSTATISTICS No associated value on input. On output, @@ -279,8 +279,8 @@ It can only be used with .Xr getsockopt 2 . The structure it returns is described in .Aq Pa netiso/tp_stat.h . -See -.Xr tpperf 8 . +.\" See +.\" .Xr tpperf 8 . .It Dv TPOPT_FLAGS unsigned integer. [0x0] diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index ef90fe21cdf..bde4a801c32 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.21 2003/01/19 21:02:15 deraadt Exp $ +.\" $OpenBSD: login.conf.5,v 1.22 2003/03/06 20:40:35 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -520,7 +520,7 @@ and are provided for use by programs like .Xr ftpd 8 and -.Xr radiusd 8 . +.Nm radiusd . If no service type is specified, .Li login is used. diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 29b84f3025f..02f0089367c 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.16 2002/01/02 06:07:41 nordin Exp $ +.\" $OpenBSD: crash.8,v 1.17 2003/03/06 20:40:35 jmc Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -222,7 +222,6 @@ The following commands understand these options: .Xr pstat 8 , .Xr slstats 8 , .Xr trpt 8 , -.Xr trsp 8 , .Xr vmstat 8 and many others. There are exceptions, however. |