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 Sort sections, sort SEE ALSO, .Ic ...



details:   https://anonhg.NetBSD.org/src/rev/fe2c0ac865f9
branches:  trunk
changeset: 520622:fe2c0ac865f9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 15 01:35:27 2002 +0000

description:
Sort sections, sort SEE ALSO, .Ic instead of .Xr for non-existing programs.

diffstat:

 share/man/man4/man4.hp300/grf.4 |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (63 lines):

diff -r d39826268542 -r fe2c0ac865f9 share/man/man4/man4.hp300/grf.4
--- a/share/man/man4/man4.hp300/grf.4   Tue Jan 15 01:32:14 2002 +0000
+++ b/share/man/man4/man4.hp300/grf.4   Tue Jan 15 01:35:27 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: grf.4,v 1.6 2001/09/11 06:30:04 gmcgarry Exp $
+.\"    $NetBSD: grf.4,v 1.7 2002/01/15 01:35:27 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -82,7 +82,7 @@
 .Bx
 machine, or by compilation
 with the use of the
-.Xr hpux 1
+.Ic hpux
 command.
 Applications using Starbase libraries have been run successfully
 on
@@ -158,6 +158,16 @@
 .El
 .Pp
 For further information about the use of ioctl see the man page.
+.Sh FILES
+.Bl -tag -width /dev/*crt*? -compact
+.It Pa /dev/grf?
+.Bx
+interface special files
+.It Pa /dev/*crt*
+.Tn HP-UX
+.Em starbase
+interface special files
+.El
 .Sh EXAMPLES
 This short code fragment is an example of opening some graphics device and
 mapping in the control and frame buffer space:
@@ -182,16 +192,6 @@
        frame_buffer = (u_char *) Addr + gi.gd_regsize; /* Frame buffer mem */
 }
 .Ed
-.Sh FILES
-.Bl -tag -width /dev/*crt*? -compact
-.It Pa /dev/grf?
-.Bx
-interface special files
-.It Pa /dev/*crt*
-.Tn HP-UX
-.Em starbase
-interface special files
-.El
 .Sh DIAGNOSTICS
 None under
 .Bx .
@@ -212,7 +212,7 @@
 .Xr ioctl 2 ,
 .Xr dvbox 4 ,
 .Xr gbox 4 ,
+.Xr hil 4 ,
 .Xr hyper 4 ,
 .Xr rbox 4 ,
-.Xr topcat 4 ,
-.Xr hil 4
\ No newline at end of file
+.Xr topcat 4



Home | Main Index | Thread Index | Old Index