Author: joel (doc committer)
Date: Thu Nov  1 17:17:05 2012
New Revision: 242441
URL: http://svn.freebsd.org/changeset/base/242441

Log:
  Sort textdump options list.
  
  Submitted by: bde

Modified:
  head/share/man/man4/ddb.4

Modified: head/share/man/man4/ddb.4
==============================================================================
--- head/share/man/man4/ddb.4   Thu Nov  1 17:13:04 2012        (r242440)
+++ head/share/man/man4/ddb.4   Thu Nov  1 17:17:05 2012        (r242441)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to