Changeset 331
- Timestamp:
- 03/22/99 01:40:40 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r324 r331 1 1 Many, many things. Most notably: 2 2 3 * Fix /proc permissions to 0444 for read-only files. 3 4 * Sensors program needs to print a + before lm75 temperatures 4 5 * Timer chips - block read problems? lm-sensors/trunk/prog/sensors/main.c
r327 r331 136 136 { "set", no_argument, NULL, 's' }, 137 137 { "version", no_argument, NULL, 'v'}, 138 { "config-file", required_argument, NULL, 'c' } 138 { "config-file", required_argument, NULL, 'c' }, 139 { 0,0,0,0 } 139 140 }; 140 141
