Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 GC spurious blank lines.



details:   https://anonhg.NetBSD.org/src/rev/33cafdcfae46
branches:  trunk
changeset: 486119:33cafdcfae46
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat May 13 15:22:15 2000 +0000

description:
GC spurious blank lines.

diffstat:

 share/man/man4/ahc.4       |   4 +---
 share/man/man4/cd.4        |  26 +++-----------------------
 share/man/man4/cnw.4       |   7 +++----
 share/man/man4/ddb.4       |   3 +--
 share/man/man4/envsys.4    |   4 +---
 share/man/man4/gre.4       |   5 +----
 share/man/man4/ipip.4      |   4 +---
 share/man/man4/pcdisplay.4 |   3 +--
 share/man/man4/pciide.4    |   5 +----
 share/man/man4/raid.4      |   4 +---
 share/man/man4/uaudio.4    |   3 +--
 share/man/man4/usb.4       |   4 +---
 share/man/man4/vga.4       |   7 +------
 share/man/man4/wsdisplay.4 |   8 +-------
 share/man/man4/wskbd.4     |   6 +-----
 share/man/man4/wsmouse.4   |   7 +------
 16 files changed, 20 insertions(+), 80 deletions(-)

diffs (truncated from 541 to 300 lines):

diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/ahc.4
--- a/share/man/man4/ahc.4      Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/ahc.4      Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ahc.4,v 1.14 2000/03/21 10:38:24 soda Exp $
+.\"    $NetBSD: ahc.4,v 1.15 2000/05/13 15:22:15 mycroft Exp $
 .\"
 .\" Copyright (c) 1995, 1996, 1997, 1998, 2000
 .\"    Justin T. Gibbs.  All rights reserved.
@@ -267,7 +267,6 @@
 .El
 .Ed
 .Pp
-
 .Sh HARDWARE
 Supported
 .Tn SCSI
@@ -394,7 +393,6 @@
 .Tn SCSI
 host adapter chips.
 .El
-
 .Sh SCSI CONTROL BLOCKS (SCBs)
 Every transaction sent to a device on the SCSI bus is assigned a
 .Sq SCSI Control Block
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/cd.4
--- a/share/man/man4/cd.4       Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/cd.4       Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cd.4,v 1.13 1999/12/11 23:10:15 augustss Exp $
+.\"    $NetBSD: cd.4,v 1.14 2000/05/13 15:22:15 mycroft Exp $
 .\"
 .\" Copyright (c) 1996
 .\"     Julian Elischer <julian%freebsd.org@localhost>.  All rights reserved.
@@ -97,7 +97,7 @@
 and
 .Aq Pa sys/disklabel.h .
 .Pp
-.Bl -tag -width CDIOCREADSUBCHANNEL -compact
+.Bl -tag -width CDIOCREADSUBCHANNEL
 .It Dv DIOCGDINFO
 .It Dv DIOCSDINFO
 .Pq Li "struct disklabel"
@@ -110,7 +110,6 @@
 the information printed at boot.
 This structure is defined in
 .Xr disklabel 5 .
-
 .\".It Dv CDIOCCAPABILITY
 .\".Pq Li "struct ioc_capability"
 .\"Retrieve information from the drive on what features it supports.
@@ -174,7 +173,7 @@
 .\"    /* The tray has dynamic debugging */
 .\"};
 .\".Ed
-.It Dv CDIOCPLAYTRACKS 
+.It Dv CDIOCPLAYTRACKS
 .Pq Li "struct ioc_play_track"
 Start audio playback given a track address and length.
 The structure is defined as follows:
@@ -187,7 +186,6 @@
        u_char  end_index;
 };
 .Ed
-
 .It Dv CDIOCPLAYBLOCKS
 .Pq Li "struct ioc_play_blocks"
 Start audio playback given a block address and length.
@@ -199,7 +197,6 @@
        int     len;
 };
 .Ed
