diff options
author | grog <grog@FreeBSD.org> | 2003-06-07 01:17:04 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-06-07 01:17:04 +0000 |
commit | 44ab674c71ede5f5d53bf4b4c724023ddf0871c8 (patch) | |
tree | 3e32582c1fb4b258c2d7a71fa46806348dde5b49 /tools | |
parent | 01c6323d54e35c070e1589ccad38da7037d61738 (diff) | |
download | FreeBSD-src-44ab674c71ede5f5d53bf4b4c724023ddf0871c8.zip FreeBSD-src-44ab674c71ede5f5d53bf4b4c724023ddf0871c8.tar.gz |
Get the manual section number for kldstat(8) right. Comment change only.
Pointed out by: yar
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debugscripts/gdbinit.kernel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debugscripts/gdbinit.kernel b/tools/debugscripts/gdbinit.kernel index f0db297..51f4413 100644 --- a/tools/debugscripts/gdbinit.kernel +++ b/tools/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. |