Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Various fixes from Sergey Svishchev svs at ro...



details:   https://anonhg.NetBSD.org/src/rev/772ec194ffae
branches:  trunk
changeset: 566517:772ec194ffae
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 11 22:42:47 2004 +0000

description:
Various fixes from Sergey Svishchev svs at ropnet ru in private mail.
Some additional "new sentence, new line" changes while I was there.

diffstat:

 share/man/man4/ai.4         |   6 ++--
 share/man/man4/an.4         |  11 +++----
 share/man/man4/aria.4       |   4 +-
 share/man/man4/ast.4        |  11 +++++--
 share/man/man4/atalk.4      |  10 ++++--
 share/man/man4/audio.4      |   8 ++--
 share/man/man4/bktr.4       |   6 ++--
 share/man/man4/emuxki.4     |   6 ++--
 share/man/man4/envsys.4     |  63 ++++++++++++++++++++++++++++----------------
 share/man/man4/ioasic.4     |   6 ++--
 share/man/man4/irframe.4    |   4 +-
 share/man/man4/irframetty.4 |   4 +-
 share/man/man4/isa.4        |  21 +++++++++++++-
 share/man/man4/isapnp.4     |   4 +-
 share/man/man4/isp.4        |  23 ++++++++-------
 share/man/man4/iwic.4       |   4 +-
 share/man/man4/joy.4        |   7 ++--
 share/man/man4/ld.4         |   5 ++-
 share/man/man4/le.4         |  10 +++---
 share/man/man4/lkm.4        |   6 ++--
 share/man/man4/lm.4         |   4 +-
 share/man/man4/mtio.4       |   8 ++--
 share/man/man4/ntwoc.4      |   4 +-
 share/man/man4/options.4    |   7 ++--
 share/man/man4/tlp.4        |   4 +-
 share/man/man4/usb.4        |   6 ++--
 share/man/man4/zstty.4      |   6 ++--
 27 files changed, 149 insertions(+), 109 deletions(-)

diffs (truncated from 898 to 300 lines):

diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/ai.4
--- a/share/man/man4/ai.4       Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/ai.4       Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ai.4,v 1.6 2002/02/13 08:17:31 ross Exp $
+.\" $NetBSD: ai.4,v 1.7 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .Nm ai
 .Nd
 .Tn AT\*[Am]T
-.Tn StarLan
+.Tn StarLAN
 .Tn Ethernet
 interface driver
 .Sh SYNOPSIS
@@ -52,7 +52,7 @@
 .Pp
 .Bl -tag -width Dv -offset indent -compact
 .It AT\*[Am]T StarLAN 10
-.It AT\*[Am]T StarLan Fiber
+.It AT\*[Am]T StarLAN Fiber
 .El
 .Pp
 These cards are based on the
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/an.4
--- a/share/man/man4/an.4       Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/an.4       Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: an.4,v 1.10 2003/06/26 10:13:34 wiz Exp $
+.\"     $NetBSD: an.4,v 1.11 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 1999
 .\"    Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
@@ -64,8 +64,7 @@
 ISA cards can either be configured to use ISA Plug and Play
 or to use a particular I/O address and IRQ
 by properly setting the DIP switches on the board.
-(The default
-switch setting is for plug and play.)
+(The default switch setting is for plug and play.)
 The
 .Nm
 driver has Plug and Play support and will work in either configuration,
@@ -82,9 +81,9 @@
 .Nm
 driver encapsulates all IP and ARP traffic as 802.11 frames, however
 it can receive either 802.11 or 802.3 frames.
-Transmit speed is
-selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps or
-"auto" (the NIC automatically chooses the best speed).
+Transmit speed is selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps, or
+.Dq auto
+(the NIC automatically chooses the best speed).
 .Pp
 By default, the
 .Nm
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/aria.4
--- a/share/man/man4/aria.4     Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/aria.4     Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: aria.4,v 1.7 2001/09/11 17:39:01 wiz Exp $
+.\" $NetBSD: aria.4,v 1.8 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -74,6 +74,6 @@
 .Sh BUGS
 DMA is not yet supported.
 .Pp
