From 144f12959c7f0f62adc9dcb2794b09b1b58ebc6e Mon Sep 17 00:00:00 2001 From: Jean-Philippe ROMAIN Date: Mon, 17 Dec 2018 09:30:54 +0100 Subject: 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 --- sys-utils/dmesg.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/dmesg.1') diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1 index adf5214b4..a93821aea 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 , -- cgit v1.2.3-55-g7522