diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-03 21:51:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-03 21:51:30 +0000 |
commit | 8284cb202e0f5f465b5675359f76833e134657d2 (patch) | |
tree | 5a11b6e1fdc34d57ce7df851cb9a8f01ba91839b /share | |
parent | d37f2427d4a9338f2febbf138ca1cc22ddc08dfe (diff) |
Mention x/I behaviour on m88k.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ddb.4 | 8 |
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 |