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

misofrmatting, and English usage errors).
This commit is contained in:
bde 2004-02-25 08:57:33 +00:00
parent bb0d027044
commit e82b8bcadd

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.
#