diff --git a/share/man/man4/man4.hp300/gbox.4 b/share/man/man4/man4.hp300/gbox.4 index 09fab5527188..4d1748ce5f87 100644 --- a/share/man/man4/man4.hp300/gbox.4 +++ b/share/man/man4/man4.hp300/gbox.4 @@ -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 .