Use standard headers, sort sections.

This commit is contained in:
wiz 2002-01-15 01:32:14 +00:00
parent 0ce4d14178
commit b2f02c319b
1 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gbox.4,v 1.1 2001/09/11 06:30:04 gmcgarry Exp $
.\" $NetBSD: gbox.4,v 1.2 2002/01/15 01:32:14 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -125,7 +125,17 @@ Unmap control registers and framebuffer space.
.Pp
For further information about the use of ioctl see the man page.
.El
.Sh EXAMPLE
.Sh FILES
.Bl -tag -width /dev/crt98700 -compact
.It Pa /dev/grf?
.Bx
special file
.It Pa /dev/crt98700
.Tn HP-UX
.Em starbase
special file
.El
.Sh EXAMPLES
A small example of opening, mapping and using the device is given below.
For more examples of the details on the behavior of the device, see the device
dependent source files for the X Window System, in the
@ -151,16 +161,6 @@ return -1;
gbox = (gboxfb *) Addr; /* Control Registers */
frame_buffer = (u_char *) Addr + gi.gd_regsize; /* Frame buffer memory */
.Ed
.Sh FILES
.Bl -tag -width /dev/crt98700 -compact
.It Pa /dev/grf?
.Bx
special file
.It Pa /dev/crt98700
.Tn HP-UX
.Em starbase
special file
.El
.Sh DIAGNOSTICS
None under
.Bx .