From b2600d8c5eb636530b3b00ec1e843baebc26d122 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 26 Feb 2021 11:43:14 +0100 Subject: [PATCH] fix multiple typos in the manpages found by Debian's lintian tool --- src/thinkfan.1 | 2 +- src/thinkfan.conf.5 | 4 ++-- src/thinkfan.conf.legacy.5 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/thinkfan.1 b/src/thinkfan.1 index 14f5f3d..81a8e49 100644 --- a/src/thinkfan.1 +++ b/src/thinkfan.1 @@ -193,7 +193,7 @@ https://github.com/vmatare/thinkfan/tree/master/examples The Linux hwmon user interface documentation: https://www.kernel.org/doc/html/latest/hwmon/sysfs\-interface.html -The thinkpad_acpi interface documenation: +The thinkpad_acpi interface documentation: https://www.kernel.org/doc/html/latest/admin\-guide/laptops/thinkpad\-acpi.html diff --git a/src/thinkfan.conf.5 b/src/thinkfan.conf.5 index ce2773d..5eb5b23 100644 --- a/src/thinkfan.conf.5 +++ b/src/thinkfan.conf.5 @@ -157,7 +157,7 @@ In this case, the \*(lq\c .BI indices: " index-list"\c \*(rq and \*(lq\c .BI name: " hwmon-name"\c -\*(rq entries are unncessary since the path uniquely identifies a specific fan or +\*(rq entries are unnecessary since the path uniquely identifies a specific fan or sensor. Note that this method may lead to problems when the load order of the drivers @@ -407,7 +407,7 @@ https://github.com/vmatare/thinkfan/tree/master/examples The Linux hwmon user interface documentation: https://www.kernel.org/doc/html/latest/hwmon/sysfs\-interface.html -The thinkpad_acpi interface documenation: +The thinkpad_acpi interface documentation: https://www.kernel.org/doc/html/latest/admin\-guide/laptops/thinkpad\-acpi.html diff --git a/src/thinkfan.conf.legacy.5 b/src/thinkfan.conf.legacy.5 index b718d06..17682ec 100644 --- a/src/thinkfan.conf.legacy.5 +++ b/src/thinkfan.conf.legacy.5 @@ -11,7 +11,7 @@ A fan level associates a certain fan speed to a lower and an upper temperature bound. If the temperature reaches the upper bound, we switch to the next fan level, and if it drops below the lower bound, we switch to the previous fan level. -Temperature bounds can either be a single tempature (\fIsimple mode\fR) or +Temperature bounds can either be a single temperature (\fIsimple mode\fR) or consist of multiple temperatures (\fIcomplex mode\fR). In simple mode, only the highest of all known temperature is compared to the upper & lower bound.