Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2012 17:36:34 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r242447 - user/alfred/9-alfred/share/man/man4
Message-ID:  <201211011736.qA1HaYE8043481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alfred
Date: Thu Nov  1 17:36:33 2012
New Revision: 242447
URL: http://svn.freebsd.org/changeset/base/242447

Log:
  merge more fixes for my textdump manual changes.
  
  svn merge -c 242441 ^/head/share/man/man4

Modified:
  user/alfred/9-alfred/share/man/man4/ddb.4
Directory Properties:
  user/alfred/9-alfred/share/man/man4/   (props changed)

Modified: user/alfred/9-alfred/share/man/man4/ddb.4
==============================================================================
--- user/alfred/9-alfred/share/man/man4/ddb.4	Thu Nov  1 17:33:52 2012	(r242446)
+++ user/alfred/9-alfred/share/man/man4/ddb.4	Thu Nov  1 17:36:33 2012	(r242447)
@@ -1173,10 +1173,15 @@ See the
 .Sx SCRIPTING
 section for more information on the scripting facility.
 .Pp
+.It Ic textdump dump
 .It Ic textdump set
 .It Ic textdump status
 .It Ic textdump unset
-.It Ic textdump dump
+Use the
+.Ic textdump dump
+command to immediately perform a textdump.
+More information may be found in
+.Xr textdump 4 .
 The
 .Ic textdump set
 command may be used to force the next kernel core dump to be a textdump
@@ -1185,11 +1190,6 @@ rather than a traditional memory dump or
 reports whether a textdump has been scheduled.
 .Ic textdump unset
 cancels a request to perform a textdump as the next kernel core dump.
-Use the 
-.Ic textdump dump
-command to immediately perform a textdump.
-More information may be found in
-.Xr textdump 4 .
 .El
 .Sh VARIABLES
 The debugger accesses registers and variables as



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