summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-10 08:56:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-10 08:56:47 +0000
commit7730611e8e16a72c0a117fbd066b0eb9aa2b1a09 (patch)
treeba8bf1973ef013057e51212e5be6135955866afb /share
parent3698d9934b635bdc1d2997ad8166c78ea9bc7931 (diff)
un-vax;
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ddb.46
-rw-r--r--share/man/man4/inet.49
-rw-r--r--share/man/man4/options.47
3 files changed, 8 insertions, 14 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 61521c69f40..0a1f60cf6c9 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.80 2016/01/15 11:39:28 dlg Exp $
+.\" $OpenBSD: ddb.4,v 1.81 2016/03/10 08:56:46 jmc Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -25,7 +25,7 @@
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd $Mdocdate: January 15 2016 $
+.Dd $Mdocdate: March 10 2016 $
.Dt DDB 4
.Os
.Sh NAME
@@ -266,8 +266,6 @@ Do not skip padding to the next long word boundary for unconditional jumps.
.It m88k
Decode instructions for the opposite CPU model (e.g. m88110 when running on an
m88100 processor).
-.It vax
-Don't assume that each external label is a procedure entry mask.
.El
.El
.Pp
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 160c22e57f6..48699a291e1 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.4,v 1.17 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: inet.4,v 1.18 2016/03/10 08:56:46 jmc Exp $
.\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)inet.4 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: March 10 2016 $
.Dt INET 4
.Os
.Sh NAME
@@ -57,10 +57,7 @@ interface provides access to the
protocol.
.Sh ADDRESSING
Internet addresses are four byte quantities, stored in
-network standard format (on the
-.Tn VAX
-these are word and byte
-reversed).
+network standard format.
The include file
.In netinet/in.h
defines this address as a discriminated union.
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 7ce3ca1919f..3bda2e733ea 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.242 2016/03/03 12:41:30 naddy Exp $
+.\" $OpenBSD: options.4,v 1.243 2016/03/10 08:56:46 jmc Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -34,7 +34,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: March 3 2016 $
+.Dd $Mdocdate: March 10 2016 $
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -95,8 +95,7 @@ to fail.
.It Cd option DDB_STRUCT
Compiles in symbolic information about the various data structures used by the
kernel, for use within the kernel debugger.
-This option is currently not supported on alpha, m88k and vax based
-platforms.
+This option is currently not supported on alpha and m88k based platforms.
.It Cd option DEBUG
Turns on miscellaneous kernel debugging.
Since options are turned into preprocessor defines (see above),