Source-Changes-HG archive

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

[src/trunk]: src Add a terse man page for the grtwo framebuffer driver.



details:   https://anonhg.NetBSD.org/src/rev/ba8b183808b9
branches:  trunk
changeset: 588873:ba8b183808b9
user:      rumble <rumble%NetBSD.org@localhost>
date:      Sun Mar 05 00:04:13 2006 +0000

description:
Add a terse man page for the grtwo framebuffer driver.

diffstat:

 distrib/sets/lists/man/mi            |   4 +-
 share/man/man4/man4.sgimips/Makefile |   6 +-
 share/man/man4/man4.sgimips/grtwo.4  |  59 ++++++++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 4 deletions(-)

diffs (102 lines):

diff -r 6ea6ecba7102 -r ba8b183808b9 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Mar 04 22:06:26 2006 +0000
+++ b/distrib/sets/lists/man/mi Sun Mar 05 00:04:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.860 2006/03/02 22:21:38 wiz Exp $
+# $NetBSD: mi,v 1.861 2006/03/05 00:04:13 rumble Exp $
 ./etc/mtree/set.man                            man-sys-root
 ./usr/share/info/am-utils.info                 man-amd-info            info
 ./usr/share/info/as.info                       man-computil-info       bfd,info
@@ -1191,6 +1191,7 @@
 ./usr/share/man/cat4/sgimips/dpclock.0         man-sys-catman          .cat
 ./usr/share/man/cat4/sgimips/dsclock.0         man-sys-catman          .cat
 ./usr/share/man/cat4/sgimips/gio.0             man-sys-catman          .cat
+./usr/share/man/cat4/sgimips/grtwo.0           man-sys-catman          .cat
 ./usr/share/man/cat4/sgimips/haltwo.0          man-sys-catman          .cat
 ./usr/share/man/cat4/sgimips/hpc.0             man-sys-catman          .cat
 ./usr/share/man/cat4/sgimips/imc.0             man-sys-catman          .cat
@@ -3496,6 +3497,7 @@
 ./usr/share/man/man4/sgimips/dpclock.4         man-sys-man             .man
 ./usr/share/man/man4/sgimips/dsclock.4         man-sys-man             .man
 ./usr/share/man/man4/sgimips/gio.4             man-sys-man             .man
+./usr/share/man/man4/sgimips/grtwo.4           man-sys-man             .man
 ./usr/share/man/man4/sgimips/haltwo.4          man-sys-man             .man
 ./usr/share/man/man4/sgimips/hpc.4             man-sys-man             .man
 ./usr/share/man/man4/sgimips/imc.4             man-sys-man             .man
diff -r 6ea6ecba7102 -r ba8b183808b9 share/man/man4/man4.sgimips/Makefile
--- a/share/man/man4/man4.sgimips/Makefile      Sat Mar 04 22:06:26 2006 +0000
+++ b/share/man/man4/man4.sgimips/Makefile      Sun Mar 05 00:04:13 2006 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.7 2004/12/26 12:33:37 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.8 2006/03/05 00:04:14 rumble Exp $
 
-MAN=   crime.4 dpclock.4 dsclock.4 gio.4 haltwo.4 hpc.4 imc.4 intro.4 \
-       mace.4 mec.4 newport.4 pic.4 sq.4 wdsc.4
+MAN=   crime.4 dpclock.4 dsclock.4 gio.4 grtwo.4 haltwo.4 hpc.4 imc.4 \
+       intro.4 mace.4 mec.4 newport.4 pic.4 sq.4 wdsc.4
 MANSUBDIR=/sgimips
 
 .include <bsd.man.mk>
diff -r 6ea6ecba7102 -r ba8b183808b9 share/man/man4/man4.sgimips/grtwo.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sgimips/grtwo.4       Sun Mar 05 00:04:13 2006 +0000
@@ -0,0 +1,59 @@
+.\"    $NetBSD: grtwo.4,v 1.1 2006/03/05 00:04:14 rumble Exp $
+.\"
+.\" Copyright (c) 2006 Stephen M. Rumble
+.\" Copyright (c) 2003 Ilpo Ruotsalainen
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. 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.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" <<Id: LICENSE_GC,v 1.1 2001/10/01 23:24:05 cgd Exp>>
+.\"
+.Dd March 4, 2006
+.Dt GRTWO 4 sgimips
+.Os
+.Sh NAME
+.Nm grtwo
+.Nd SGI GR2 graphics controller
+.Sh SYNOPSIS
+.Cd "grtwo* at gio? slot ?"
+.Cd "wsdisplay* at grtwo? console ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the SGI GR2 series of graphics controllers, which are
+found on Indigo, Crimson, and some Personal Iris series machines.
+.Sh SEE ALSO
+.Xr gio 4 ,
+.Xr newport 4 ,
+.Xr wscons 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 2.0 .
+.Sh AUTHORS
+Christopher SEKIYA wrote this driver.
+.Sh BUGS
+This driver has not been extensively tested on the many different GR2
+series offerings. It is unlikely to run without modification on
+Crimson machines.



Home | Main Index | Thread Index | Old Index