Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.hp300 New sentence, new line. Sort SEE A...



details:   https://anonhg.NetBSD.org/src/rev/051a5a3adf85
branches:  trunk
changeset: 761860:051a5a3adf85
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 09 14:37:55 2011 +0000

description:
New sentence, new line. Sort SEE ALSO. Use Dq. Noun is "setup". Fix a Dd.

diffstat:

 share/man/man4/man4.hp300/dvbox.4  |  24 ++++++++++++++----------
 share/man/man4/man4.hp300/gbox.4   |  34 ++++++++++++++++++++++------------
 share/man/man4/man4.hp300/hyper.4  |   9 +++++----
 share/man/man4/man4.hp300/rbox.4   |  24 ++++++++++++++----------
 share/man/man4/man4.hp300/topcat.4 |  34 +++++++++++++++++++++-------------
 5 files changed, 76 insertions(+), 49 deletions(-)

diffs (263 lines):

diff -r f69d15588ec5 -r 051a5a3adf85 share/man/man4/man4.hp300/dvbox.4
--- a/share/man/man4/man4.hp300/dvbox.4 Wed Feb 09 14:34:42 2011 +0000
+++ b/share/man/man4/man4.hp300/dvbox.4 Wed Feb 09 14:37:55 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dvbox.4,v 1.6 2011/02/09 14:13:09 tsutsui Exp $
+.\"    $NetBSD: dvbox.4,v 1.7 2011/02/09 14:37:55 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,8 @@
 .Nm dvbox
 .Nd
 .Tn HP98730
-``DaVinci'' graphics device interface
+.Dq DaVinci
+graphics device interface
 .Sh SYNOPSIS
 .Cd "dvbox* at intio?"
 .Cd "dvbox* at dio? scode ?"
@@ -49,18 +50,21 @@
 This driver is for the
 .Tn HP98730
 and 98731 graphics device, also known as
-the DaVinci.  This driver has not been tested with all possible
+the DaVinci.
+This driver has not been tested with all possible
 combinations of frame buffer boards and scan boards installed in the device.
-The driver merely checks for the existence of the device and does minimal set
-up.
+The driver merely checks for the existence of the device and does minimal setup.
 .Pp
-The DaVinci can be configured at either the ``internal'' address
+The DaVinci can be configured at either the
+.Dq internal
+address
 (frame buffer address 0x200000, control register space address 0x560000)
 or at an external select code less than 32.
-At the internal address it will be the ``preferred'' console device.
+At the internal address it will be the
+.Dq preferred
+console device.
 The hardware installation manual describes the procedure for
 setting these values.
-.Pp
 .Sh SEE ALSO
-.Xr wsdisplay 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr wsdisplay 4
diff -r f69d15588ec5 -r 051a5a3adf85 share/man/man4/man4.hp300/gbox.4
--- a/share/man/man4/man4.hp300/gbox.4  Wed Feb 09 14:34:42 2011 +0000
+++ b/share/man/man4/man4.hp300/gbox.4  Wed Feb 09 14:37:55 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gbox.4,v 1.6 2011/02/09 14:13:09 tsutsui Exp $
+.\"    $NetBSD: gbox.4,v 1.7 2011/02/09 14:37:55 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,8 @@
 .Nm gb
 .Nd
 .Tn HP98700
-``Gatorbox'' graphics device interface
+.Dq Gatorbox
+graphics device interface
 .Sh SYNOPSIS
 .Cd "gbox* at intio?"
 .Cd "gbox* at dio? scode ?"
@@ -49,24 +50,33 @@
 This driver is for the
 .Tn HP98700
 and 98710 graphics devices, also known as
-the Gatorbox.  The term ``Gator'' will often be used, and it is not to be
-confused with ``Gator'' used in reference to an
+the Gatorbox.
+The term
+.Dq Gator
+will often be used, and it is not to be confused with
+.Dq Gator
+used in reference to an
 .Tn HP
 9837 or 200/237 machine.
 Also, the term Gatorbox is used for the 98700 alone, with the 98701 frame
-buffer memory or with the 98710 accelerator installed.  This driver merely
-checks for the existence of the device and does minimal set up, as it is
+buffer memory or with the 98710 accelerator installed.
+This driver merely
+checks for the existence of the device and does minimal setup, as it is
 expected the applications will initialize the device to their requirements.
 .Pp
 The 98700 can be used as the only graphics device on a system, in which case
-it will be used as the system console.  It can also be installed as a secondary
-display device.  For the first case, the
+it will be used as the system console.
+It can also be installed as a secondary display device.
+For the first case, the
 .Tn HP
 .Tn 98287A M.A.D.
 interface card
-should be set to internal control space.  This will put the frame buffer at
+should be set to internal control space.
+This will put the frame buffer at
 the DIO address 0x200000 and the control registers at 0x560000.
