From owner-svn-src-all@freebsd.org Sun Nov 11 01:08:48 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9198511227B2; Sun, 11 Nov 2018 01:08:48 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E37098523E; Sun, 11 Nov 2018 01:08:47 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id wAB18kvQ018310; Sat, 10 Nov 2018 17:08:46 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id wAB18kmP018309; Sat, 10 Nov 2018 17:08:46 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201811110108.wAB18kmP018309@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r340342 - head/share/man/man4 In-Reply-To: <201811102349.wAANn1HR058065@repo.freebsd.org> To: Edward Tomasz Napierala Date: Sat, 10 Nov 2018 17:08:46 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: E37098523E X-Spamd-Result: default: False [2.01 / 200.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.52)[0.522,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.02)[country: US(-0.09)]; NEURAL_SPAM_SHORT(0.62)[0.616,0]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_SPAM_LONG(0.00)[0.001,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2018 01:08:48 -0000 > Author: trasz > Date: Sat Nov 10 23:49:01 2018 > New Revision: 340342 > URL: https://svnweb.freebsd.org/changeset/base/340342 > > Log: > Random tweaks to ddb(4) manual page. I certainly hope we are not randomly commiting bits to man pages. This is a 0 value commit message. > MFC after: 2 weeks > Sponsored by: DARPA, AFRL > > Modified: > head/share/man/man4/ddb.4 > > Modified: head/share/man/man4/ddb.4 > ============================================================================== > --- head/share/man/man4/ddb.4 Sat Nov 10 23:43:03 2018 (r340341) > +++ head/share/man/man4/ddb.4 Sat Nov 10 23:49:01 2018 (r340342) > @@ -60,7 +60,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd September 21, 2018 > +.Dd November 10, 2018 > .Dt DDB 4 > .Os > .Sh NAME > @@ -108,7 +108,9 @@ If linked into the running kernel, > it can be invoked locally with the > .Ql debug > .Xr keymap 5 > -action. > +action, or by setting setting the > +.Dv debug.kdb.enter > +sysctl to 1. > The debugger is also invoked on kernel > .Xr panic 9 > if the > @@ -261,9 +263,9 @@ Non-printing characters are displayed as octal escapes > display in unsigned hex with character dump at the end of each line. > The location is also displayed in hex at the beginning of each line. > .It Cm i > -display as an instruction > +display as a disassembled instruction > .It Cm I > -display as an instruction with possible alternate formats depending on the > +display as an disassembled instruction with possible alternate formats depending on the > machine. > On i386, this selects the alternate format for the instruction decoding > (16 bits in a 32-bit code segment and vice versa). > > -- Rod Grimes rgrimes@freebsd.org