diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-22 12:15:49 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-22 12:15:49 +0000 |
commit | a9223deae9367063797cc5a9d6152f1daf583153 (patch) | |
tree | 47fa1d8bb4523318a4103665c655d1a22001c8fb /share | |
parent | 0eb87a4a02e0b6bc731a76a842c1b13646016e26 (diff) |
o) remove unnecessary .Pp;
o) remove unnecessary .Nm args;
o) closes .Bl;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) sort SEE ALSO;
o) better -mdoc style;
o) typos;
aaron@ ok.
Diffstat (limited to 'share')
58 files changed, 158 insertions, 166 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 6a78832ceca..116f9e28543 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahc.4,v 1.15 2000/12/21 18:15:13 avsm Exp $ +.\" $OpenBSD: ahc.4,v 1.16 2001/06/22 12:15:43 mpech Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -189,8 +189,6 @@ Queuing Registers - Allows queuing of new transactions without pausing the sequencer. .El .Ed -.Pp - .Sh SCSI CONTROL BLOCKS (SCBs) Every transaction sent to a device on the SCSI bus is assigned a .Sq SCSI Control Block diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 9ce4daa324e..e50b148d6e8 100644 --- a/share/man/man4/an.4 +++ b/share/man/man4/an.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: an.4,v 1.14 2001/04/06 19:15:04 deraadt Exp $ +.\" $OpenBSD: an.4,v 1.15 2001/06/22 12:15:43 mpech Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -109,11 +109,11 @@ The Aironet card failed to generate an interrupt to acknowledge a transmit command. .El .Sh SEE ALSO -.Xr wi 4 .Xr arp 4 , .Xr netintro 4 , -.Xr ifconfig 8 , -.Xr ancontrol 8 +.Xr wi 4 , +.Xr ancontrol 8 , +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index 81156555908..be968ffa824 100644 --- a/share/man/man4/aue.4 +++ b/share/man/man4/aue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aue.4,v 1.3 2000/10/13 04:42:11 aaron Exp $ +.\" $OpenBSD: aue.4,v 1.4 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: aue.4,v 1.3 2000/02/12 15:05:48 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 @@ -134,9 +134,9 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr netintro 4 , -.Xr usb 4 +.Xr usb 4 , +.Xr ifconfig 8 .Rs .%T ADMtek AN986 data sheet .%O http://www.admtek.com.tw diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 index 47349360e87..7b3c1f1dfd1 100644 --- a/share/man/man4/awi.4 +++ b/share/man/man4/awi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awi.4,v 1.7 2000/12/21 21:01:14 aaron Exp $ +.\" $OpenBSD: awi.4,v 1.8 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ .\" .Dd October 31, 1999 @@ -78,12 +78,12 @@ The access point the card was most recently associated with has forgotten about us. .El .Sh SEE ALSO -.Xr ray 4 , .Xr arp 4 , .Xr netintro 4 , .Xr pcmcia 4 , -.Xr ifconfig 8 , -.Xr awiconfig 8 +.Xr ray 4 , +.Xr awiconfig 8 , +.Xr ifconfig 8 .Rs .%T Am79C930 PCnet Mobile Single-Chip Wireless LAN Media Access Controller .%O http://www.amd.com diff --git a/share/man/man4/boca.4 b/share/man/man4/boca.4 index d49d3bf2332..0a20adb7d71 100644 --- a/share/man/man4/boca.4 +++ b/share/man/man4/boca.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boca.4,v 1.4 2000/10/18 02:38:21 aaron Exp $ +.\" $OpenBSD: boca.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -64,7 +64,7 @@ For 16-port BB2016 boards: and is configured as such.) .Sh DESCRIPTION The -.Nm boca +.Nm driver provides support for BOCA Research BB1004, BB1008, and BB2016 boards that multiplex together up to four, eight, or sixteen .Tn EIA diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 76b815feb7a..dc3c67996e9 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.8 2001/05/28 19:51:06 dugsong Exp $ +.\" $OpenBSD: bpf.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -769,7 +769,7 @@ pc += (A & X) ? jt : jf The return instructions terminate the filter program and specify the amount of packet to accept (i.e., they return the truncation amount). A return value of zero indicates that the packet should be ignored. -The return value is either a constnat +The return value is either a constant .Pf ( Dv BPF_K ) of the accumulator .Pf ( Dv BPF_A ) . diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index c4b2cf5fc93..4f67f1dab05 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.8 2000/12/21 05:32:52 aaron Exp $ +.\" $OpenBSD: cd.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -37,7 +37,7 @@ .Cd cd1 at scsibus0 target 4 lun 0 .Sh DESCRIPTION The -.Nm cd +.Nm driver provides support for a SCSI CD-ROM (Compact Disc-Read Only Memory) drive. In an attempt to look like a regular disk, the diff --git a/share/man/man4/cnw.4 b/share/man/man4/cnw.4 index de1e0152093..240c0da84df 100644 --- a/share/man/man4/cnw.4 +++ b/share/man/man4/cnw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cnw.4,v 1.4 2000/12/21 05:32:52 aaron Exp $ +.\" $OpenBSD: cnw.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ .\" .\" Copyright (c) 1999 Federico G. Schwindt. .\" All rights reserved. @@ -61,6 +61,7 @@ are valid; .Li 0 (no scrambling) is the default if this option is not defined. +.El .Sh SEE ALSO .Xr netintro 4 , .Xr pcmcia 4 , diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4 index 1bf3927a696..0886599e5a9 100644 --- a/share/man/man4/cue.4 +++ b/share/man/man4/cue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cue.4,v 1.4 2001/05/03 02:25:33 aaron Exp $ +.\" $OpenBSD: cue.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: cue.4,v 1.2 2000/01/16 13:54:39 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000 @@ -76,9 +76,9 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr netintro 4 , -.Xr usb 4 +.Xr usb 4 , +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4 index 622ab5aad75..f3d3a721989 100644 --- a/share/man/man4/cy.4 +++ b/share/man/man4/cy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cy.4,v 1.4 2000/12/21 05:32:52 aaron Exp $ +.\" $OpenBSD: cy.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ .\" .\" Copyright (c) 1993 Andrew Herbert. .\" All rights reserved. @@ -73,6 +73,7 @@ Reducing the value of the \fIRxFifoThreshold\fR #define from 8 to something smaller may help slow machines avoid this problem. The driver must have been compiled with the \fILogOverruns\fR option defined (the default) in order for this condition to be logged. +.El .Sh SEE ALSO .Xr com 4 , .Xr termios 4 , diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4 index c92de693411..c24863364de 100644 --- a/share/man/man4/dpt.4 +++ b/share/man/man4/dpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpt.4,v 1.8 2001/04/10 18:05:49 ian Exp $ +.\" $OpenBSD: dpt.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: dpt.4,v 1.7 2000/01/17 16:34:44 ad Exp $ .\" .\" Copyright (c) 1999, 2000 Andy Doran <ad@NetBSD.org> @@ -66,9 +66,9 @@ A spurious interrupt was received from the HBA. A corrupt or incomplete status packet was received from the HBA. .El .Sh SEE ALSO -.Xr intro 4 , .Xr cd 4 , .Xr ch 4 , +.Xr intro 4 , .Xr scsi 4 . .Xr sd 4 , .Xr st 4 @@ -84,7 +84,7 @@ and drivers, which are the work of others. .Sh HISTORY The -.Nm dpt +.Nm driver first appeared in .Ox 2.5 . .Sh BUGS diff --git a/share/man/man4/eap.4 b/share/man/man4/eap.4 index bbb9a1aada6..63be5c032dc 100644 --- a/share/man/man4/eap.4 +++ b/share/man/man4/eap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eap.4,v 1.8 2001/05/17 02:10:29 brad Exp $ +.\" $OpenBSD: eap.4,v 1.9 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: eap.4,v 1.2 1998/05/06 19:14:06 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -49,8 +49,8 @@ sound cards, as well as the Creative Labs SoundBlaster PCI128. The driver also supports many revisions of the more modern Ensoniq AudioPCI 97 (ES1371). .Sh SEE ALSO -.Xr audio 4 , -.XR ac97 4 +.Xr ac97 4 , +.Xr audio 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/ec.4 b/share/man/man4/ec.4 index 2e981357c74..a39b8765b59 100644 --- a/share/man/man4/ec.4 +++ b/share/man/man4/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.9 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: ec.4,v 1.10 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ .Cd "ec0 at isa? port 0x250 iomem 0xd8000 irq 9" .Sh DESCRIPTION The -.Nm ec +.Nm device driver supports 3Com EtherLink II (3C503) Ethernet cards. Other models of 3Com network cards are supported by the .Xr ef 4 , @@ -93,6 +93,7 @@ The memory test was unable to clear the interface's shared memory region. This often indicates that the card is configured at a conflicting .Em iomem address. +.El .Sh SEE ALSO .Xr ef 4 , .Xr eg 4 , diff --git a/share/man/man4/eephy.4 b/share/man/man4/eephy.4 index 98265e7a13c..3f720195c70 100644 --- a/share/man/man4/eephy.4 +++ b/share/man/man4/eephy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eephy.4,v 1.1 2001/04/13 01:30:34 deraadt Exp $ +.\" $OpenBSD: eephy.4,v 1.2 2001/06/22 12:15:44 mpech Exp $ .\" .\"Copyright (c) 2001 by Parag Patel. All rights reserved. .\" @@ -41,7 +41,7 @@ The .Nm driver supports Marvell 88E1000 PHY interface found on Intel PRO/1000 Gigabit Ethernet cards (see -.Xr wx 4 ). +.Xr wx 4 ) . .Sh SEE ALSO .Xr ifmedia 4 , .Xr intro 4 , diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4 index 628a95b77a7..38729d4529e 100644 --- a/share/man/man4/ef.4 +++ b/share/man/man4/ef.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ef.4,v 1.7 2000/11/10 20:02:16 todd Exp $ +.\" $OpenBSD: ef.4,v 1.8 2001/06/22 12:15:44 mpech Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -39,7 +39,7 @@ .Cd "ef* at isapnp?" .Sh DESCRIPTION The -.Nm ef +.Nm device driver supports the 3Com Fast EtherLink ISA family of Ethernet cards, and embedded controllers based on the 3Com .Dq corkscrew diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4 index 8d2d4f68134..f2a15a407bc 100644 --- a/share/man/man4/enc.4 +++ b/share/man/man4/enc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: enc.4,v 1.12 2001/05/30 03:24:16 millert Exp $ +.\" $OpenBSD: enc.4,v 1.13 2001/06/22 12:15:44 mpech Exp $ .\" .Dd October 7, 1999 .Dt ENC 4 @@ -50,10 +50,10 @@ or all incoming packets after they have been similarly processed: #> tcpdump -i enc0 .Ed .Sh SEE ALSO -.Xr tcpdump 8 , .Xr bpf 4 , .Xr inet 4 , .Xr ipsec 4 , .Xr netintro 4 , .\".Xr ipf 5 , +.Xr tcpdump 8 , .Xr vpn 8 diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4 index 028a35291c6..33fe06f41ee 100644 --- a/share/man/man4/ep.4 +++ b/share/man/man4/ep.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ep.4,v 1.19 2000/10/18 16:32:11 aaron Exp $ +.\" $OpenBSD: ep.4,v 1.20 2001/06/22 12:15:45 mpech Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl .\" All rights reserved. @@ -42,7 +42,7 @@ .Cd "ep* at isapnp?" .Sh DESCRIPTION The -.Nm ep +.Nm device driver supports the 3Com EtherLink III and Fast EtherLink III family of Ethernet cards. This includes, among others, the following models: .Pp @@ -105,7 +105,9 @@ Note that the 100baseTX media type is only available if supported by the adapter. For more information on configuring this device, see .Xr ifconfig 8 . To view a list of media types and options supported by your card try -``ifconfig -m <device>''. For example, ``ifconfig -m ep0''. +.Dq ifconfig -m <device> . +For example, +.Dq ifconfig -m ep0 . .Pp If more than one of the supported cards is installed, they are probed for in the following order: diff --git a/share/man/man4/esis.4 b/share/man/man4/esis.4 index 9142a3f2f45..10a6c6c8414 100644 --- a/share/man/man4/esis.4 +++ b/share/man/man4/esis.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: esis.4,v 1.5 2000/04/16 17:44:33 aaron Exp $ +.\" $OpenBSD: esis.4,v 1.6 2001/06/22 12:15:45 mpech Exp $ .\" $NetBSD: esis.4,v 1.3 1994/11/30 16:22:12 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -86,7 +86,7 @@ issuing an .Dv SIOCSSTYPE .Xr ioctl 2 , which is defined in -.Pa /sys/netiso/iso_snpac.h. +.Pa /sys/netiso/iso_snpac.h . .Pp The protocol behaves differently depending on whether the System is configured as an End System or an Intermediate System. diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index e93e2ceeb84..d95847037e8 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpa.4,v 1.10 2001/03/01 16:11:16 aaron Exp $ +.\" $OpenBSD: fpa.4,v 1.11 2001/06/22 12:15:45 mpech Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" .\" Copyright (c) 1995, Matt Thomas @@ -6,7 +6,6 @@ .\" .Dd March 13, 1995 .Dt FPA 4 -.Dt FEA 4 .Os .Sh NAME .Nm fpa , @@ -17,7 +16,7 @@ .Cd "fea* at eisa?" .Sh DESCRIPTION The -.Nm fpa +.Nm and .Nm fea device driver provides support for the DEC DEFPA PCI FDDI Controller and @@ -47,7 +46,7 @@ processing. .Xr ifconfig 8 .Sh AUTHORS The -.Nm fpa +.Nm and .Nm fea device driver and manual page was written by Matt Thomas. diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 8ba0dde04be..9e00bfb0342 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.16 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: fxp.4,v 1.17 2001/06/22 12:15:45 mpech Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -109,9 +109,9 @@ the network connection (cable). .Xr ie 4 , .Xr ifmedia 4 , .Xr inphy 4 , -.Xr iy 4 , .Xr intro 4 , .Xr iophy 4 , +.Xr iy 4 , .Xr netintro 4 , .Xr nsphy 4 , .Xr ifconfig 8 diff --git a/share/man/man4/gdt.4 b/share/man/man4/gdt.4 index 992686c626d..90f12022fe6 100644 --- a/share/man/man4/gdt.4 +++ b/share/man/man4/gdt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gdt.4,v 1.11 2000/11/10 20:02:16 todd Exp $ +.\" $OpenBSD: gdt.4,v 1.12 2001/06/22 12:15:45 mpech Exp $ .\" .\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved. .\" @@ -57,6 +57,7 @@ driver provides support for the following adapters: .Tn GDT6x29RD , .Tn GDT7x19RN , .Tn GDT7x29RN . +.El .Pp Although only the .Tn GDT6x27RP @@ -90,7 +91,7 @@ inspired by the Linux driver by .An Achim Luebner Aq achim@vortex.de . .Sh HISTORY The -.Nm gdt +.Nm driver first appeared in .Ox 2.7 . .Sh BUGS diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index 639d363875d..3428362c34b 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gif.4,v 1.10 2000/12/31 00:25:38 angelos Exp $ +.\" $OpenBSD: gif.4,v 1.11 2001/06/22 12:15:45 mpech Exp $ .\" $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -69,18 +69,18 @@ Also, the routing table may be used to route the packets toward the interface. .Pp Finally, the -.Nm gif +.Nm interface may be used as a .Xr bridge 4 member. Ethernet frames forwarded by the bridge to the -.Nm gif +.Nm interface are encapsulated inside an IPv4 or IPv6 header (depending on how the interface is configured), with transport protocol number 97 (etherip). IPv4 or IPv6 packets carrying transport protocol 97 are delivered to the -.Nm gif +.Nm interface whose "physical" addresses match the source/destination addresses of the packet (the source address of the packet must match the destination "physical" address, and vice versa). @@ -138,6 +138,6 @@ When used in conjunction with the only one bridge tunnel may be operational for every pair of source/destination addresses. If more than one -.Nm gif +.Nm interface is configured with the same pair of outer addresses, the one with the lowest index number will receive all traffic. diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index cc0ca56a59d..651c2d4d2a5 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.7 2000/12/15 14:31:20 aaron Exp $ +.\" $OpenBSD: gre.4,v 1.8 2001/06/22 12:15:45 mpech Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -57,10 +57,9 @@ Allow GRE packets in and out of the system. .It net.inet.mobileip.allow Allow MobileIP packets in and out of the system. .El -.Pp .Sh DESCRIPTION The -.Nm gre +.Nm network interface allows tunnel construction using the Cisco GRE or the Mobile-IP (RFC 2004) encapsulation protocols. .Pp @@ -185,13 +184,13 @@ The kernel must be set to forward datagrams by including option option to .Xr sysctl 8 . .Sh SEE ALSO -.Xr netintro 4 , -.Xr ip 4 , .Xr atalk 4 , .Xr inet 4 , -.Xr ifconfig 8 , +.Xr ip 4 , +.Xr netintro 4 , .Xr options 4 , .Xr protocols 5 , +.Xr ifconfig 8 , .Xr sysctl 8 .Pp A description of GRE encapsulation can be found in RFC 1701, RFC 1702. diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index dff8b4d5233..bf8117f6147 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.13 2001/05/14 09:02:55 deraadt Exp $ +.\" $OpenBSD: hifn.4,v 1.14 2001/06/22 12:15:45 mpech Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -45,11 +45,11 @@ No longer being made. Came as 128KB SRAM model, or 2MB DRAM model. Reference board with 512KB SRAM. .It PowerCrypt See -.Pa www.powercrypt.com. +.Pa http://www.powercrypt.com/ . Comes with 512KB SRAM. .It NetSec 7751 See -.Pa www.netsec.net. +.Pa http://www.netsec.net/ . Supports the most IPSEC sessions, with 1MB SRAM. .El .Pp diff --git a/share/man/man4/hsq.4 b/share/man/man4/hsq.4 index 7f04b6ea3a1..633043cbc46 100644 --- a/share/man/man4/hsq.4 +++ b/share/man/man4/hsq.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hsq.4,v 1.5 2001/04/03 13:15:00 aaron Exp $ +.\" $OpenBSD: hsq.4,v 1.6 2001/06/22 12:15:45 mpech Exp $ .\" from: OpenBSD: ast.4,v 1.5 1999/07/09 13:35:43 aaron Exp .\" from: NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp .\" @@ -44,14 +44,13 @@ .Os .Sh NAME .Nm hsq -.Nd -multiplexing serial communications interface +.Nd multiplexing serial communications interface .Sh SYNOPSIS .Cd "hsq0 at isa? port 0x140 irq 10" .Cd "pccom* at hsq? slave ?" .Sh DESCRIPTION The -.Nm hsq +.Nm driver provides support for Hostess (Comtrol Corporation, www.comtrol.com) and compatible boards that multiplex together up to four @@ -94,6 +93,7 @@ the driver only with Hostess-compatible cards. .Bl -tag -width Pa .It Pa /dev/tty0? .It Pa /dev/cua0? +.El .Sh SEE ALSO .Xr pccom 4 .Sh HISTORY diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 46e656fd638..039336d33d2 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.4 2001/03/01 16:11:17 aaron Exp $ +.\" $OpenBSD: icmp6.4,v 1.5 2001/06/22 12:15:45 mpech Exp $ .\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -62,18 +62,15 @@ .Dd December 17, 1999 .Dt ICMP6 4 .Os -." .Sh NAME .Nm icmp6 .Nd Internet Control Message Protocol for IPv6 -." .Sh SYNOPSIS .Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Fd #include <netinet/icmp6.h> .Ft int .Fn socket AF_INET6 SOCK_RAW proto -." .Sh DESCRIPTION .Tn ICMPv6 is the error and control message protocol used @@ -209,7 +206,6 @@ raw socket is created, it will by default pass all message types to the application. .Pp For further discussions see RFC2292. -.\" .Sh DIAGNOSTICS A socket operation may fail with one of the following errors returned: .Bl -tag -width [EADDRNOTAVAIL] @@ -228,7 +224,6 @@ an internal data structure; when an attempt is made to create a socket with a network address for which no network interface exists. .El -." .Sh SEE ALSO .Xr send 2 , .Xr recv 2 , @@ -251,7 +246,6 @@ socket with a network address for which no network interface exists. .%D December 1998 .%T "Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification" .Re -." .Sh HISTORY The implementation is based on KAME stack .Po diff --git a/share/man/man4/iophy.4 b/share/man/man4/iophy.4 index 41a1d2416b8..9c6e1b41dfe 100644 --- a/share/man/man4/iophy.4 +++ b/share/man/man4/iophy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iophy.4,v 1.3 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: iophy.4,v 1.4 2001/06/22 12:15:45 mpech Exp $ .\" $NetBSD: iophy.4,v 1.3 1999/09/08 13:58:38 soren Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -50,8 +50,8 @@ The driver supports the Intel i82553 10/100 Ethernet PHYs found on some Intel i82557-based Ethernet cards. .Sh SEE ALSO +.Xr fxp 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , -.Xr fxp 4 , .Xr ifconfig 8 diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index f41c0daefff..2cfd237719d 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.6 2001/03/01 16:11:17 aaron Exp $ +.\" $OpenBSD: ip6.4,v 1.7 2001/06/22 12:15:45 mpech Exp $ .\" $KAME: ip6.4,v 1.12 2000/06/08 21:19:39 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -62,17 +62,14 @@ .Dd December 17, 1999 .Dt IP6 4 .Os -.\" .Sh NAME .Nm ip6 .Nd Internet Protocol version 6 (IPv6) -.\" .Sh SYNOPSIS .Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Ft int .Fn socket AF_INET6 SOCK_RAW proto -.\" .Sh DESCRIPTION .Tn IPv6 is the network layer protocol used by the Internet protocol version 6 family diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 7b5eed57e4f..73b0a6df53a 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.40 2001/06/01 06:21:29 angelos Exp $ +.\" $OpenBSD: ipsec.4,v 1.41 2001/06/22 12:15:45 mpech Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -95,8 +95,7 @@ cracking the encryption, and that the traffic causes events favourable for him, like depositing money into his account. We need to make sure he cannot just replay that traffic later. WARNING: as per the standards specification, replay protection is not performed when using manual-keyed IPsec (e.g., when using -.Xr ipsecadm 8 -). +.Xr ipsecadm 8 ) . .El .Pp .Tn IPsec @@ -412,20 +411,19 @@ displays information about memory use by IPsec with the flag (look for ``tdb'' and ``xform'' allocations). .Sh BUGS There's a lot more to be said on this subject. This is just a beginning. -.Br At the moment the socket options are not fully implemented. .Sh SEE ALSO .Xr enc 4 , .Xr icmp 4 , .Xr inet 4 , .Xr ip 4 , -.Xr isakmpd 8 , .Xr netintro 4 , .Xr tcp 4 , .Xr udp 4 , .Xr ipsecadm 8 , +.Xr isakmpd 8 , .Xr photurisd 8 , -.Xr vpn 8 . +.Xr vpn 8 .Sh ACKNOWLEDGMENTS The authors of the .Tn IPsec diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index 5749e4caa49..c6cde6f5b2a 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.5 2001/05/14 14:44:41 jason Exp $ +.\" $OpenBSD: isa.4,v 1.6 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -38,7 +38,6 @@ .Nm isa .Nd introduction to ISA bus support .Sh SYNOPSIS -.Pp .Cd "isa0 at mainbus0" .Cd "isa0 at pcib?" .Pp diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4 index 5adc70ef1a0..381f02d00f5 100644 --- a/share/man/man4/kue.4 +++ b/share/man/man4/kue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kue.4,v 1.4 2000/12/06 22:44:44 deraadt Exp $ +.\" $OpenBSD: kue.4,v 1.5 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000 @@ -89,9 +89,9 @@ The driver failed to allocate an mbuf for the receiver ring. .El .Sh SEE ALSO .Xr arp 4 , -.Xr ifconfig 8 , .Xr netintro 4 , -.Xr usb 4 +.Xr usb 4 , +.Xr ifconfig 8 .Sh HISTORY The .Nm diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 0a6b9d23d2b..a60bca92eb8 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.10 2000/11/10 20:02:16 todd Exp $ +.\" $OpenBSD: lkm.4,v 1.11 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -121,6 +121,7 @@ interface device file containing definitions of module types .It Pa /usr/share/lkm example source code implementing several of the modules types +.El .Sh SEE ALSO .Xr modload 8 , .Xr modstat 8 , diff --git a/share/man/man4/lmc.4 b/share/man/man4/lmc.4 index 76e5b60deab..0c640b706ee 100644 --- a/share/man/man4/lmc.4 +++ b/share/man/man4/lmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lmc.4,v 1.10 2001/05/15 09:07:06 deraadt Exp $ +.\" $OpenBSD: lmc.4,v 1.11 2001/06/22 12:15:46 mpech Exp $ .\" .\" Copyright (c) 1999 Chris Cappuccio .\" @@ -89,8 +89,8 @@ Only available if compiled with LMC_DEBUG .Xr intro 4 , .Xr netintro 4 , .Xr sppp 4 , -.Xr lmccontrol 8 , -.Xr ifconfig 8 +.Xr ifconfig 8 , +.Xr lmccontrol 8 .Pp Lan Media Corporation has a web site with data, descriptions, and pictures of their cards at www.lanmedia.com. @@ -100,5 +100,8 @@ The device driver was written by Michael Graff, and was derived in part from Matt Thomas' .Xr de 4 -driver. The OpenBSD port and manual page are from Chris Cappuccio. Later +driver. +The +.Ox +port and manual page are from Chris Cappuccio. Later enhancements to support the LMC1200 card are based on LMC's Linux driver. diff --git a/share/man/man4/maestro.4 b/share/man/man4/maestro.4 index 2eb8141d4b6..dc4b196d669 100644 --- a/share/man/man4/maestro.4 +++ b/share/man/man4/maestro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maestro.4,v 1.3 2001/03/29 17:03:29 aaron Exp $ +.\" $OpenBSD: maestro.4,v 1.4 2001/06/22 12:15:46 mpech Exp $ .\" .\" Copyright (c) 2001 Marc Espie. .\" All rights reserved. @@ -43,7 +43,7 @@ does not support maestro 3 cards, which are entirely different. Maestro cards have direct support for 16 bit signed little-endian mono and stereo, 8 bit signed and unsigned mono and stereo. Other encodings are emulated in software. Sampling range is 4000 - 48000 Hz, with roughly -a 2Hz resolution. +a 2 Hz resolution. .Pp Maestro cards have some DSP and dolby digital 5:1 hardware, but this driver does not support it. diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 422bc2302ac..5d58a7255c0 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.16 2001/03/05 15:13:41 aaron Exp $ +.\" $OpenBSD: pcmcia.4,v 1.17 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -49,7 +49,7 @@ .Pp .Sh INTRODUCTION The -.Nm pcmcia +.Nm subsystem provides machine-independent bus support and drivers for PCMCIA (PC Card) devices. diff --git a/share/man/man4/pms.4 b/share/man/man4/pms.4 index 5ba1820e4ed..12065a0465a 100644 --- a/share/man/man4/pms.4 +++ b/share/man/man4/pms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pms.4,v 1.1 2001/02/20 21:45:05 jbm Exp $ +.\" $OpenBSD: pms.4,v 1.2 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: pms.4,v 1.4 2000/07/05 15:45:34 msaitoh Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -63,8 +63,8 @@ Mouse related data are accessed by .Xr wsmouse 4 devices. .Sh SEE ALSO -.Xr wsmouse 4 , .Xr lms 4 , .Xr mms 4 , -.Xr ums 4 , .Xr pckbc 4 , +.Xr ums 4 , +.Xr wsmouse 4 diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index db3194717e4..1fec69c5072 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.12 2000/12/21 18:15:13 avsm Exp $ +.\" $OpenBSD: raid.4,v 1.13 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: raid.4,v 1.8 1999/12/15 22:07:33 abs Exp $ .\" .\" @@ -261,21 +261,19 @@ correct will be catastrophic should a component ever fail -- it is better to use RAID 0 and get the additional space and speed, than it is to use parity, but not keep the parity correct. At least with RAID 0 there is no perception of increased data security. -.Pp .Sh FILES .Bl -tag -width /dev/XXrXraidX -compact .It Pa /dev/{,r}raid* .Nm device special files. .El -.Pp .Sh SEE ALSO +.Xr sd 4 , .Xr MAKEDEV 8 , .Xr config 8 , .Xr fsck 8 , .Xr mount 8 , .Xr newfs 8 , -.Xr sd 4 , .Xr raidctl 8 .Sh HISTORY The diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 67b2db26890..ba447bcdfb1 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.11 2001/06/22 11:39:21 mpech Exp $ +.\" $OpenBSD: random.4,v 1.12 2001/06/22 12:15:46 mpech Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -70,6 +70,8 @@ Simple pseudo-random generator. .It /dev/arandom As required, entropy pool data re-seeds an ARC4 generator, which then generates high-quality pseudo-random output data. +.El +.Pp The .Xr arc4random 3 function in userland libraries seeds itself from this device, diff --git a/share/man/man4/rln.4 b/share/man/man4/rln.4 index b796fb40e69..bfc69450e27 100644 --- a/share/man/man4/rln.4 +++ b/share/man/man4/rln.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rln.4,v 1.9 2000/12/21 21:01:18 aaron Exp $ +.\" $OpenBSD: rln.4,v 1.10 2001/06/22 12:15:46 mpech Exp $ .\" .Dd 2 April, 1999 .Dt RLN 4 @@ -102,13 +102,13 @@ and a description of your card (via .Xr sendbug 1 ) . .El .Sh SEE ALSO +.Xr cnw 4 , .Xr intro 4 , .Xr isa 4 , .\" .Xr isapnp 4 , .Xr pcmcia 4 , -.Xr cnw 4 , .Xr ifconfig 8 , -.Pa "http://www.proxim.com/" +.Pa http://www.proxim.com/ .Sh AUTHORS David Leonard, Dept Computer Science and Electrical Engineering, University of Queensland diff --git a/share/man/man4/rtfps.4 b/share/man/man4/rtfps.4 index 4678089a09a..ea2e2add3d5 100644 --- a/share/man/man4/rtfps.4 +++ b/share/man/man4/rtfps.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtfps.4,v 1.3 2000/10/18 02:38:23 aaron Exp $ +.\" $OpenBSD: rtfps.4,v 1.4 2001/06/22 12:15:46 mpech Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -48,7 +48,7 @@ .Cd "com* at rtfps0 slave 0" .Sh DESCRIPTION The -.Nm rtfps +.Nm driver provides support for IBM RT PC boards that multiplex together up to four .Rn EIA .Tn RS-232C diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index 798bef5c567..d5f5255ea2b 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sd.4,v 1.4 2001/03/06 22:20:26 brad Exp $ +.\" $OpenBSD: sd.4,v 1.5 2001/06/22 12:15:46 mpech Exp $ .\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -37,7 +37,7 @@ .Cd sd3 at scsibus0 target 3 lun 0 .Sh DESCRIPTION The -.Nm sd +.Nm driver provides support for a .Tn SCSI disk. It allows the disk diff --git a/share/man/man4/ses.4 b/share/man/man4/ses.4 index 891a9d62450..f3c694203ef 100644 --- a/share/man/man4/ses.4 +++ b/share/man/man4/ses.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ses.4,v 1.4 2000/04/03 02:30:59 aaron Exp $ +.\" $OpenBSD: ses.4,v 1.5 2001/06/22 12:15:46 mpech Exp $ .\" .Dd February 22, 2000 .Dt SES 4 @@ -35,7 +35,7 @@ .Cd ses* at scsibus? target ? lun ? .Sh DESCRIPTION The -.Nm ses +.Nm driver provides support for all .Tn SCSI devices of the environmental services class that are attached to the system @@ -89,6 +89,7 @@ devices often have descriptive text for an object which can tell you things like location (e.g, "left power supply"). .It Dv SESIOC_INIT Initialize the enclosure. +.El .Sh FILES .Bl -tag -width /dev/rsdXXXXX -compact .It Pa /dev/ses Ns Ar N @@ -98,9 +99,10 @@ When the kernel is configured with .Tn DEBUG enabled, the first open to an SES device will spit out overall enclosure parameters to the console. +.El .Sh SEE ALSO -.Xr sesd 8 , .Xr getencstat 8 , +.Xr sesd 8 , .Xr setencstat 8 , .Xr setobjstat 8 .Sh HISTORY diff --git a/share/man/man4/siop.4 b/share/man/man4/siop.4 index c73125fd28c..62b6f742666 100644 --- a/share/man/man4/siop.4 +++ b/share/man/man4/siop.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: siop.4,v 1.3 2001/03/10 17:01:23 krw Exp $ +.\" $OpenBSD: siop.4,v 1.4 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $ .\" .\" Copyright (c) 2000 Manuel Bouyer. @@ -101,13 +101,13 @@ driver which supported most of these devices. .Xr st 4 , .Xr uk 4 .Pp -.Pa http://www.lsilogic.com +.Pa http://www.lsilogic.com/ .Sh HISTORY The .Nm driver first appeared in .Nx 1.5 . -.Sh AUTHOR +.Sh AUTHORS The .Nm driver was written by Manuel Bouyer diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index cf12168d30c..26e5ecc4e83 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sk.4,v 1.11 2001/04/20 16:06:25 deraadt Exp $ +.\" $OpenBSD: sk.4,v 1.12 2001/06/22 12:15:47 mpech Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -113,7 +113,6 @@ To view a list of media types and options supported by your card try .Ic ifconfig -m <device> . For example, .Ic ifconfig -m sk0 . -.Pp .Sh DIAGNOSTICS .Bl -diag .It "sk%d: couldn't map memory" diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4 index 568197f9f1f..c0c710a4d23 100644 --- a/share/man/man4/sl.4 +++ b/share/man/man4/sl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sl.4,v 1.5 2000/12/21 21:01:19 aaron Exp $ +.\" $OpenBSD: sl.4,v 1.6 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: sl.4,v 1.1 1996/08/10 21:26:14 explorer Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -45,7 +45,7 @@ .Op Ar count .Sh DESCRIPTION The -.Nm sl +.Nm interface allows serial lines to be used as network interfaces using the .Em slip protocol. The diff --git a/share/man/man4/ss.4 b/share/man/man4/ss.4 index fbb3197c3c5..dbf8a9f9973 100644 --- a/share/man/man4/ss.4 +++ b/share/man/man4/ss.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ss.4,v 1.7 2000/12/15 14:31:20 aaron Exp $ +.\" $OpenBSD: ss.4,v 1.8 2001/06/22 12:15:47 mpech Exp $ .\" .\" Copyright (c) 1998 Kenneth Stailey and Ian Darwin .\" @@ -41,7 +41,7 @@ .Nm ss* at scsibus? target ? lun ? .Sh DESCRIPTION The -.Nm ss +.Nm device allows an application to set scanner parameters and retrieve image data from any of the supported scanners without having to be concerned with details of its particular command set. @@ -58,7 +58,7 @@ Obviously a SCSI host adapter must be present in the config file before this device can be configured. .Pp If a count is given, that many -.Nm ss +.Nm devices will be configured into the kernel. .Sh IOCTLS This device provides the diff --git a/share/man/man4/st.4 b/share/man/man4/st.4 index e7371bb621d..7a5e0862b21 100644 --- a/share/man/man4/st.4 +++ b/share/man/man4/st.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: st.4,v 1.5 2000/07/10 13:27:35 aaron Exp $ +.\" $OpenBSD: st.4,v 1.6 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -345,8 +345,8 @@ This driver was originally written for .Tn Mach 2.5 by Julian Elischer, and was ported to -.Tn NetBSD +.Nx by Charles Hannum. This man page was edited for -.Tn NetBSD +.Nx by Jon Buller. diff --git a/share/man/man4/sv.4 b/share/man/man4/sv.4 index d443067fa9c..59b433160cf 100644 --- a/share/man/man4/sv.4 +++ b/share/man/man4/sv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sv.4,v 1.7 2000/07/14 20:41:34 deraadt Exp $ +.\" $OpenBSD: sv.4,v 1.8 2001/06/22 12:15:47 mpech Exp $ .\" .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved @@ -47,10 +47,9 @@ recommended for higher quality audio. This can be done in software by issuing the .Bd -literal -offset indent mixerctl -w outputs.spatial=off - .Ed -command. .Pp +command. .Sh SEE ALSO .Xr audio 4 , .Xr mixer 4 diff --git a/share/man/man4/tcic.4 b/share/man/man4/tcic.4 index 3aefa121a46..3c84c612986 100644 --- a/share/man/man4/tcic.4 +++ b/share/man/man4/tcic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcic.4,v 1.2 2000/07/05 13:50:35 aaron Exp $ +.\" $OpenBSD: tcic.4,v 1.3 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: tcic.4,v 1.1 2000/02/12 11:14:14 fair Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -50,9 +50,9 @@ DB86082, DB86084, DB86184, and DB86072 .Tn PCMCIA controllers. .Sh SEE ALSO -.Xr pcmcia 4 , +.Xr isa 4 , .Xr pcic 4 , -.Xr isa 4 +.Xr pcmcia 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 8a67158d800..a1ea158027a 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.13 2000/12/21 21:01:20 aaron Exp $ +.\" $OpenBSD: termios.4,v 1.14 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -1109,7 +1109,7 @@ is set, the receiver is enabled. Otherwise, no character is received. Not all hardware supports this bit. In fact, this flag is pretty silly and if it were not part of the -.Nm termios +.Nm specification it would be omitted. .Pp diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4 index 5db2e293e98..d2f1090bda8 100644 --- a/share/man/man4/ti.4 +++ b/share/man/man4/ti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ti.4,v 1.13 2001/03/08 06:18:35 aaron Exp $ +.\" $OpenBSD: ti.4,v 1.14 2001/06/22 12:15:47 mpech Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -42,7 +42,7 @@ .Cd "ti* at pci? dev ? function ?" .Sh DESCRIPTION The -.Nm ti +.Nm driver provides support for PCI Gigabit Ethernet adapters based on the Alteon Networks Tigon Gigabit Ethernet controller chip. The Tigon contains an embedded R4000 CPU, Gigabit MAC, dual DMA channels and diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index a8133bdcbe6..5ffbdfda730 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.18 2001/03/05 04:01:21 angelos Exp $ +.\" $OpenBSD: tun.4,v 1.19 2001/06/22 12:15:47 mpech Exp $ .\" .Dd March 10, 1996 .Dt TUN 4 @@ -10,18 +10,18 @@ .Cd "pseudo-device tun 4" .Sh DESCRIPTION The -.Nm tun +.Nm interface is a software loopback mechanism that can be loosely described as the network interface analog of the .Xr pty 4 , that is, -.Nm tun +.Nm does for network interfaces what the .Nm pty driver does for terminals. .Pp The -.Nm tun +.Nm driver, like the .Nm pty driver, provides two interfaces: an interface like the usual facility diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index bb8121c3f1c..fdb42a55c6f 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uk.4,v 1.6 1999/07/09 13:35:48 aaron Exp $ +.\" $OpenBSD: uk.4,v 1.7 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -36,7 +36,7 @@ .Nm uk* at scsibus? target ? lun ? .Sh DESCRIPTION The -.Nm uk +.Nm driver provides support for a process to address devices on the scsi bus for which there is no configured driver. diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index c590a5550a8..eab9832f5da 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.9 2001/05/13 11:37:30 fgsch Exp $ +.\" $OpenBSD: vlan.4,v 1.10 2001/06/22 12:15:47 mpech Exp $ .\" .Dd January 9, 2000 .Dt VLAN 4 @@ -10,7 +10,7 @@ .Cd pseudo-device vlan Op Ar count .Sh DESCRIPTION The -.Nm vlan +.Nm Ethernet interface allows construction of virtual LANs when used in conjunction with IEEE 802.1Q-compliant Ethernet devices. .Pp diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 index 8c0e655f3bb..b1e01c3b9da 100644 --- a/share/man/man4/wsmouse.4 +++ b/share/man/man4/wsmouse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmouse.4,v 1.3 2001/03/27 22:44:55 aaron Exp $ +.\" $OpenBSD: wsmouse.4,v 1.4 2001/06/22 12:15:47 mpech Exp $ .\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $ .\" .Dd March 20, 1999 @@ -47,10 +47,10 @@ utility gives access to these variables. .It Pa /usr/include/dev/wscons/wsconsio.h .El .Sh SEE ALSO -.Xr wscons 4 , -.Xr wsconsctl 8 , -.Xr wsmux 4 , -.Xr pms 4 , .Xr lms 4 , .Xr mms 4 , -.Xr ums 4 +.Xr pms 4 , +.Xr ums 4 , +.Xr wscons 4 , +.Xr wsmux 4 , +.Xr wsconsctl 8 diff --git a/share/man/man4/wsmux.4 b/share/man/man4/wsmux.4 index f455b901dda..bc14aa29515 100644 --- a/share/man/man4/wsmux.4 +++ b/share/man/man4/wsmux.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmux.4,v 1.3 2000/12/21 21:01:22 aaron Exp $ +.\" $OpenBSD: wsmux.4,v 1.4 2001/06/22 12:15:48 mpech Exp $ .\" $NetBSD: wsmux.4,v 1.2 1999/11/03 22:01:40 castor Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -78,7 +78,6 @@ This is used by the .Xr moused 8 daemon to take data from a mouse connected to a serial port and make it appear on the standard mouse mux. -.Pp .Sh FILES .Bl -item .It @@ -89,11 +88,11 @@ make it appear on the standard mouse mux. .Pa /usr/include/dev/wscons/wsconsio.h . .El .Sh SEE ALSO -.Xr moused 8 , .Xr wscons 4 , .Xr wsdisplay 4 , .Xr wskbd 4 , .Xr wsmouse 4 , +.Xr moused 8 , .Xr wsconscfg 8 , .Xr wsconsctl 8 , .Xr wsfontload 8 diff --git a/share/man/man4/wx.4 b/share/man/man4/wx.4 index b3d9676054f..21a34273507 100644 --- a/share/man/man4/wx.4 +++ b/share/man/man4/wx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wx.4,v 1.10 2001/06/20 15:55:40 pvalchev Exp $ +.\" $OpenBSD: wx.4,v 1.11 2001/06/22 12:15:48 mpech Exp $ .\" .\" Copyright (c) 2000 .\" Traakan Software. All rights reserved. @@ -36,7 +36,7 @@ .Cd "wx* at pci? dev ? function ?" .Sh DESCRIPTION The -.Nm wx +.Nm driver provides support for Intel Gigabit Ethernet PCI cards based on the .Tn i82452 chipset such as the Intel Pro/1000, PRO1000F, and PRO1000T diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index c8166dc6ce8..8040c2ecb80 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.21 2001/03/01 16:11:20 aaron Exp $ +.\" $OpenBSD: xl.4,v 1.22 2001/06/22 12:15:48 mpech Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -43,7 +43,7 @@ .Cd "xl* at cardbus? dev ? function ?" .Sh DESCRIPTION The -.Nm xl +.Nm device driver supports the 3Com EtherLink XL and Fast EtherLink XL family of Ethernet cards, and embedded controllers based on the 3Com .Dq boomerang @@ -139,7 +139,6 @@ To view a list of media types and options supported by your card try .Ic ifconfig -m <device> . For example, .Ic ifconfig -m xl0 . -.Pp .Sh DIAGNOSTICS .Bl -diag .It "xl%d: couldn't map memory" |