diff options
author | 1997-10-13 04:32:15 +0000 | |
---|---|---|
committer | 1997-10-13 04:32:15 +0000 | |
commit | fa05bf97376061259a6ffbf6ed7c00734ddf5c3d (patch) | |
tree | d2db3bb7769f4824e4a7827e08592b8d16859695 | |
parent | APM_NOIDLE bye, bye; use pccom; more scd0 probes;ed1 on factory-dflts; swap irq for lpt0 and sb0 (diff) | |
download | wireguard-openbsd-fa05bf97376061259a6ffbf6ed7c00734ddf5c3d.tar.xz wireguard-openbsd-fa05bf97376061259a6ffbf6ed7c00734ddf5c3d.zip |
use sublist for 'x /I' description
-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 |