mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-03 15:55:15 +00:00
Drop the CONFORMING TO sections from the man pages. lm-sensors is in no way
an official standard so it doesn't make much sense. Instead, use the 4th field of .TH to mention that these tools are part of lm-sensors. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4699 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -25,6 +25,7 @@ SVN HEAD
|
||||
Drop support for dashes in chip names
|
||||
Add support for devices on SPI adapters
|
||||
Makefile: Drop the package and version targets
|
||||
Man pages: Drop "conforming to" sections
|
||||
Man page sensors.conf.5: Update the chip statement section
|
||||
Programs doc/*: Delete, obsolete
|
||||
Programs i2cdump, i2cget, i2cset: Do not force the slave address by default
|
||||
|
@@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" References consulted:
|
||||
.\" libsensors source code
|
||||
.TH libsensors 3 "June 2007" "" "Linux Programmer's Manual"
|
||||
.TH libsensors 3 "June 2007" "lm-sensors 3" "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
libsensors \- publicly accessible functions provided by the sensors library
|
||||
.SH SYNOPSIS
|
||||
@@ -139,9 +139,6 @@ will corrupt internal data structures.
|
||||
.br
|
||||
A string representing the version of libsensors.
|
||||
|
||||
|
||||
.SH "CONFORMING TO"
|
||||
lm_sensors-2.x
|
||||
.SH SEE ALSO
|
||||
sensors.conf(5)
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
.\"
|
||||
.\" References consulted:
|
||||
.\" sensors.conf.eg by Frodo Looijaard
|
||||
.TH sensors.conf 5 "June 2007" "" "Linux Programmer's Manual"
|
||||
.TH sensors.conf 5 "June 2007" "lm-sensors 3" "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
sensors.conf \- libsensors configuration file
|
||||
|
||||
@@ -398,8 +398,6 @@ the feature is in the same class as the feature the statement contains,
|
||||
and there is anywhere else a statement for this specific class member,
|
||||
that one takes always precedence.
|
||||
|
||||
.SH "CONFORMING TO"
|
||||
lm_sensors-2.x
|
||||
.SH SEE ALSO
|
||||
libsensors(3)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.TH SENSORS-DETECT 8 "March 2004"
|
||||
.TH SENSORS-DETECT 8 "March 2004" "lm-sensors 3"
|
||||
.SH NAME
|
||||
sensors-detect \- detect hardware monitoring chips
|
||||
|
||||
@@ -11,9 +11,6 @@ process of scanning your system for various hardware monitoring chips,
|
||||
or sensors, supported by libsensors(3), or more generally by the lm_sensors
|
||||
tool suite.
|
||||
|
||||
.SH CONFORMING TO
|
||||
lm_sensors-2.x
|
||||
|
||||
.SH SEE ALSO
|
||||
sensors(1), libsensors(3), i2cdetect(8)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.TH FANCONTROL 8 "June 2007"
|
||||
.TH FANCONTROL 8 "June 2007" "lm-sensors 3"
|
||||
.SH NAME
|
||||
fancontrol \- automated software based fan speed regulation
|
||||
|
||||
@@ -102,9 +102,6 @@ new values are written to the PWM outputs. Currently the speed increases
|
||||
quadratically with rising temperature. This way you won't hear your fans most
|
||||
of the time at best.
|
||||
|
||||
.SH CONFORMING TO
|
||||
lm_sensors-2.x
|
||||
|
||||
.SH SEE ALSO
|
||||
pwmconfig(8), sensors(1).
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.TH PWMCONFIG 8 "January 27, 2005"
|
||||
.TH PWMCONFIG 8 "January 27, 2005" "lm-sensors 3"
|
||||
.SH NAME
|
||||
pwmconfig \- tests the PWM outputs of sensors and configures fancontrol
|
||||
|
||||
@@ -22,9 +22,6 @@ This program will stop your fans, one at a time, for approximately 5 seconds eac
|
||||
This may cause your processor temperature to rise. Verify that all fans are running
|
||||
at normal speed after this program has exited.
|
||||
|
||||
.SH CONFORMING TO
|
||||
lm_sensors-2.x
|
||||
|
||||
.SH SEE ALSO
|
||||
fancontrol(8), sensors(1).
|
||||
|
||||
|
@@ -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 sensord 8 "October 23, 2002" "Version 0.6.3" "Linux System Administration"
|
||||
.TH sensord 8 "October 23, 2002" "lm-sensors 3" "Linux System Administration"
|
||||
.SH NAME
|
||||
sensord \- Sensor information logging daemon.
|
||||
.SH SYNOPSIS
|
||||
@@ -407,8 +407,7 @@ configuration file. See
|
||||
.BR syslog.conf (5)
|
||||
for further details.
|
||||
.RE
|
||||
.SH "CONFORMING TO"
|
||||
lm_sensors-2.x
|
||||
|
||||
.SH SEE ALSO
|
||||
sensors.conf(5)
|
||||
.SH AUTHORS
|
||||
|
@@ -22,7 +22,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 "August 2007" "" "Linux User's Manual"
|
||||
.TH sensors 1 "August 2007" "lm-sensors 3" "Linux User's Manual"
|
||||
.SH NAME
|
||||
sensors \- print sensors information
|
||||
.SH SYNOPSIS
|
||||
@@ -71,8 +71,7 @@ The system wide configuration file. See
|
||||
.BR sensors.conf (5)
|
||||
for further details.
|
||||
.RE
|
||||
.SH "CONFORMING TO"
|
||||
lm_sensors-2.x
|
||||
|
||||
.SH SEE ALSO
|
||||
sensors.conf(5)
|
||||
|
||||
|
Reference in New Issue
Block a user