From fd23735366fec840b73f19cde5bd6e9263de1060 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sat, 7 Jun 2003 01:17:04 +0000 Subject: Get the manual section number for kldstat(8) right. Comment change only. Pointed out by: yar --- tools/debugscripts/gdbinit.kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/debugscripts/gdbinit.kernel') 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. -- cgit v1.3