-The flags option should not be unnecessary.
+The flags option should not be necessary.
 .Pp
 It is necessary to configure the port and irq.
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/ast.4
--- a/share/man/man4/ast.4      Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/ast.4      Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ast.4,v 1.11 2003/08/07 10:31:01 agc Exp $
+.\"    $NetBSD: ast.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -54,18 +54,21 @@
 .Tn RS-232C
 .Pf ( Tn CCITT
 .Tn V.28 )
-communications interfaces.  Apparently the original master of hardware
+communications interfaces.
+Apparently the original maker of hardware
 using this multiplexing protocol was AST.
 .Pp
 Each
 .Nm
 device is the master device for up to four
 .Nm com
-devices.  The kernel configuration specifies these
+devices.
+The kernel configuration specifies these
 .Nm com
 devices as slave devices of the
 .Nm
-device, as shown in the synopsis.  The slave ID given for each
+device, as shown in the synopsis.
+The slave ID given for each
 .Nm com
 device determines which bit in the interrupt multiplexing register is
 tested to find interrupts for that device.
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/atalk.4
--- a/share/man/man4/atalk.4    Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/atalk.4    Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: atalk.4,v 1.16 2003/04/16 13:35:16 wiz Exp $
+.\"    $NetBSD: atalk.4,v 1.17 2004/05/11 22:42:47 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:
@@ -89,7 +89,8 @@
 .Xr bind 2
 must always be
 .Dv ATADDR_ANYNODE :
-``this node.'' The net
+.Dq this node .
+The net
 .\"may
 must
 be
@@ -97,8 +98,9 @@
 .\"or
 .\".Dv ATADDR_LATENET .
 .Dv ATADDR_ANYNET
-corresponds to the machine's ``primary'' address (the first
-configured).
+corresponds to the machine's
+.Dq primary
+address (the first configured).
 .\".Dv ATADDR_LATENET
 .\"causes the address in outgoing packets to be determined when a packet
 .\"is sent, i.e. determined late.
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/audio.4
--- a/share/man/man4/audio.4    Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/audio.4    Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audio.4,v 1.58 2004/01/31 21:30:09 wiz Exp $
+.\"    $NetBSD: audio.4,v 1.59 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -337,7 +337,7 @@
 is calculated to correspond to 50ms of sound and it is recalculated
 when the encoding parameter changes, but if the
 .Va blocksize
-is set explicitly this value becomes sticky, i.e., it is remains
+is set explicitly this value becomes sticky, i.e., it remains
 even when the encoding is changed.
 The stickiness can be cleared by reopening the device or setting the
 .Va blocksize
@@ -518,8 +518,8 @@
 .Pp
 For a mixer value, the
 .Va value
-field specifies both the number of channels and the values for each of
-the channels.
+field specifies both the number of channels and the values for each
+channel.
 If the channel count does not match the current channel count, the
 attempt to change the setting may fail (depending on the hardware
 device driver implementation).
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/bktr.4
--- a/share/man/man4/bktr.4     Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/bktr.4     Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bktr.4,v 1.11 2003/06/27 18:13:43 wiz Exp $
+.\" $NetBSD: bktr.4,v 1.12 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 2000 Thomas Klausner
 .\"    All rights reserved.
@@ -23,7 +23,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 7, 2000
+.Dd May 8, 2004
 .Dt BKTR 4
 .Os
 .Sh NAME
@@ -200,7 +200,7 @@
 .Xr pci 4 ,
 .Xr radio 4 ,
 .Pa pkgsrc/audio/xmradio ,
