Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Whitespace&punctuation fixes, sort SEE ALSO, ...



details:   https://anonhg.NetBSD.org/src/rev/cc266588be9c
branches:  trunk
changeset: 514855:cc266588be9c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 11 17:39:00 2001 +0000

description:
Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,
swap empty lines for .Pp's.

diffstat:

 share/man/man4/adv.4   |   12 +-
 share/man/man4/adw.4   |   11 +-
 share/man/man4/agp.4   |   16 +-
 share/man/man4/aha.4   |    6 +-
 share/man/man4/ahb.4   |   16 +-
 share/man/man4/ahc.4   |  198 +++++++++++++++++++++++-------------------------
 share/man/man4/ai.4    |    6 +-
 share/man/man4/aic.4   |    6 +-
 share/man/man4/an.4    |    6 +-
 share/man/man4/aria.4  |   14 +-
 share/man/man4/ast.4   |    4 +-
 share/man/man4/atalk.4 |    6 +-
 share/man/man4/ate.4   |    6 +-
 share/man/man4/audio.4 |   38 ++++----
 share/man/man4/aue.4   |    9 +-
 share/man/man4/auich.4 |   10 +-
 share/man/man4/awi.4   |   13 +-
 17 files changed, 181 insertions(+), 196 deletions(-)

diffs (truncated from 896 to 300 lines):

diff -r 6ad002f22cad -r cc266588be9c share/man/man4/adv.4
--- a/share/man/man4/adv.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/adv.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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 Bus-Master VL (240 CDB Per Channel)
 .El
 .Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
 .Xr intro 4 ,
+.Xr isa 4 ,
 .Xr pci 4 ,
-.Xr isa 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 @@
 device driver appeared in
 .Nx 1.4 .
 .Sh AUTHORS
-Baldassare Dante Profeta
+.An Baldassare Dante Profeta
 .Aq dante%mclink.it@localhost
diff -r 6ad002f22cad -r cc266588be9c share/man/man4/adw.4
--- a/share/man/man4/adw.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/adw.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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 @@
 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@localhost
diff -r 6ad002f22cad -r cc266588be9c share/man/man4/agp.4
--- a/share/man/man4/agp.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/agp.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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 @@
 } 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
@@ -171,7 +176,7 @@
 
        printf("version:        %u.%u\\n", info.version.major,
            info.version.minor);
-       
+
        printf("id:             %x\\n", info.bridge_id);
        printf("mode:           %x\\n", info.agp_mode);
        printf("base:           %x\\n", info.aper_base);
@@ -225,11 +230,6 @@
        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
diff -r 6ad002f22cad -r cc266588be9c share/man/man4/aha.4
--- a/share/man/man4/aha.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/aha.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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 @@
 .It Tn Adaptec AHA-1640 (MCA)
 .El
 .Sh SEE ALSO
-.Xr intro 4 ,
 .Xr cd 4 ,
 .Xr ch 4 ,
+.Xr intro 4 ,
+.Xr mca 4 ,
 .Xr scsi 4 ,
-.Xr mca 4 ,
 .Xr sd 4 ,
 .Xr st 4
diff -r 6ad002f22cad -r cc266588be9c share/man/man4/ahb.4
--- a/share/man/man4/ahb.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/ahb.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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.
@@ -10,7 +10,7 @@
 .\"    notice, this list of conditions and the following disclaimer.
 .\" 2. The name of the author may not be used to endorse or promote products
 .\"    derived from this software without specific prior written permission
-.\" 
+.\"
 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -38,15 +38,15 @@
 .Pp
 .Bl -tag -width -offset indent -compact
 .It Tn Adaptec
-AHA-1742 
-.Tn EISA  
-.Tn SCSI  
+AHA-1742
+.Tn EISA
+.Tn SCSI
 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
diff -r 6ad002f22cad -r cc266588be9c share/man/man4/ahc.4
--- a/share/man/man4/ahc.4      Tue Sep 11 16:53:14 2001 +0000
+++ b/share/man/man4/ahc.4      Tue Sep 11 17:39:00 2001 +0000
@@ -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.
@@ -78,68 +78,68 @@
 This driver provides access to the
 .Tn SCSI
 bus(es) connected to Adaptec
-.Tn AIC7770,
-.Tn AIC7850,
-.Tn AIC7860,
-.Tn AIC7870,
-.Tn AIC7880,
-.Tn AIC7890,
-.Tn AIC7891,
-.Tn AIC7892,
-.Tn AIC7895,
-.Tn AIC7896,
+.Tn AIC7770 ,
+.Tn AIC7850 ,
+.Tn AIC7860 ,
+.Tn AIC7870 ,
+.Tn AIC7880 ,
+.Tn AIC7890 ,
+.Tn AIC7891 ,
+.Tn AIC7892 ,
+.Tn AIC7895 ,
+.Tn AIC7896 ,
 .Tn AIC7897
 and
 .Tn AIC7899
 host adapter chips.
 These chips are found on many motherboards as well as the following
 Adaptec SCSI controller cards:
-.Tn 274X(W),
-.Tn 274X(T),
-.Tn 284X,
-.Tn 2910,
-.Tn 2915,
-.Tn 2920C,
-.Tn 2930C,
-.Tn 2930U2,
-.Tn 2940,
-.Tn 2940U,
-.Tn 2940AU,
-.Tn 2940UW,
-.Tn 2940UW Dual,
-.Tn 2940UW Pro,
-.Tn 2940U2W,
-.Tn 2940U2B,
-.Tn 2950U2W,
-.Tn 2950U2B,
-.Tn 19160B,
-.Tn 29160B,
-.Tn 29160N,
-.Tn 3940,
-.Tn 3940U,
-.Tn 3940AU,
-.Tn 3940UW,
-.Tn 3940AUW,
-.Tn 3940U2W,
-.Tn 3950U2,
-.Tn 3960,
-.Tn 39160,
-.Tn 3985,
+.Tn 274X(W) ,
+.Tn 274X(T) ,
+.Tn 284X ,
+.Tn 2910 ,
+.Tn 2915 ,
+.Tn 2920C ,
+.Tn 2930C ,
+.Tn 2930U2 ,
+.Tn 2940 ,
+.Tn 2940U ,
+.Tn 2940AU ,
+.Tn 2940UW ,
+.Tn 2940UW Dual ,
+.Tn 2940UW Pro ,
+.Tn 2940U2W ,
+.Tn 2940U2B ,
+.Tn 2950U2W ,
+.Tn 2950U2B ,
+.Tn 19160B ,
+.Tn 29160B ,
+.Tn 29160N ,
+.Tn 3940 ,
+.Tn 3940U ,
+.Tn 3940AU ,
+.Tn 3940UW ,
+.Tn 3940AUW ,
+.Tn 3940U2W ,
+.Tn 3950U2 ,
+.Tn 3960 ,
+.Tn 39160 ,
+.Tn 3985 ,
 and
-.Tn 4944UW.
+.Tn 4944UW .
 \}
 \{The
 .Nm
 device driver supports
 .Tn SCSI
 controllers based on
-.Tn Adaptec 
+.Tn Adaptec
 .Tn AIC77xx
 and
 .Tn AIC78xx
 .Tn SCSI
 host adapter chips found on many motherboards as well as
-.Tn Adaptec 
+.Tn Adaptec
 .Tn SCSI



Home | Main Index | Thread Index | Old Index