Correct the man section number in references to kldstat(8).

This commit is contained in:
Yaroslav Tykhiy 2003-06-06 09:36:40 +00:00
parent 6d570e6413
commit 652065e01d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115893

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.