summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2003-06-06 09:36:40 +0000
committeryar <yar@FreeBSD.org>2003-06-06 09:36:40 +0000
commitb657a521d8eb32de169f3df4b1fce73c9f729195 (patch)
tree7f732960211a23be3fa937572942923c17195486 /sys
parenteb27dda81d5dbc119a72eecf0928b4349b16d49a (diff)
downloadFreeBSD-src-b657a521d8eb32de169f3df4b1fce73c9f729195.zip
FreeBSD-src-b657a521d8eb32de169f3df4b1fce73c9f729195.tar.gz
Correct the man section number in references to kldstat(8).
Diffstat (limited to 'sys')
-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 f0db297..51f4413 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.
OpenPOWER on IntegriCloud