summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
diff options
context:
space:
mode:
authorKarel Zak2013-03-18 14:05:24 +0100
committerKarel Zak2013-03-18 14:05:24 +0100
commitaa192520d3c4cddc69fe4bad7f635d520c193f36 (patch)
tree5373f132273bc3dd83518f00020377ff4153e65f /sys-utils/dmesg.1
parentdmesg: add --human (diff)
downloadkernel-qcow2-util-linux-aa192520d3c4cddc69fe4bad7f635d520c193f36.tar.gz
kernel-qcow2-util-linux-aa192520d3c4cddc69fe4bad7f635d520c193f36.tar.xz
kernel-qcow2-util-linux-aa192520d3c4cddc69fe4bad7f635d520c193f36.zip
dmesg: use $PAGER for --human output, add --nopager
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.1')
-rw-r--r--sys-utils/dmesg.15
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index b9bdf406e..f2dcc1c24 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -57,7 +57,8 @@ see
.B dmesg \-\-help
output.
.IP "\fB\-H\fR, \fB\-\-human\fR"
-Enable human readable output.
+Enable human readable output. See also \fB\-\-color\fR, \fB\-\-reltime\fR
+and \fB\-\-nopager\fR.
.IP "\fB\-h\fR, \fB\-\-help\fR"
Print a help text and exit.
.IP "\fB\-k\fR, \fB\-\-kernel\fR"
@@ -102,6 +103,8 @@ option is used,
will
.I not
print or clear the kernel ring buffer.
+.IP "\fB\-P\fR, \fB\-\-nopager\fR"
+Do not pipe output into a pager, the pager is enabled for \fB\-\-human\fR output.
.IP "\fB\-r\fR, \fB\-\-raw\fR"
Print the raw message buffer, i.e., do not strip the log level prefixes.