From owner-svn-src-head@FreeBSD.ORG Thu Nov 7 16:58:10 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 266F2D16; Thu, 7 Nov 2013 16:58:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1363A2DC0; Thu, 7 Nov 2013 16:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7Gw9Ni071859; Thu, 7 Nov 2013 16:58:09 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA7Gw9eN071858; Thu, 7 Nov 2013 16:58:09 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201311071658.rA7Gw9eN071858@svn.freebsd.org> From: Warner Losh Date: Thu, 7 Nov 2013 16:58:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257802 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 16:58:10 -0000 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