summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.hp300/grf.44
-rw-r--r--share/man/man4/options.44
-rw-r--r--share/man/man4/sti.44
-rw-r--r--sys/arch/hp300/dev/grfioctl.h6
-rw-r--r--sys/arch/mac68k/include/grfioctl.h6
-rw-r--r--usr.bin/tic/tic.14
-rw-r--r--usr.sbin/traceroute/traceroute.84
7 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/man4.hp300/grf.4 b/share/man/man4/man4.hp300/grf.4
index 8d01b79756a..32a50a12686 100644
--- a/share/man/man4/man4.hp300/grf.4
+++ b/share/man/man4/man4.hp300/grf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grf.4,v 1.9 2003/03/19 11:14:25 miod Exp $
+.\" $OpenBSD: grf.4,v 1.10 2003/04/03 06:47:58 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -95,7 +95,7 @@ structure, as defined in
.Aq Pa machine/grfioctl.h :
.Bd -literal
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 */
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 08dd292059b..29f278b321d 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.119 2003/03/30 12:14:31 jmc Exp $
+.\" $OpenBSD: options.4,v 1.120 2003/04/03 06:47:59 jmc Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -134,7 +134,7 @@ See
.It Cd option COMPAT_HPUX
On those architectures that support it, this enables binary
compatibility with
-.Em HP/UX
+.Em HP-UX
applications built for the same architecture.
This option is available on some m68k architectures.
See
diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4
index 1e396df73e6..95be59a9959 100644
--- a/share/man/man4/sti.4
+++ b/share/man/man4/sti.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sti.4,v 1.9 2003/04/02 21:56:49 mickey Exp $
+.\" $OpenBSD: sti.4,v 1.10 2003/04/03 06:47:59 jmc Exp $
.\"
.\" Copyright (c) 2001 Michael Shalayeff
.\" All rights reserved.
@@ -184,7 +184,7 @@ PCXL2 and PCXU monitor descriptors.
.It 8.08
.Bl -bullet -compact
.It
-HP/UX 10 support for Visualize FX
+HP-UX 10 support for Visualize FX
.It
.Nm dma_ctrl
function added.
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 */
diff --git a/usr.bin/tic/tic.1 b/usr.bin/tic/tic.1
index 25c5f94ac13..de2230170dc 100644
--- a/usr.bin/tic/tic.1
+++ b/usr.bin/tic/tic.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tic.1,v 1.12 2000/10/08 22:47:10 millert Exp $
+.\" $OpenBSD: tic.1,v 1.13 2003/04/03 06:47:59 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *
@@ -140,7 +140,7 @@ obsolete capabilities.
.TP
\fB-R\fR\fIsubset\fR
Restrict output to a given subset. This option is for use with archaic
-versions of terminfo like those on SVr1, Ultrix, or HP/UX that don't support
+versions of terminfo like those on SVr1, Ultrix, or HP-UX that don't support
the full set of SVR4/XSI Curses terminfo; and outright broken ports like AIX 3.x
that have their own extensions incompatible with SVr4/XSI. Available subsets
are "SVr1", "Ultrix", "HP", "BSD" and "AIX"; see \fBterminfo\fR(\*n) for details.
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8
index 413c2412988..975a2467671 100644
--- a/usr.sbin/traceroute/traceroute.8
+++ b/usr.sbin/traceroute/traceroute.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: traceroute.8,v 1.32 2003/03/18 11:18:55 jmc Exp $
+.\" $OpenBSD: traceroute.8,v 1.33 2003/04/03 06:47:59 jmc Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -359,7 +359,7 @@ Since vendors ship a lot of obsolete
.Pf ( Tn DEC Ns \'s
Ultrix, Sun 3.x) or
non-standard
-.Pq Tn HPUX
+.Pq Tn HP-UX
software, expect to see this problem
frequently and/or take care picking the target host of your
probes.