diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-06-07 01:17:04 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-06-07 01:17:04 +0000 |
| commit | fd23735366fec840b73f19cde5bd6e9263de1060 (patch) | |
| tree | 3e32582c1fb4b258c2d7a71fa46806348dde5b49 /tools/debugscripts | |
| parent | b38d4c0188e0a2c157c2f408ae913a86044847b0 (diff) | |
Get the manual section number for kldstat(8) right. Comment change only.
Pointed out by: yar
Diffstat (limited to 'tools/debugscripts')
| -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 f0db297b11b0..51f44130cac1 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. |
