2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

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
This commit is contained in:
Jean Delvare 2008-09-26 08:44:25 +00:00
parent 118a102198
commit 1d13df0109

View File

@ -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
# -----------