aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2003-06-06 09:36:40 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2003-06-06 09:36:40 +0000
commit652065e01dfe0ea6574e741b0675e98165c621d4 (patch)
tree7f732960211a23be3fa937572942923c17195486
parent6d570e6413943b53942cd3850378e01e334d67ff (diff)
Notes
-rw-r--r--sys/debugscripts/gdbinit.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/debugscripts/gdbinit.kernel b/sys/debugscripts/gdbinit.kernel
index f0db297b11b0f..51f44130cac1d 100644
--- a/sys/debugscripts/gdbinit.kernel
+++ b/sys/debugscripts/gdbinit.kernel
@@ -294,7 +294,7 @@ define y
echo Check your .gdbinit, it contains a y command\n
end
-# kldstat(1) lookalike
+# kldstat(8) lookalike
define kldstat
set $file = linker_files.tqh_first
printf "Id Refs Address Size Name\n"
@@ -309,7 +309,7 @@ define kldstat
end
end
document kldstat
-Equivalent of the kldstat(9) command, without options.
+Equivalent of the kldstat(8) command, without options.
end
# msgbuf: print msgbuf. Can take forever.