From e82b8bcadd55618c6004cdfc0948323e15f0cb86 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 25 Feb 2004 08:57:33 +0000 Subject: Fixed some style bugs in previous commit (unsorting of the DDB_* options, misofrmatting, and English usage errors). --- sys/conf/NOTES | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 72c1d45..95c88c8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -234,11 +234,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 # initialized. This is not the default because it breaks ddb's lookup of @@ -247,6 +242,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. # options DDB_TRACE -- cgit v1.1