mirror of git://git.suckless.org/ubase
Add dmesg manpage and fix dmesg usage
This commit is contained in:
parent
9c706df62d
commit
11e8626fcd
|
@ -0,0 +1,18 @@
|
|||
.TH DMESG 1 ubase-VERSION
|
||||
.SH NAME
|
||||
\fBdmesg\fR - print or control the kernel ring buffer
|
||||
.SH SYNOPSIS
|
||||
\fBdmesg\fR [\fB-Ccr\fR] [\fB-n\fR \fIlevel\fR]
|
||||
.SH DESCRIPTION
|
||||
\fBdmesg\fR examines or controls the kernel ring buffer. By default
|
||||
it reads all the messages from the kernel ring buffer and prints them
|
||||
on stdout.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-C\fR Clear the ring buffer.
|
||||
.TP
|
||||
\fB-c\fR Clear the ring buffer after printing its contents.
|
||||
.TP
|
||||
\fB-n\fR Set the console \fIlevel\fR.
|
||||
.TP
|
||||
\fB-r\fR Print the raw message buffer.
|
Loading…
Reference in New Issue