Get the manual section number for kldstat(8) right. Comment change only.

Pointed out by:	yar
This commit is contained in:
grog 2003-06-07 01:17:04 +00:00
parent 01c6323d54
commit 44ab674c71

View File

@ -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.