2
0
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:
Frodo Looijaard
1999-04-14 21:06:31 +00:00
parent 51f328e727
commit 174f451f7a
5 changed files with 7 additions and 9 deletions

2
TODO
View File

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

View File

@@ -12,7 +12,7 @@ Supported chips:
Author: Frodo Looijaard <frodol@dds.nl>
Insmod Parameters
Module Parameters
-----------------
* force: short array (min = 1, max = 48)

View File

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

View File

@@ -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) {

View File

@@ -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|";