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

Pointed out by:	yar
This commit is contained in:
Greg Lehey 2003-06-07 01:17:04 +00:00
parent b38d4c0188
commit fd23735366
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115929

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.