diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-03 09:24:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-23 10:35:21 +0200 |
| commit | a3fc6130b5cfdb04c4e355db9e14f86c5a1e2335 (patch) | |
| tree | 8e7c772d1020f37f3add99f87d75dd10c9cf33fe | |
| parent | 7f8d4d31713eb18f0457549190edac7c160984e9 (diff) | |
| download | man-pages-a3fc6130b5cfdb04c4e355db9e14f86c5a1e2335.tar.gz | |
proc.5: Rewrite /proc/sys/kernel/printk description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/proc.5 | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index e347d82450..87936b4a6a 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3245,30 +3245,33 @@ powersaving, otherwise the "doze" mode will be used. .TP .I /proc/sys/kernel/printk -The four values in this file are -.IR console_loglevel , -.IR default_message_loglevel , -.IR minimum_console_loglevel , -and -.IR default_console_loglevel . -These values influence +This writable file contains four integer values that influence kernel .I printk() behavior when printing or logging error messages. -See -.BR syslog (2) -for more info on the different loglevels. -Messages with a higher priority than +The four values are: +.RS +.TP .I console_loglevel -will be printed to the console. -Messages without an explicit priority will be printed with priority -.IR default_message_loglevel . +Messages with a priority higher than this value will printed to the console. +.TP +.I default_message_loglevel +This value will be used as the priority for +.IR printk() +messages that do not have an explicit priority. +.TP .I minimum_console_loglevel -is the minimum (highest) value to which +The value in this field is the minimum (highest) value to which .I console_loglevel can be set. +.TP .I default_console_loglevel -is the default value for +This is the default value for .IR console_loglevel . +.RE +.IP +See +.BR syslog (2) +for more information on the different loglevels. .TP .IR /proc/sys/kernel/pty " (since Linux 2.6.4)" This directory contains two files relating to the number of UNIX 98 |
