diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2003-06-06 09:36:40 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2003-06-06 09:36:40 +0000 |
| commit | 652065e01dfe0ea6574e741b0675e98165c621d4 (patch) | |
| tree | 7f732960211a23be3fa937572942923c17195486 /sys/debugscripts/gdbinit.kernel | |
| parent | 6d570e6413943b53942cd3850378e01e334d67ff (diff) | |
Notes
Diffstat (limited to 'sys/debugscripts/gdbinit.kernel')
| -rw-r--r-- | sys/debugscripts/gdbinit.kernel | 4 |
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. |
