Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: default_message_level is a typo

It's default_message_loglevel, not default_message_level.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
87889e15 25a64ec1

+1 -1
+1 -1
Documentation/sysctl/kernel.txt
··· 367 367 368 368 - console_loglevel: messages with a higher priority than 369 369 this will be printed to the console 370 - - default_message_level: messages without an explicit priority 370 + - default_message_loglevel: messages without an explicit priority 371 371 will be printed with this priority 372 372 - minimum_console_loglevel: minimum (highest) value to which 373 373 console_loglevel can be set