Changeset 5535 for lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.conf.5
- Timestamp:
- 12/07/08 14:17:54 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.conf.5
r5534 r5535 11 11 .\" entire resulting derived work is distributed under the terms of a 12 12 .\" permission notice identical to this one. 13 .\" 13 .\" 14 14 .\" Since the Linux kernel and libraries are constantly changing, this 15 15 .\" manual page may be incorrect or out-of-date. The author(s) assume no 16 16 .\" responsibility for errors or omissions, or for damages resulting from 17 17 .\" the use of the information contained herein. 18 .\" 18 .\" 19 19 .\" Formatted or processed versions of this manual, if unaccompanied by 20 20 .\" the source, must acknowledge the copyright and authors of this work. … … 90 90 or 91 91 .I i2c-N 92 with 92 with 93 93 .I N 94 being a bus number as binded with a 94 being a bus number as binded with a 95 95 .I bus 96 96 statement. This list isn't necessarily exhaustive as support for other … … 137 137 .SS IGNORE STATEMENT 138 138 139 An 139 An 140 140 .I ignore 141 141 statement is a hint that a specific feature should be ignored - probably … … 153 153 .SS COMPUTE STATEMENT 154 154 155 A 155 A 156 156 .I compute 157 157 statement describes how a feature's raw value should be translated to a … … 199 199 200 200 If at any moment a translation between a raw and a real\-world value is 201 called for, but no 201 called for, but no 202 202 .I compute 203 203 statement applies, a one\-on\-one translation is used instead. … … 223 223 224 224 The first argument is the feature name. The second argument is an expression 225 which determines the written value. If there is an applying 225 which determines the written value. If there is an applying 226 226 .I compute 227 227 statement, this value is fed to its third argument to translate it to a 228 raw value. 228 raw value. 229 229 230 230 You may use the name of sub\-features in these expressions; current readings … … 242 242 A 243 243 .I bus 244 statement binds the description of an I2C or SMBus adapter to a bus number. 244 statement binds the description of an I2C or SMBus adapter to a bus number. 245 245 This makes it possible to refer to an adapter in the configuration file, 246 246 independent of the actual correspondence of bus numbers and actual … … 436 436 .SH SYNTAX 437 437 Comments are introduced by hash marks. A comment continues to the end of the 438 line. Empty lines, and lines containing only whitespace or comments are 438 line. Empty lines, and lines containing only whitespace or comments are 439 439 ignored. Other lines have one of the below forms. There must be whitespace 440 440 between each element, but the amount of whitespace is unimportant. A line … … 446 446 447 447 .RS 448 bus 448 bus 449 449 .B NAME NAME NAME 450 450 .sp 0 451 chip 451 chip 452 452 .B NAME\-LIST 453 453 .sp 0 454 label 454 label 455 455 .B NAME NAME 456 456 .sp 0 457 compute 458 .B NAME EXPR 459 , 457 compute 458 .B NAME EXPR 459 , 460 460 .B EXPR 461 461 .sp 0 … … 463 463 .B NAME 464 464 .sp 0 465 set 465 set 466 466 .B NAME EXPR 467 467 .RE … … 490 490 @ 491 491 .sp 0 492 .B EXPR 492 .B EXPR 493 493 + 494 494 .B EXPR 495 495 .sp 0 496 .B EXPR 497 \- 498 .B EXPR 499 .sp 0 500 .B EXPR 501 * 502 .B EXPR 503 .sp 0 504 .B EXPR 505 / 506 .B EXPR 507 .sp 0 508 \- 496 .B EXPR 497 \- 498 .B EXPR 499 .sp 0 500 .B EXPR 501 * 502 .B EXPR 503 .sp 0 504 .B EXPR 505 / 506 .B EXPR 507 .sp 0 508 \- 509 509 .B EXPR 510 510 .sp 0 … … 512 512 .B EXPR 513 513 .sp 0 514 ` 515 .B EXPR 516 .sp 0 517 ( 518 .B EXPR 514 ` 515 .B EXPR 516 .sp 0 517 ( 518 .B EXPR 519 519 ) 520 520 .RE
