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 | |
parent | 4aac770f11041cc30001d30aa1675eda9a492897 (diff) |
HPUX, HP/UX -> HP-UX
ok mickey@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/dev/grfioctl.h | 6 | ||||
-rw-r--r-- | sys/arch/mac68k/include/grfioctl.h | 6 |
2 files changed, 6 insertions, 6 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; diff --git a/sys/arch/mac68k/include/grfioctl.h b/sys/arch/mac68k/include/grfioctl.h index 3ff5713810e..9ab5c2e4642 100644 --- a/sys/arch/mac68k/include/grfioctl.h +++ b/sys/arch/mac68k/include/grfioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: grfioctl.h,v 1.3 1997/11/30 06:10:30 gene Exp $ */ +/* $OpenBSD: grfioctl.h,v 1.4 2003/04/03 06:47:58 jmc Exp $ */ /* $NetBSD: grfioctl.h,v 1.5 1995/07/02 05:26:45 briggs Exp $ */ /* @@ -67,7 +67,7 @@ struct grfmodes { }; /* - * BSD ioctls (first few match HP/UX ioctl()s. In case we want + * BSD ioctls (first few match HP-UX ioctl()s. In case we want * compatibility later, start our own at 16). */ #define GRFIOCGINFO _IOR('G', 0, struct grfinfo) /* get info on device */ @@ -87,7 +87,7 @@ struct grfmodes { * depend on GRFIOCGINFO. */ 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 */ |