aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPA4WDH2024-09-01 16:53:34 +0200
committerPA4WDH2024-09-01 16:53:34 +0200
commit068131d1977c6e95f65325be268205fa8e3a4d40 (patch)
treeb9df7c2defa7b05e79f1cdd8253de2509ff977c7
parentInclude GPL version 3 license and copyright notices (diff)
downloadcputemp2maxfreq-068131d1977c6e95f65325be268205fa8e3a4d40.tar.gz
cputemp2maxfreq-068131d1977c6e95f65325be268205fa8e3a4d40.tar.bz2
cputemp2maxfreq-068131d1977c6e95f65325be268205fa8e3a4d40.zip
Update man page
-rw-r--r--cputemp2maxfreq.85
1 files changed, 5 insertions, 0 deletions
diff --git a/cputemp2maxfreq.8 b/cputemp2maxfreq.8
index 38b354c..9dd3cd5 100644
--- a/cputemp2maxfreq.8
+++ b/cputemp2maxfreq.8
@@ -102,6 +102,11 @@ Other options:
.RS 4
Display a help text with a short description of all the options.
.RE
+.sp
+\fB-v\fR
+.RS 4
+Display version and license information.
+.RE
.SH SELECTING THE RIGHT SENSOR
In most cases the sensor autodetection should deliver usable results. If it doesn't you can either select a sensor by it's name or by the full path to it's readout file (usually somewhere in \fBsysfs(5)\fR). Most sensors can be found under \fB/sys/class/hwmon\fR. For most sensors there is a file called \fBtemp\fIX\fB_label\fR which can be used for identification. If this is usable, selecting the sensor by it's name is preferred over selecting it by filename as the filename could change with system changes or reboots.
.sp