summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-05-03 21:51:29 +0000
committermiod <miod@openbsd.org>2006-05-03 21:51:29 +0000
commitf0ada20292a28fbdf320592a607e3e369abf2e30 (patch)
tree9c9a4d689e6993a8a182931ecd291caedc7b984d
parentlen = strlen(foo); if foo[len - 1]... will do bad things if len == 0. (diff)
downloadwireguard-openbsd-f0ada20292a28fbdf320592a607e3e369abf2e30.tar.xz
wireguard-openbsd-f0ada20292a28fbdf320592a607e3e369abf2e30.zip
Mention x/I behaviour on m88k.
-rw-r--r--share/man/man4/ddb.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 10e4428fe3a..1e435074e2f 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.42 2005/12/15 01:37:32 miod Exp $
+.\" $OpenBSD: ddb.4,v 1.43 2006/05/03 21:51:29 miod Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -268,9 +268,9 @@ Do not skip padding to the next long word boundary for unconditional jumps.
Use
.Tn Motorola
assembly syntax.
-.\" .It m88k
-.\" Decode instructions for the opposite CPU (i.e. m88110 when running on an
-.\" m88100 processor, and the opposite).
+.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