diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-13 04:32:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-13 04:32:16 +0000 |
commit | fbb04759687c945abf9926b20cab7dfebbc59df1 (patch) | |
tree | 3609024cb4306bfa27612d65243809fdc28e12a5 /share/man/man4/ddb.4 | |
parent | 88c56f0b74e9f6218c39ce6f719d9974e034771b (diff) |
use sublist for 'x /I' description
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index d54d083ee98..dc5cf5d133a 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.7 1997/07/06 19:46:10 mickey Exp $ +.\" $OpenBSD: ddb.4,v 1.8 1997/10/13 04:32:15 mickey Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -115,6 +115,7 @@ display as an instruction .It I display as an instruction with possible alternate formats depending on the machine: +.Bl -tag -width powerpc_ .It vax don't assume that each external label is a procedure entry mask .It i386 @@ -122,6 +123,7 @@ don't round to the next long word boundary .It mips print register contents .El +.El .It xf Examine forward. It executes an examine command with the last specified parameters to it |