Index: /lm-sensors/trunk/prog/sensord/sensord.8
===================================================================
--- /lm-sensors/trunk/prog/sensord/sensord.8	(revision 4990)
+++ /lm-sensors/trunk/prog/sensord/sensord.8	(revision 5737)
@@ -92,12 +92,11 @@
 facility to use when logging sensor readings and alarms; the default is
 to use
-.IR local4 .
-
-Other possibile facilities include
+.IR daemon .
+
+Other possible facilities include
 .IR local0
 through
 .IR local7 ,
-.IR daemon
-or
+and
 .IR user .
 .IP "-g, --rrd-cgi directory"
@@ -141,5 +140,5 @@
 .BR syslog (3)
 under the program name `sensord' and facility
-.IR local4 ,
+.IR daemon ,
 or whatever is specified on the command line.
 
@@ -156,5 +155,6 @@
 file to direct these messages in a useful manner. See
 .BR syslog.conf (5)
-for full details, however the following is a sample configuration:
+for full details. Assuming you set the logging facility to local4,
+the following is a sample configuration:
 .IP
 .nf
Index: /lm-sensors/trunk/prog/sensord/args.c
===================================================================
--- /lm-sensors/trunk/prog/sensord/args.c	(revision 5721)
+++ /lm-sensors/trunk/prog/sensord/args.c	(revision 5737)
@@ -38,5 +38,5 @@
  	.logTime = 30 * 60,
  	.rrdTime = 5 * 60,
- 	.syslogFacility = LOG_LOCAL4,
+ 	.syslogFacility = LOG_DAEMON,
 };
 
Index: /lm-sensors/trunk/CHANGES
===================================================================
--- /lm-sensors/trunk/CHANGES	(revision 5735)
+++ /lm-sensors/trunk/CHANGES	(revision 5737)
@@ -16,4 +16,5 @@
            Don't use the system log when generating a CGI script
            Disable unit scaling for fan speeds
+           Use daemon logging facility instead of local4 by default
   sensors-detect: Add nNidia nForce MCP78S SMBus detection
                   Display Super-I/O address even if LD is disabled
