diff options
author | imp <imp@FreeBSD.org> | 2003-10-14 02:47:23 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-10-14 02:47:23 +0000 |
commit | 8a09d8a65d5cafc4b98cfc27958c716aec70cfd7 (patch) | |
tree | dfb696dd69aaefd92e0cb546a6399304e9b48120 /share | |
parent | ce562d35adc6ebc062d18b60a33080134f00b289 (diff) | |
download | FreeBSD-src-8a09d8a65d5cafc4b98cfc27958c716aec70cfd7.zip FreeBSD-src-8a09d8a65d5cafc4b98cfc27958c716aec70cfd7.tar.gz |
Replace the VAX and MIPS alternate formats with the architectures that
FreeBSD supports. None of them support an alternate formats, except
the alpha (which prints extra register information).
# if we get a mips port, we can put the mips case back to document the
# actual behavior.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ddb.4 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index f84982f..39ac91d 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -196,13 +196,19 @@ display as an instruction .It Li I display as an instruction with possible alternate formats depending on the machine: -.Bl -tag -width MIPS -compact -.It Tn VAX -don't assume that each external label is a procedure entry mask +.Bl -tag -width powerpc -compact +.It Tn alpha +Show the registers of the instruction. +.It Tn amd64 +No alternate format .It Tn i386 -don't round to the next long word boundary -.It Tn MIPS -print register contents +No alternate format +.It Tn ia64 +No alternate format +.It Tn powerpc +No alternate format +.It Tn sparc64 +No alternate format .El .El .It Cm xf |