Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,

swap empty lines for .Pp's.
This commit is contained in:
wiz 2001-09-11 17:39:00 +00:00
parent 86fa100c43
commit 2cf03896ac
17 changed files with 181 additions and 196 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: adv.4,v 1.4 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: adv.4,v 1.5 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -146,14 +146,14 @@ Dual Channel Products:
Dual Channel Bus-Master VL (240 CDB Per Channel)
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr pci 4 ,
.Xr isa 4 ,
.Xr pci 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Xr st 4
.Pp
.Pa http://www.connectcom.net/
.Pp
@ -164,5 +164,5 @@ The
device driver appeared in
.Nx 1.4 .
.Sh AUTHORS
Baldassare Dante Profeta
.An Baldassare Dante Profeta
.Aq dante@mclink.it

View File

@ -1,4 +1,4 @@
.\" $NetBSD: adw.4,v 1.6 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: adw.4,v 1.7 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Baldassare Dante Profeta
.\" All rights reserved.
@ -37,7 +37,6 @@
.Cd "options SCSI_ADW_WDTR_DISABLE=mask"
.Cd "options SCSI_ADW_SDTR_DISABLE=mask"
.Cd "options SCSI_ADW_TAGQ_DISABLE=mask"
.Pp
.Sh DESCRIPTION
The
.Nm
@ -84,17 +83,17 @@ Disable
for the peripherals specified by the mask value.
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr uk 4
.Sh AUTHORS
Baldassare Dante Profeta
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.4 .
.Sh AUTHORS
.An Baldassare Dante Profeta Aq dante@netbsd.org

View File

@ -1,4 +1,4 @@
.\" $NetBSD: agp.4,v 1.3 2001/09/10 23:01:00 gmcgarry Exp $
.\" $NetBSD: agp.4,v 1.4 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -142,7 +142,12 @@ typedef struct _agp_unbind {
} agp_unbind;
.Ed
.El
.Sh EXAMPLE
.Sh FILES
.Bl -tag -width /dev/agp? -compact
.It Pa /dev/agp?
device special file
.El
.Sh EXAMPLES
This short code fragment is an example of opening the AGP device
and performing some basic operations:
.Bd -literal
@ -225,11 +230,6 @@ main(int argc, char **argv)
return 0;
}
.Ed
.Sh FILES
.Bl -tag -width /dev/agp? -compact
.It Pa /dev/agp?
device special file
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr pci 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aha.4,v 1.9 2000/05/28 22:37:46 augustss Exp $
.\" $NetBSD: aha.4,v 1.10 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@ -49,10 +49,10 @@ adapters:
.It Tn Adaptec AHA-1640 (MCA)
.El
.Sh SEE ALSO
.Xr intro 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr scsi 4 ,
.Xr intro 4 ,
.Xr mca 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahb.4,v 1.6 1999/12/17 16:23:20 abs Exp $
.\" $NetBSD: ahb.4,v 1.7 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@ -44,9 +44,9 @@ AHA-1742
adaptor
.El
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
.Xr ch 4
.Xr st 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahc.4,v 1.18 2001/08/04 07:59:03 tsutsui Exp $
.\" $NetBSD: ahc.4,v 1.19 2001/09/11 17:39:00 wiz Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 2000
.\" Justin T. Gibbs. All rights reserved.
@ -265,7 +265,6 @@ Multiple Target IDs - Allows the controller to respond to selection as a
target on multiple SCSI IDs.
.El
.Ed
.Pp
.Sh HARDWARE
Supported
.Tn SCSI
@ -429,6 +428,34 @@ the new transaction. This allows the controller to queue up to
local SCB space serves as a cache for disconnected transactions, the
more SCB space available, the less host bus traffic consumed saving
and restoring SCB data.
.Sh SEE ALSO
.Xr aha 4 ,
.Xr ahb 4 ,
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 2.0
and
.Nx 1.1 .
.Sh AUTHORS
The
.Nm
driver, the
.Tn AIC7xxx
sequencer-code assembler,
and the firmware running on the aic7xxx chips was written by
.An Justin T. Gibbs .
.Nx
porting is done by Stefan Grefen, Charles M. Hannum,
Michael Graff, Jason R. Thorpe, Pete Bentley,
Frank van der Linden and Noriyuki Soda.
.Sh BUGS
Some
.Tn Quantum
@ -461,38 +488,3 @@ from Adaptec.
\{Target mode is not supported on
.Nx
version of this driver.\}
.Sh SEE ALSO
.Xr intro 4 ,
.ie 0 \{
.Xr aha 4 ,
.Xr ahb 4 ,
.Xr cd 4 ,
.Xr da 4 ,
.Xr sa 4 ,
.Xr scsi 4
\}
\{
.Xr cd 4 ,
.Xr ch 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr st 4\}
.Sh AUTHORS
The
.Nm
driver, the
.Tn AIC7xxx
sequencer-code assembler,
and the firmware running on the aic7xxx chips was written by
.An Justin T. Gibbs .
.Nx
porting is done by Stefan Grefen, Charles M. Hannum,
Michael Graff, Jason R. Thorpe, Pete Bentley,
Frank van der Linden and Noriyuki Soda.
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 2.0
and
.Nx 1.1 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ai.4,v 1.3 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: ai.4,v 1.4 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -63,10 +63,10 @@ controller chip.
.Sh SEE ALSO
.Xr ef 4 ,
.Xr elmc 4 ,
.Xr ix 4 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
.Xr ix 4 ,
.Xr ifconfig 8
.Sh AUTHORS
Rafal K. Boni
.An Rafal K. Boni

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aic.4,v 1.8 1999/12/20 12:44:04 abs Exp $
.\" $NetBSD: aic.4,v 1.9 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1994 James A. Jegers

