From 44ab674c71ede5f5d53bf4b4c724023ddf0871c8 Mon Sep 17 00:00:00 2001 From: grog 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') 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. -- cgit v1.1