summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
diff options
context:
space:
mode:
authorKarel Zak2011-07-14 12:48:07 +0200
committerKarel Zak2011-07-14 12:48:07 +0200
commit0e24df3b10e156b3f05c4bc04d6e2ace17faff38 (patch)
tree2c83ec1b14ec5bb8ea61e56dc30af661dc373349 /sys-utils/dmesg.1
parentdmesg: add --decode to print readable facility and level (diff)
downloadkernel-qcow2-util-linux-0e24df3b10e156b3f05c4bc04d6e2ace17faff38.tar.gz
kernel-qcow2-util-linux-0e24df3b10e156b3f05c4bc04d6e2ace17faff38.tar.xz
kernel-qcow2-util-linux-0e24df3b10e156b3f05c4bc04d6e2ace17faff38.zip
dmesg: add --facility option
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.1')
-rw-r--r--sys-utils/dmesg.18
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index cd8f9cfe0..0628232e2 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -36,6 +36,14 @@ Clear the ring buffer contents after printing.
Disable printing messages to the console.
.IP "\fB\-e, \-\-console-on\fP"
Enable printing messages to the console.
+.IP "\fB\-f, \-\-facility \fIlist\fP"
+Restrict output to defined (comma separated) list of facilities. For exmaple
+.sp
+ dmesg --facility=daemon
+.sp
+will print messages from system daemons only.
+.IP "\fB\-x, \-\-decode\fP"
+Decode facility and level (priority) number to human readable prefixes.
.IP "\fB\-h, \-\-help\fP"
Print a help text and exit.
.IP "\fB\-l, \-\-level \fIlist\fP"