View File

@ -1,4 +1,4 @@
.\" $NetBSD: an.4,v 1.7 2001/04/06 09:31:20 onoe Exp $
.\" $NetBSD: an.4,v 1.8 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aria.4,v 1.6 2000/07/05 15:45:34 msaitoh Exp $
.\" $NetBSD: aria.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -63,12 +63,6 @@ The flags setting is necessary for
the Prometheus Aria 16, as it needs to be specially
configured at each cold boot by twiddling with the
joystick port.
.Sh BUGS
DMA is not yet supported.
.Pp
The flags option should not be unnecessary.
.Pp
It is necessary to configure the port and irq.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr isa 4
@ -77,3 +71,9 @@ The
.Nm
device driver appeared in
.Nx 1.4 .
.Sh BUGS
DMA is not yet supported.
.Pp
The flags option should not be unnecessary.
.Pp
It is necessary to configure the port and irq.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ast.4,v 1.9 1999/03/16 01:19:15 garbled Exp $
.\" $NetBSD: ast.4,v 1.10 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: atalk.4,v 1.13 2001/06/12 14:54:19 wiz Exp $
.\" $NetBSD: atalk.4,v 1.14 2001/09/11 17:39:01 wiz Exp $
.\"
.\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
.\" distribution. That distribution is covered by the following copyright:
@ -61,14 +61,13 @@ Link Access Protocol (ELAP).
Local network address resolution is
handled using the AppleTalk Address Resolution Protocol (AARP).
Neither of these protocols is exposed to user-mode applications.
.Pp
.Sh ADDRESSING
AppleTalk addresses are three byte quantities, stored in network
byte order.
The include file
.Aq Pa netatalk/at.h
defines the AppleTalk address format.
.Pp
Sockets in the AppleTalk protocol family use the following address
structure:
.Bd -literal -offset indent
@ -166,7 +165,6 @@ services are provided by a user library.
and
.Tn AFP
services are provided by user programs and daemons.
.Pp
.Sh SEE ALSO
.\" .BR ddp (4P),
.\" .BR atp (3N),

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ate.4,v 1.4 2001/03/31 00:48:03 jdolecek Exp $
.\" $NetBSD: ate.4,v 1.5 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -64,11 +64,11 @@ Supported boards include:
.It Tn Allied-Telesis RE2000 series
.El
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr ifmedia 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
.Xr mca 4
.Xr mca 4 ,
.Xr ifconfig 8
.Sh HISTORY
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audio.4,v 1.39 2001/06/12 14:54:19 wiz Exp $
.\" $NetBSD: audio.4,v 1.40 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -213,7 +213,7 @@ typedef struct audio_encoding {
#define AUDIO_ENCODINGFLAG_EMULATED 1 /* software emulation mode */
} audio_encoding_t;
.Ed
.Pp
To query
all the supported encodings, start with an index field of 0 and
continue with successive encodings (1, 2, ...) until the command returns
@ -229,7 +229,7 @@ This command gets a bit set of hardware properties.
If the hardware
has a certain property the corresponding bit is set, otherwise it is not.
The properties can have the following values:
.Pp
.Bl -tag -width AUDIO_PROP_INDEPENDENT -compact
.It Dv AUDIO_PROP_FULLDUPLEX
the device admits full duplex operation.
@ -365,7 +365,7 @@ If the hardware can handle different settings the
property is set.
.Pp
The encoding parameter can have the following values:
.Pp
.Bl -tag -width AUDIO_ENCODING_SLINEAR_BE -compact
.It Dv AUDIO_ENCODING_ULAW
mulaw encoding, 8 bits/sample
@ -400,9 +400,9 @@ and the balance in the range
.Bq Dv AUDIO_LEFT_BALANCE , Dv AUDIO_RIGHT_BALANCE
with the normal setting at
.Dv AUDIO_MID_BALANCE .
.Pp
The input port should be a combination of:
.Pp
.Bl -tag -width AUDIO_MICROPHONE -compact
.It Dv AUDIO_MICROPHONE
to select microphone input.
@ -411,9 +411,9 @@ to select line input.
.It Dv AUDIO_CD
to select CD input.
.El
.Pp
The output port should be a combination of:
.Pp
.Bl -tag -width AUDIO_HEADPHONE -compact
.It Dv AUDIO_SPEAKER
to select speaker output.
@ -422,7 +422,7 @@ to select headphone output.
.It Dv AUDIO_LINE_OUT
to select line output.
.El
.Pp
The available ports can be found in
.Va avail_ports .
.Pp
@ -505,7 +505,7 @@ typedef struct mixer_level {
#define AUDIO_MIXER_LEVEL_LEFT 0
#define AUDIO_MIXER_LEVEL_RIGHT 1
.Ed
.Pp
For a mixer value, the
.Va value
field specifies both the number of channels and the values for each of
@ -561,7 +561,7 @@ typedef struct mixer_devinfo {
} un;
} mixer_devinfo_t;
.Ed
.Pp
The
.Va label
field identifies the name of this particular mixer control.
@ -633,11 +633,10 @@ mixer controls because they use a name from one of the AudioC* string values.
.El
.Sh SEE ALSO
.Xr audioctl 1 ,
.Xr mixerctl 1 .
.br
.Xr mixerctl 1 ,
.Xr ioctl 2 ,
.Xr midi 4 ,
.Xr ossaudio 3 .
.Xr ossaudio 3 ,
.Xr midi 4
.br
For ports using the ISA bus:
.Xr aria 4 ,
@ -648,7 +647,7 @@ For ports using the ISA bus:
.Xr pss 4 ,
.Xr sb 4 ,
.Xr wss 4 ,
.Xr ym 4 .
.Xr ym 4
.br
For ports using the PCI bus:
.Xr auvia 4 ,
@ -660,13 +659,12 @@ For ports using the PCI bus:
.Xr eso 4 ,
.Xr fms 4 ,
.Xr sv 4 ,
.Xr yds 4 .
.Xr yds 4
.br
For ports using USB:
.Xr uaudio 4 .
.Xr uaudio 4
.Sh BUGS
If the device is used in
.Xr mmap 2
it is currently always mapped for writing (playing) due to
VM system weirdness.
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: aue.4,v 1.6 2001/07/16 13:50:21 augustss Exp $
.\" $NetBSD: aue.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@ -140,9 +140,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
@ -157,5 +157,6 @@ and in
.Sh AUTHORS
The
.Nm
driver was written by Bill Paul
driver was written by
.An Bill Paul
.Aq wpaul@ee.columbia.edu .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: auich.4,v 1.1 2000/11/28 05:15:12 thorpej Exp $
.\" $NetBSD: auich.4,v 1.2 2001/09/11 17:39:01 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -52,12 +52,12 @@ the i82801AA (ICH), i82801AB (ICH0), i82801BA (ICH2), and i82440MX.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr pci 4
.Sh BUGS
The
.Sq microphone
input DMA channel is not currently supported.
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.5.1 .
.Sh BUGS
The
.Sq microphone
input DMA channel is not currently supported.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: awi.4,v 1.13 2001/09/11 00:08:25 wiz Exp $
.\" $NetBSD: awi.4,v 1.14 2001/09/11 17:39:01 wiz Exp $
.\"
.Dd October 31, 1999
.Dt AWI 4
@ -10,7 +10,6 @@ AMD PCnetMobile IEEE 802.11 PCMCIA wireless network driver
.Sh SYNOPSIS
.Cd "awi* at pcmcia? function ?"
.Sh DESCRIPTION
.Pp
The
.Nm
driver supports various IEEE 802.11 wireless cards
@ -138,17 +137,13 @@ The system was unable to obtain the lock to access shared memory.
.It "awi0: command %d failed %x"
The device failed to complete the request from the system.
.El
.Sh BUGS
.Pp
Doesn't create IBSS itself.
.Pp
.Sh SEE ALSO
.Xr arp 4 ,
.Xr cnw 4 ,
.Xr ifmedia 4 ,
.Xr netintro 4 ,
.Xr pcmcia 4 ,
.Xr wi 4 ,
.Xr cnw 4 ,
.Xr ifmedia 4 ,
.Xr ifconfig 8 ,
.Xr wiconfig 8
.Rs
@ -170,3 +165,5 @@ Then the
driver module completely rewritten to support cards with DS phy and
to support adhoc mode by
.An Atsushi Onoe Aq onoe@netbsd.org .
.Sh BUGS
Doesn't create IBSS itself.