.SH "EXAMPLES"
-A typical way of starting breezed is
+If a configuration file exists, the standard way to start breezed is
+to run it without arguments.
-breezed --thermal-files /proc/acpi/thermal_zone/THM0/temperature,/proc/acpi/thermal_zone/THM1/temperature \
+Starting it with all the arguments on the commande line can be done
+for instance with
+
+breezed --no-configuration-file \
+ --thermal-files /proc/acpi/thermal_zone/THM0/temperature,/proc/acpi/thermal_zone/THM1/temperature \
--fan-file /proc/acpi/ibm/fan \
--temperature-thresholds 52,54,56,58,60,62,64
which specifies that when the temperature raises above 52C, the fan
level should be 1, when the temperature raises above 54C it should be
-2, etc. The maximum speed level 7 should be chosen for temperature
-above 64C. Due to the two degrees gap between the thresholds to
-increase and thresholds to decrease the temperature, it will for
-instance remains at speed 1 until the temperature goes down to 50C.
+2, etc. The maximum speed level 7 should be chosen for temperatures
+above 64C.
+
+Due to the two degrees gap between the thresholds to increase and the
+thresholds to decrease the temperature, it will for instance remains
+at speed 1 until the temperature goes down to 50C.
Because it takes into account all the values found in the thermal
files, you can use as well /proc/acpi/thermal_zone/THM?/temperature or
.SH "AUTHOR"
.PP
-Written by Francois Fleuret <francois@fleurer.org>. Permission is
+Written by Francois Fleuret <francois@fleuret.org>. Permission is
granted to copy, distribute and/or modify this document under the
terms of the GNU GPL.