Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 16:58:09 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257802 - head/share/man/man4
Message-ID:  <201311071658.rA7Gw9eN071858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071658.rA7Gw9eN071858>