Author: imp
Date: Thu Nov  7 16:58:09 2013
New Revision: 257802
URL: http://svnweb.freebsd.org/changeset/base/257802

Log:
  Save some space by noting we don't have any alternative instruction formats.

Modified:
  head/share/man/man4/ddb.4

Modified: head/share/man/man4/ddb.4
==============================================================================
--- head/share/man/man4/ddb.4   Thu Nov  7 16:42:28 2013        (r257801)
+++ head/share/man/man4/ddb.4   Thu Nov  7 16:58:09 2013        (r257802)
@@ -251,19 +251,7 @@ The location is also displayed in hex at
 display as an instruction
 .It Cm I
 display as an instruction with possible alternate formats depending on the
-machine:
-.Bl -tag -width ".Tn powerpc" -compact
-.It Tn amd64
-No alternate format.
-.It Tn i386
-No alternate format.
-.It Tn ia64
-No alternate format.
-.It Tn powerpc
-No alternate format.
-.It Tn sparc64
-No alternate format.
-.El
+machine, but none of the supported architectures have an alternate format.
 .It Cm S
 display a symbol name for the pointer stored at the address
 .El
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to