-
 .It Dv CDIOCPLAYMSF    
 .Pq Li "struct ioc_play_msf"
 Start audio playback given a `minutes-seconds-frames' address and length.
@@ -215,7 +212,6 @@
        u_char  end_f;
 };
 .Ed
-
 .It Dv CDIOCREADSUBCHANNEL
 .Pq Li "struct ioc_read_subchannel"
 Read information from the subchannel at the location specified by this
@@ -235,7 +231,6 @@
        struct  cd_sub_channel_info *data;
 };
 .Ed
-
 .It Dv CDIOREADTOCHEADER
 .Pq Li "struct ioc_toc_header"
 Return summary information about the table of contents for the mounted
@@ -248,7 +243,6 @@
        u_char  ending_track;
 };
 .Ed
-
 .It Dv CDIOREADTOCENTRYS
 .Pq Li "struct ioc_read_toc_entry"
 Return information from the table of contents entries mentioned.
@@ -266,7 +260,6 @@
 .Li data_len
 and pointed to by
 .Li data .
-
 .It Dv CDIOCSETPATCH
 .Pq Li "struct ioc_patch"
 Attach various audio channels to various output channels.
@@ -277,7 +270,6 @@
        /* one for each channel */
 };
 .Ed
-
 .It Dv CDIOCGETVOL
 .It Dv CDIOCSETVOL
 .Pq Li "struct ioc_vol"
@@ -290,51 +282,39 @@
        /* one for each channel */
 };
 .Ed
-
 .It Dv CDIOCSETMONO    
 Patch all output channels to all source channels.
-
 .It Dv CDIOCSETSTEREO
 Patch left source channel to the left output channel and the right
 source channel to the right output channel.
-
 .It Dv CDIOCSETMUTE    
 Mute output without changing the volume settings.
-
 .It Dv CDIOCSETLEFT
 .It Dv CDIOCSETRIGHT
 Attach both output channels to the left (right) source channel.
-
 .It Dv CDIOCSETDEBUG   
 .It Dv CDIOCCLRDEBUG   
 Turn on (off) debugging for the appropriate device.
-
 .It Dv CDIOCPAUSE      
 .It Dv CDIOCRESUME     
 Pause (resume) audio play, without resetting the location of the read-head.
-
 .It Dv CDIOCRESET      
 Reset the drive.
-
 .It Dv CDIOCSTART      
 .It Dv CDIOCSTOP       
 Tell the drive to spin-up (-down) the
 .Tn CD-ROM .
-
 .It Dv CDIOCALLOW
 .It Dv CDIOCPREVENT
 Tell the drive to allow (prevent) manual ejection of the
 .Tn CD-ROM
 disc.
 Not all drives support this feature.
-
 .It Dv CDIOCEJECT      
 Eject the
 .Tn CD-ROM .
-
 .It Dv CDIOCLOADUNLOAD
 Cause the ATAPI changer to load or unload discs.
-
 .It Dv CDIOCCLOSE
 Tell the drive to close its door and load the media.
 Not all drives support this feature.
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/cnw.4
--- a/share/man/man4/cnw.4      Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/cnw.4      Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cnw.4,v 1.7 2000/02/02 19:54:45 itojun Exp $
+.\"    $NetBSD: cnw.4,v 1.8 2000/05/13 15:22:16 mycroft Exp $
 .\"
 .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
 .\"
@@ -93,9 +93,8 @@
 .El
 .Sh SEE ALSO
 .Xr cnwctl 8 ,
-.Xr intro 4 ,
 .Xr arp 4 ,
+.Xr awi 4 ,
 .Xr inet 4 ,
-.Xr awi 4 ,
+.Xr intro 4 ,
 .Xr pcmcia 4
-
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/ddb.4      Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.39 2000/04/13 22:48:29 jhawk Exp $
+.\"    $NetBSD: ddb.4,v 1.40 2000/05/13 15:22:16 mycroft Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -915,7 +915,6 @@
 .Sq \&:
 and modifiers as described above.
 .El
-
 .Sh HISTORY
 The
 .Nm
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/envsys.4
--- a/share/man/man4/envsys.4   Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/envsys.4   Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: envsys.4,v 1.3 2000/03/09 04:17:20 groo Exp $
+.\"    $NetBSD: envsys.4,v 1.4 2000/05/13 15:22:16 mycroft Exp $
 .\"
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -35,7 +35,6 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-
 .Dd February 26, 2000
 .Dt ENVSYS 4
 .Os
@@ -256,4 +255,3 @@
 This entire API should be replaced by a
 .Xr sysctl 8
 interface or a kernel events mechanism, should one be developed.
-
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/gre.4
--- a/share/man/man4/gre.4      Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/gre.4      Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
+.\" $NetBSD: gre.4,v 1.11 2000/05/13 15:22:17 mycroft Exp $
 .\"
 .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -116,8 +116,6 @@
 .Sh EXAMPLE
 Configuration example:
 .Bd -literal
-
-
 Host X-- Host A  ----------------tunnel---------- cisco D------Host E
           \\                                          |
            \\                                        /
@@ -186,7 +184,6 @@
 A description of GRE encapsulation can be found in RFC 1701, RFC 1702.
 .Pp
 A description of MOBILE encapsulation can be found in RFC 2004.
-
 .Sh BUGS
 The compute_route() code in if_gre.c toggles the last bit of the
 IP-address to provoke the search for a less specific route than the
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/ipip.4
--- a/share/man/man4/ipip.4     Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/ipip.4     Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ipip.4,v 1.3 1999/12/22 14:55:49 kleink Exp $
+.\" $NetBSD: ipip.4,v 1.4 2000/05/13 15:22:17 mycroft Exp $
 .\"
 .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -67,8 +67,6 @@
 .Sh EXAMPLE
 Configuration example:
 .Bd -literal
-
-
 Host X-- Host A  ----------------tunnel---------- cisco D------Host E
           \\                                          |
            \\                                        /
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/pcdisplay.4
--- a/share/man/man4/pcdisplay.4        Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/pcdisplay.4        Sat May 13 15:22:15 2000 +0000
@@ -1,5 +1,4 @@
-.\" $NetBSD: pcdisplay.4,v 1.2 1999/09/20 11:39:40 ad Exp $
-
+.\" $NetBSD: pcdisplay.4,v 1.3 2000/05/13 15:22:17 mycroft Exp $
 .Dd March 20, 1999
 .Os
 .Dt PCDISPLAY 4
diff -r 2b9ee1c8a828 -r 33cafdcfae46 share/man/man4/pciide.4
--- a/share/man/man4/pciide.4   Sat May 13 15:20:35 2000 +0000
+++ b/share/man/man4/pciide.4   Sat May 13 15:22:15 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pciide.4,v 1.14 2000/03/19 10:07:37 jdolecek Exp $
+.\"    $NetBSD: pciide.4,v 1.15 2000/05/13 15:22:18 mycroft Exp $
 .\"
 .\" Copyright (c) 1998 Manuel Bouyer.
 .\"
@@ -30,7 +30,6 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-
 .Dd October 15, 1998
 .Dt pciide 4
 .Os
@@ -80,7 +79,6 @@



Home | Main Index | Thread Index | Old Index