Add dmesg manpage and fix dmesg usage
This commit is contained in:
parent
9c706df62d
commit
11e8626fcd
18
dmesg.1
Normal file
18
dmesg.1
Normal file
@ -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.
|
2
dmesg.c
2
dmesg.c
@ -18,7 +18,7 @@ enum {
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("usage: [-Ccnr] %s\n", argv0);
|
||||
eprintf("usage: [-Ccr] [-n level] %s\n", argv0);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user