-At this address it will be the ``preferred'' console device (see
+At this address it will be the
+.Dq preferred
+console device (see
 .Xr cons 4 ) .
 For use as a secondary device,
 the 98287A should be set to frame buffer address 0x300000,
@@ -80,5 +90,5 @@
 .%T 98700H Installation Guide
 contains further configuration information.
 .Sh SEE ALSO
-.Xr wsdisplay 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr wsdisplay 4
diff -r f69d15588ec5 -r 051a5a3adf85 share/man/man4/man4.hp300/hyper.4
--- a/share/man/man4/man4.hp300/hyper.4 Wed Feb 09 14:34:42 2011 +0000
+++ b/share/man/man4/man4.hp300/hyper.4 Wed Feb 09 14:37:55 2011 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: hyper.4,v 1.4 2011/02/09 14:13:09 tsutsui Exp $
+.\"     $NetBSD: hyper.4,v 1.5 2011/02/09 14:37:55 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,12 +34,13 @@
 .Nm hyper
 .Nd
 .Tn A1096A
-``Hyperion'' graphics device interface
+.Dq Hyperion
+graphics device interface
 .Sh SYNOPSIS
 .Cd "hyper* at dio? scode ?"
 .Cd "wsdisplay* at hyper?"
 .Sh DESCRIPTION
 This driver is for the Hyperion monochrome framebuffer.
 .Sh SEE ALSO
-.Xr wsdisplay 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr wsdisplay 4
diff -r f69d15588ec5 -r 051a5a3adf85 share/man/man4/man4.hp300/rbox.4
--- a/share/man/man4/man4.hp300/rbox.4  Wed Feb 09 14:34:42 2011 +0000
+++ b/share/man/man4/man4.hp300/rbox.4  Wed Feb 09 14:37:55 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rbox.4,v 1.6 2011/02/09 14:13:09 tsutsui Exp $
+.\"    $NetBSD: rbox.4,v 1.7 2011/02/09 14:37:55 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,8 @@
 .Nm rbox
 .Nd
 .Tn HP98720
-``Renaissance'' graphics device interface
+.Dq Renaissance
+graphics device interface
 .Sh SYNOPSIS
 .Cd "rbox* at intio?"
 .Cd "rbox* at dio? scode ?"
@@ -49,17 +50,20 @@
 This driver is for the
 .Tn HP98720
 and 98721 graphics device, also known as
-the Renaissance.  This driver has not been tested with all possible
+the Renaissance.
+This driver has not been tested with all possible
 combinations of frame buffer boards and scan boards installed in the device.
-The driver merely checks for the existence of the device and does minimal set
-up.
+The driver merely checks for the existence of the device and does minimal setup.
 .Pp
-The Renaissance can be configured at either the ``internal'' address
-(frame buffer address 0x200000, control register space address 0x560000)
+The Renaissance can be configured at either the
+.Dq internal
+address (frame buffer address 0x200000, control register space address 0x560000)
 or at an external select code less than 32.
-At the internal address it will be the ``preferred'' console device.
+At the internal address it will be the
+.Dq preferred
+console device.
 The hardware installation manual describes the procedure for
 setting these values.
 .Sh SEE ALSO
-.Xr wsdisplay 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr wsdisplay 4
diff -r f69d15588ec5 -r 051a5a3adf85 share/man/man4/man4.hp300/topcat.4
--- a/share/man/man4/man4.hp300/topcat.4        Wed Feb 09 14:34:42 2011 +0000
+++ b/share/man/man4/man4.hp300/topcat.4        Wed Feb 09 14:37:55 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: topcat.4,v 1.6 2011/02/09 14:13:09 tsutsui Exp $
+.\"    $NetBSD: topcat.4,v 1.7 2011/02/09 14:37:56 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,14 +33,18 @@
 .\"
 .\"     from: @(#)tc.4 8.1 (Berkeley) 6/9/93
 .\"
-.Dd February, 2011
+.Dd February 9, 2011
 .Dt TOPCAT 4 hp300
 .Os
 .Sh NAME
 .Nm topcat
 .Nd
 .Tn HP98544
-98550 ``Topcat'' and ``Catseye'' device interface
+98550
+.Dq Topcat
+and
+.Dq Catseye
+device interface
 .Sh SYNOPSIS
 .Cd "topcat* at intio?"
 .Cd "topcat* at dio? scode ?"
@@ -48,26 +52,30 @@
 .Sh DESCRIPTION
 This driver is for the
 .Tn HP98544 ,
-98545 and 98547 ``Topcat''
+98545 and 98547
+.Dq Topcat
 and
 .Tn HP98548 ,
-98549, and 98550 ``Catseye'' display cards.
+98549, and 98550
+.Dq Catseye
+display cards.
 This driver merely checks for the existence of the device
-and does minimal set up, as it is expected the applications will initialize
+and does minimal setup, as it is expected the applications will initialize
 the device to their requirements.
 The Topcat and Catseye are nearly identical in common usage and only the
 Topcat will be referred to from now on.
 .Pp
-The Topcat display cards are not user configurable.  If one is present on a
-system, it will always have a frame buffer address of 0x200000 and a control
-register address of 0x560000.  These are the
+The Topcat display cards are not user configurable.
+If one is present on a system, it will always have a frame buffer
+address of 0x200000 and a control register address of 0x560000.
+These are the
 .Tn HP
 series 300
 .Tn ITE
 (Internal
-Terminal Emulator) defaults.  The device can also be used as a graphics output
+Terminal Emulator) defaults.
+The device can also be used as a graphics output
 device.
-.Pp
 .Sh SEE ALSO
-.Xr wsdisplay 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr wsdisplay 4



Home | Main Index | Thread Index | Old Index