-.Pa pkgsrc/graphics/fxtv
+.Pa pkgsrc/multimedia/fxtv
 .Sh HISTORY
 The
 .Nm
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/emuxki.4
--- a/share/man/man4/emuxki.4   Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/emuxki.4   Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: emuxki.4,v 1.6 2003/03/29 19:30:45 jdc Exp $
+.\"    $NetBSD: emuxki.4,v 1.7 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,7 @@
 device driver supports Creative
 Sound Blaster Live! cards as well as the Sound Blaster PCI 512.
 .Pp
-These Environmental Audio cards are based upon eprogrammable EMU10K1
+These Environmental Audio cards are based upon the programmable EMU10K1
 digital-processing chip.
 .Pp
 Hardware features:
@@ -57,7 +57,7 @@
 64-voice hardware polyphony with E-mu's patented 8-point interpolation
 technology
 .It
-Up 1024-voice polyphony with multi-timbre capability
+Up to 1024-voice polyphony with multi-timbre capability
 .It
 Support for real-time digital effects like reverb, chorus, flanger, pitch
 shifter, or distortion across any audio source
diff -r c8c2a4c704fa -r 772ec194ffae share/man/man4/envsys.4
--- a/share/man/man4/envsys.4   Tue May 11 21:56:20 2004 +0000
+++ b/share/man/man4/envsys.4   Tue May 11 22:42:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: envsys.4,v 1.14 2004/04/25 03:13:00 kochi Exp $
+.\"    $NetBSD: envsys.4,v 1.15 2004/05/11 22:42:47 wiz Exp $
 .\"
 .\"
 .\" Copyright (c) 2000, 2004 The NetBSD Foundation, Inc.
@@ -53,33 +53,40 @@
 .Bl -enum
 .It
 This API is designed to support various environmental sensor ICs
-available on modern motherboards.  Initially it supports three
-distinct sensor types; fan speed, temperature, and voltage.
+available on modern motherboards.
+Initially it supports three
+distinct sensor types: fan speed, temperature, and voltage.
 Additional sensor types can be added with new ioctl's without
 disrupting the current API.
 .It
 Many sensor ICs have no fixed assignment of registers to
-physical phenomena.  Thus, some userland mechanism of
+physical phenomena.
+Thus, some userland mechanism of
 assigning meanings to the registers is required to allow
 userland utilities to produce reasonable output.
 .It
 The number of registers for each class of sensor varies
-among devices.  Therefore a way to enumerate all data of
-a particular sensor type is required.  Fixed limits on the
-number of sensors per type is not desirable.
+among devices.
+Therefore a way to enumerate all data of
+a particular sensor type is required.
+Fixed limits on the
+number of sensors per type are not desirable.
 .It
 Some ICs provide useful statistical information.
 Collecting reliable statistical information in userland
-from a polled device is problematic.  We would like to use
+from a polled device is problematic.
+We would like to use
 the on-chip information when it is available.
 .It
 A useful balance between complexity of use and amount
-of available information is desired.  While it may be
+of available information is desired.
+While it may be
 possible to allow for an unlimited number of statistical
 measures to be returned by a device, we have chosen only
 four common ones: current, minimum, maximum, and average.
 Even with this limited set, it may be impractical or
-impossible for devices to produce them all.  Thus, a
+impossible for devices to produce them all.
+Thus, a
 mechanism to determine which statistics are valid is required.
 .It
 The API is designed in a way that can be used to monitor
@@ -88,8 +95,10 @@
 .El
 .Pp
 For the purposes of this API, all devices must number the sensors
-sequentially, beginning with 0.  Moreover, all sensors of the same
-type must occupy a sub-interval of [0..n-1].  This arrangement
+sequentially, beginning with 0.
+Moreover, all sensors of the same
+type must occupy a sub-interval of [0..n-1].
+This arrangement
 allows easy iteration over the entire collection of sensors or over
 sensors of a particular type.
 .Pp
@@ -97,11 +106,12 @@
 .Xr ioctl 2 Ns 's
 must be supported by any device claiming to
 be compliant with version 1.0 of



Home | Main Index | Thread Index | Old Index