summaryrefslogtreecommitdiff
path: root/debian/patches/10_syslog_klog_doc.patch
blob: ea93ed81b71a73422399d78c8d49cf3e887c6b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: b/src/syslogd.8
===================================================================
--- a/src/syslogd.8
+++ b/src/syslogd.8
@@ -116,9 +116,12 @@ domain socket
 .Pa /dev/log ,
 from an Internet domain socket specified in
 .Pa /etc/services ,
-and from the special device
+and from the one of the special devices
 .Pa /dev/klog
-(to read kernel messages).
+or
+.Pa /proc/kmsg
+depending on the system (to read kernel messages). In a GNU/Linux system
+it will not parse the System.map and use it to annotate the kernel messages.
 .Pp
 .Nm Syslogd
 creates the file
@@ -148,7 +151,7 @@ The process id of current
 Name of the
 .Tn UNIX
 domain datagram log socket.
-.It Pa /dev/klog
+.It Pa /dev/klog, /proc/kmsg
 The kernel log device.
 .El
 .Sh SEE ALSO