mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Final slight changes to the documentation generators.
lm75 and lm78 documentation files are now up-to-date. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@392 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
2
TODO
2
TODO
@@ -48,5 +48,3 @@ PROGRAMS
|
||||
|
||||
* Sensors program needs to print a + before lm75 temperatures
|
||||
* Sensors program needs to be extended for many new chips
|
||||
* prog/doc/doc-features.pl: slightly better layout, command-line parameters
|
||||
and sort features before printing them.
|
||||
|
@@ -12,7 +12,7 @@ Supported chips:
|
||||
Author: Frodo Looijaard <frodol@dds.nl>
|
||||
|
||||
|
||||
Insmod Parameters
|
||||
Module Parameters
|
||||
-----------------
|
||||
|
||||
* force: short array (min = 1, max = 48)
|
||||
|
@@ -20,7 +20,7 @@ Supported chips:
|
||||
Author: Frodo Looijaard <frodol@dds.nl>
|
||||
|
||||
|
||||
Insmod Parameters
|
||||
Module Parameters
|
||||
-----------------
|
||||
|
||||
* force: short array (min = 1, max = 48)
|
||||
@@ -108,8 +108,8 @@ The LM7* only updates its values each 1.5 seconds; reading it more often
|
||||
will do no harm, but will return 'old' values.
|
||||
|
||||
|
||||
Module Parameters
|
||||
-----------------
|
||||
Chip features
|
||||
-------------
|
||||
|
||||
Chip `lm78'
|
||||
LABEL LABEL CLASS COMPUTE CLASS ACCESS MAGNITUDE
|
||||
|
@@ -296,8 +296,8 @@ sub main {
|
||||
initialize;
|
||||
my ($base_dir,@prefixes) = scan_arguments @_;
|
||||
scan_all $base_dir;
|
||||
print "Module Parameters\n";
|
||||
print "-----------------\n\n";
|
||||
print "Chip Features\n";
|
||||
print "-------------\n\n";
|
||||
if (@prefixes) {
|
||||
foreach $prefix (@prefixes) {
|
||||
foreach $el (keys %features) {
|
||||
|
@@ -52,7 +52,7 @@ sub print_info
|
||||
my ($modname) = @_;
|
||||
my (@lines,$line,$option,$type,$desc);
|
||||
print "Author: ", `modinfo -a $modname`, "\n\n";
|
||||
print "Insmod Parameters\n";
|
||||
print "Module Parameters\n";
|
||||
print "-----------------\n";
|
||||
print "\n";
|
||||
open OPTIONS,"modinfo -p $modname|";
|
||||
|
Reference in New Issue
Block a user