Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2018 17:08:46 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Edward Tomasz Napierala <trasz@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r340342 - head/share/man/man4
Message-ID:  <201811110108.wAB18kmP018309@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201811102349.wAANn1HR058065@repo.freebsd.org>

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



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