1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Add macro 'msgbuf' for printing out msgbuf.

This commit is contained in:
Greg Lehey 1999-10-13 03:14:54 +00:00
parent 87674bdf2a
commit 07ffdb5e1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52179

View File

@ -637,3 +637,9 @@ end
document kldstat
Equivalent of the kldstat(9) command, without options.
end
define msgbuf
printf "%s", msgbufp->msg_ptr
end
document msgbuf
Print the system message buffer (dmesg). This can take a long time due to the time it takes to transmit the data across a serial line.
end