From 010ebba66c1fa89ccde3b77b55663b23c03e6c2b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 14 Oct 2003 02:47:23 +0000 Subject: [PATCH] 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. --- share/man/man4/ddb.4 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index f84982f7e3d..39ac91d1175 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