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:
parent
87674bdf2a
commit
07ffdb5e1d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user