From 1d13df010916565a03a156b0433e339e5ce1d74d Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 26 Sep 2008 08:44:25 +0000 Subject: [PATCH] Drop stray reference to temp3_over in comment. Drop stray reference to lib/chips.c in comment. Drop outdated comment about feature names starting with a number. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5339 7894878c-1315-0410-8ee3-d5d059ff63e0 --- etc/sensors.conf.eg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index 862e4ece..102ad7f7 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -49,16 +49,12 @@ # FEATURE NAMES # ------------- # Feature names are used in 'label', 'compute', 'set', and 'ignore' lines. -# Example feature names are 'in0', 'temp2', 'in3_min', and 'temp3_over'. -# These features are defined for each chip in lib/chips.c. +# Example feature names are 'in0', 'temp2', 'in3_min', and 'temp3_max'. # # Undefined features will be silently ignored in 'label' and 'compute' lines. # Undefined features in 'set' lines will result in 'Unknown feature name' # when running 'sensors -s'. # -# Unfortunately, feature names starting with a number must be in -# double quotes or you get "parse error, expecting 'NAME'". -# # # LABEL LINES # -----------