summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-03 13:41:07 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-23 10:35:21 +0200
commit31987bef1b2b9b384b4bd3ed7bdfc7276b9587ae (patch)
tree9c4e6684860aa0d302137e80aa7aa826b4d349fb
parent51c9e67e6b378894147d6acb4bcba4a7a46491bb (diff)
proc.5: Replace /proc/sys/kernel/printk discussion with reference to syslog(2)
It makes more sense to have the /proc/sys/kernel/printk with the related material in syslog(2). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.527
1 files changed, 1 insertions, 26 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 87936b4a6..bf68cdbd9 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3245,33 +3245,8 @@ powersaving,
otherwise the "doze" mode will be used.
.TP
.I /proc/sys/kernel/printk
-This writable file contains four integer values that influence kernel
-.I printk()
-behavior when printing or logging error messages.
-The four values are:
-.RS
-.TP
-.I console_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
-The value in this field is the minimum (highest) value to which
-.I console_loglevel
-can be set.
-.TP
-.I default_console_loglevel
-This is the default value for
-.IR console_loglevel .
-.RE
-.IP
See
-.BR syslog (2)
-for more information on the different loglevels.
+.BR syslog (2).
.TP
.IR /proc/sys/kernel/pty " (since Linux 2.6.4)"
This directory contains two files relating to the number of UNIX 98