summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
diff options
context:
space:
mode:
authorKarel Zak2011-07-18 11:28:15 +0200
committerKarel Zak2011-07-18 11:28:15 +0200
commit250001801107c4647c92f15210ba88a9f0fc272d (patch)
treeb2c0e749d1f169e7c45e66f76f70b0753e4ba9b5 /sys-utils/dmesg.1
parentlscpu: add support for books (diff)
downloadkernel-qcow2-util-linux-250001801107c4647c92f15210ba88a9f0fc272d.tar.gz
kernel-qcow2-util-linux-250001801107c4647c92f15210ba88a9f0fc272d.tar.xz
kernel-qcow2-util-linux-250001801107c4647c92f15210ba88a9f0fc272d.zip
dmesg: add -u and -k options
-u : print kernel messages -k : print userspace message The options could be mixed together or with --facility option too. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.1')
-rw-r--r--sys-utils/dmesg.14
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index cb0e71677..dd2536211 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -46,6 +46,8 @@ will print messages from system daemons only. For all supported facilities see
output.
.IP "\fB\-h, \-\-help\fP"
Print a help text and exit.
+.IP "\fB\-k, \-\-kernel\fP"
+Print kernel messages.
.IP "\fB\-l, \-\-level \fIlist\fP"
Restrict output to defined (comma separated) list of levels. For example
.sp
@@ -90,6 +92,8 @@ to query the kernel ring buffer. This is 16392 by default.
at first, 8192 since 1.3.54, 16384 since 2.1.113.)
If you have set the kernel buffer to be larger than the default
then this option can be used to view the entire buffer.
+.IP "\fB\-u, \-\-userspace\fP"
+Print userspace messages.
.IP "\fB\-V, \-\-version\fP"
Output version information and exit.
.IP "\fB\-x, \-\-decode\fP"