diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-03 06:48:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-03 06:48:00 +0000 |
commit | d2b345b3ad98af7fc7d38157c3d29a5b3a20f216 (patch) | |
tree | 9a7038f1c064f9952947a3a7f44f13d3d83f455c /sys/arch/hp300/dev/grfioctl.h | |
parent | 4aac770f11041cc30001d30aa1675eda9a492897 (diff) |
HPUX, HP/UX -> HP-UX
ok mickey@
Diffstat (limited to 'sys/arch/hp300/dev/grfioctl.h')
-rw-r--r-- | sys/arch/hp300/dev/grfioctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grfioctl.h b/sys/arch/hp300/dev/grfioctl.h index 4467860af9b..0ffe7a36c9a 100644 --- a/sys/arch/hp300/dev/grfioctl.h +++ b/sys/arch/hp300/dev/grfioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: grfioctl.h,v 1.2 1997/01/12 15:12:40 downsj Exp $ */ +/* $OpenBSD: grfioctl.h,v 1.3 2003/04/03 06:47:58 jmc Exp $ */ /* $NetBSD: grfioctl.h,v 1.5 1994/10/26 07:24:08 cgd Exp $ */ /* @@ -44,7 +44,7 @@ */ struct grfinfo { - int gd_id; /* HPUX identifier */ + int gd_id; /* HP-UX identifier */ caddr_t gd_regaddr; /* control registers physaddr */ int gd_regsize; /* control registers size */ caddr_t gd_fbaddr; /* frame buffer physaddr */ @@ -69,7 +69,7 @@ struct grfinfo { #define GRFDAVINCI 14 /* - * HPUX ioctls (here for the benefit of the driver) + * HP-UX ioctls (here for the benefit of the driver) */ struct grf_slot { int slot; |