2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

> People send us a lot of 'sensors' output and without the algo/adap

> info it would be a lot harder to diagnose things, or we would have to
> ask them to use -V, so I'd rather not take that info out by default.
> If you want to submit a -A patch (including a man page update) I'll
> apply it.
> thanks
> mds

Here is my patch.

Some additional notes:

This patch also fixes a bug with the --unknown command line switch,
which was waiting for an argument it doesn't actually need.

I suggest a change for the manual page, from "Linux Programmer's Manual"
to "Linux User's Manual" (My patch doesn't change this... This is only a
suggestion.)

As usual, I am open to any suggestion, comment...
Thanks.

--
Jean "Khali" Delvare
http://www.ensicaen.ismra.fr/~delvare/


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1400 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-06-22 03:32:55 +00:00
parent 7ff02877fc
commit 114dafae84
2 changed files with 15 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH sensors 1 "February 8, 1999" "" "Linux Programmer's Manual"
.TH sensors 1 "June 2, 2002" "" "Linux Programmer's Manual"
.SH NAME
sensors \- printing sensors information
.SH SYNOPSIS
@@ -59,6 +59,8 @@ Prints a help text
Evaluates all `set' statements in the configuration file. You must probably
be `root' to do this. If this parameter is not specified, no `set' statement
is evaluated.
.IP -A
Do not show adapter and algorithm for each chipset.
.IP -u
Treats all chips as unknown ones. Output will be of much lower quality;
this option is only added for testing purposes.