summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/dev/grfioctl.h6
-rw-r--r--sys/arch/mac68k/include/grfioctl.h6
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 */