1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Description: Fixed a couple of typos in mbmon manpage.
Author: Alberto Gonzalez Iniesta <agi@inittab.org>
Last-Update: 2015-08-11
Index: xmbmon-2.05/mbmon.1
===================================================================
--- xmbmon-2.05.orig/mbmon.1
+++ xmbmon-2.05/mbmon.1
@@ -39,8 +39,8 @@ exist for PC-UNIX and the X Windows Syst
.PP
\fBmbmon\fR used at the command line reports the temperatures,
voltages and rpm (rounds per minute) of cooling fans. It can also be used
-.B remotly
-via telnet, thanks to the "-P" option.
+.B remotely
+via telnet, thanks to the "\-P" option.
.SH OPTIONS
.TP
@@ -54,7 +54,7 @@ Access method (using "VIA686 HWM directl
Debug mode (any other options except (V|S|I) will be ignored).
.TP
.B \-e [0-2]
-set extra temperature sensor to temp. Need -A.
+set extra temperature sensor to temp. Need \-A.
.TP
.B \-p chip
For probing chips. chip=winbond|wl784|via686|it87|gl52|lm85|lm80|lm90|lm75
@@ -102,13 +102,13 @@ Print present time.
print hostname (long|short style).
.TP
.B \-i
-Print integers in the summary (with -T option).
+Print integers in the summary (with \-T option).
-.SH EXEMPLES
-mbmon -P 11000; telnet localhost 11000; sudo killall mbmon
+.SH EXAMPLES
+mbmon \-P 11000; telnet localhost 11000; sudo killall mbmon
.br
-mbmon -c1
+mbmon \-c1
.br
mbmon 1 (yeah, real time baby !)
Index: xmbmon-2.05/xmbmon.1x
===================================================================
--- xmbmon-2.05.orig/xmbmon.1x
+++ xmbmon-2.05/xmbmon.1x
@@ -100,7 +100,7 @@ For Tyan Tiger MP motherboard.
To show debug information.
.SH EXEMPLE
-xmbmon -tmin 25 -tmax 60 -vmin 1.65 -vmax 1.75
+xmbmon \-tmin 25 \-tmax 60 \-vmin 1.65 \-vmax 1.75
.SH SEE ALSO
.B mbmon(1).
|