Fixed some style bugs in previous commit (unsorting of the DDB_* options,

misofrmatting, and English usage errors).
This commit is contained in:
Bruce Evans 2004-02-25 08:57:33 +00:00
parent 89c02376fc
commit bfdd261e68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126221

View file

@ -233,11 +233,6 @@ options SYSVMSG
#
options DDB
#
# print the actual numerical value of symbols in addition to the
# symbolic representation
options DDB_NUMSYM
#
# Use direct symbol lookup routines for ddb instead of the kernel linker
# ones, so that symbols (mostly) work before the kernel linker has been
@ -246,6 +241,12 @@ options DDB_NUMSYM
#
#!options DDB_NOKLDSYM
#
# Print the numerical value of symbols in addition to the symbolic
# representation.
#
options DDB_NUMSYM
#
# Print a stack trace of the current thread out on the console for a panic.
#