From: Jean-Philippe ROMAIN Date: Mon, 17 Dec 2018 08:30:54 +0000 (+0100) Subject: dmesg: correct "-n, --console-level level" example in manual page X-Git-Tag: v2.34-rc1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144f12959c7f0f62adc9dcb2794b09b1b58ebc6e;p=thirdparty%2Futil-linux.git dmesg: correct "-n, --console-level level" example in manual page When providing an abbreviation of the level name with the option "-n, --console-level level", it corresponds to the level (included) up to which messages are displayed on the console. If a level number is given, this level is excluded. So in the given example, "-n 1" is equivalent to "-n emerg". Signed-off-by: Jean-Philippe Romain --- diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1 index adf5214b45..a93821aeae 100644 --- a/sys-utils/dmesg.1 +++ b/sys-utils/dmesg.1 @@ -100,7 +100,7 @@ output. For example, .B \-n 1 or -.B \-n alert +.B \-n emerg prevents all messages, except emergency (panic) messages, from appearing on the console. All levels of messages are still written to .IR /proc/kmsg ,