summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-02-25 08:57:33 +0000
committerbde <bde@FreeBSD.org>2004-02-25 08:57:33 +0000
commite82b8bcadd55618c6004cdfc0948323e15f0cb86 (patch)
tree0fd9e51470c3809c4f0ab587223e96fca90fad50
parentbb0d02704457643cac3ef88b9261a091409e65d2 (diff)
downloadFreeBSD-src-e82b8bcadd55618c6004cdfc0948323e15f0cb86.zip
FreeBSD-src-e82b8bcadd55618c6004cdfc0948323e15f0cb86.tar.gz
Fixed some style bugs in previous commit (unsorting of the DDB_* options,
misofrmatting, and English usage errors).
-rw-r--r--sys/conf/NOTES11
1 files 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
OpenPOWER on IntegriCloud