From 652065e01dfe0ea6574e741b0675e98165c621d4 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Fri, 6 Jun 2003 09:36:40 +0000 Subject: Correct the man section number in references to kldstat(8). --- sys/debugscripts/gdbinit.kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/debugscripts/gdbinit.kernel') 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. -- cgit v1.3