aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 01:53:38 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 01:53:38 +0000
commit8f6b56b71ccee4eb800a5b1aa1edbbfb0a0cb6b4 (patch)
tree32acb5b1460eefd6eee18672b1f5a761fb34137e
parent06e29462fc4e7d6d8cde2f427be746801b4aa7d9 (diff)
downloadwavemon-8f6b56b71ccee4eb800a5b1aa1edbbfb0a0cb6b4.tar.gz
Update 02-fix-wavemonrc.5-man-errors.patchdebian/0.7.3-1
Add fix for hyphen-used-as-minus-sign linitan warning.
-rw-r--r--debian/patches/02-fix-wavemonrc.5-man-errors.patch37
1 files changed, 23 insertions, 14 deletions
diff --git a/debian/patches/02-fix-wavemonrc.5-man-errors.patch b/debian/patches/02-fix-wavemonrc.5-man-errors.patch
index 16ad534..5870446 100644
--- a/debian/patches/02-fix-wavemonrc.5-man-errors.patch
+++ b/debian/patches/02-fix-wavemonrc.5-man-errors.patch
@@ -2,11 +2,13 @@ From: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Tue, 21 Feb 2012 22:05:32 +0000
Subject: Fix wavemonrc.5 man errors
-Fixes upstream commit 45abbfeecccd90c8c83c38e642c147473a90c40a which causes
+a) Fixes upstream commit 45abbfeecccd90c8c83c38e642c147473a90c40a which causes
man compilation errors.
+b) Fixes lintian hyphen-used-as-minus-sign warning.
+
diff --git a/wavemonrc.5 b/wavemonrc.5
-index 67dea89..2d8a6ca 100644
+index 67dea89..4a6dd97 100644
--- a/wavemonrc.5
+++ b/wavemonrc.5
@@ -10,7 +10,7 @@ on-screen name is shown in parentheses.
@@ -72,25 +74,29 @@ index 67dea89..2d8a6ca 100644
.RS
Override the auto-scaling of the bar graphs and histogram, allowing you to set your own scales.
.P
-@@ -73,7 +73,7 @@ Override the auto-scaling of the bar graphs and histogram, allowing you to set y
+@@ -73,24 +73,24 @@ Override the auto-scaling of the bar graphs and histogram, allowing you to set y
.B min_signal_level, max_signal_level = <n>
.RS
.RE
-.R (Minimum signal level, Maximum signal level)
+(Minimum signal level, Maximum signal level)
.RS
- Set the left and right boundaries of the signal level scales. Ranges: -128..-60dBm (minimum) and -59..120dBm (maximum).
+-Set the left and right boundaries of the signal level scales. Ranges: -128..-60dBm (minimum) and -59..120dBm (maximum).
++Set the left and right boundaries of the signal level scales. Ranges: \-128..\-60dBm (minimum) and \-59..120dBm (maximum).
.P
-@@ -81,7 +81,7 @@ Set the left and right boundaries of the signal level scales. Ranges: -128..-60d
+ .RE
.B min_noise_level, max_noise_level = <n>
.RS
.RE
-.R (Minimum noise level, Maximum noise level)
+(Minimum noise level, Maximum noise level)
.RS
- These work similar to the signal boundary settings. Ranges: -128..-60dBm
- (minimum) and -60..120dBm (maximum).
-@@ -90,7 +90,7 @@ These work similar to the signal boundary settings. Ranges: -128..-60dBm
+-These work similar to the signal boundary settings. Ranges: -128..-60dBm
+-(minimum) and -60..120dBm (maximum).
++These work similar to the signal boundary settings. Ranges: \-128..\-60dBm
++(minimum) and \-60..120dBm (maximum).
+ .P
+ .RE
.B random = (on|off)
.RS
.RE
@@ -108,7 +114,7 @@ index 67dea89..2d8a6ca 100644
.RS
Issue a warning at a given threshold at the lower end of the signal
scale. It is meant for alarming you when a signal appears at the receiver.
-@@ -107,7 +107,7 @@ scale. It is meant for alarming you when a signal appears at the receiver.
+@@ -107,16 +107,16 @@ scale. It is meant for alarming you when a signal appears at the receiver.
.B lo_threshold = <n>
.RS
.RE
@@ -116,8 +122,10 @@ index 67dea89..2d8a6ca 100644
+(Low threshold)
.RS
Sets the threshold value for the 'Low threshold action'.
- Range: -120..-60dBm.
-@@ -116,7 +116,7 @@ Range: -120..-60dBm.
+-Range: -120..-60dBm.
++Range: \-120..\-60dBm.
+ .P
+ .RE
.B hi_threshold_action = (disabled|beep|flash|beep+flash)
.RS
.RE
@@ -126,16 +134,17 @@ index 67dea89..2d8a6ca 100644
.RS
Analogous to lo_threshold_action, only this time the threshold is at
the upper end of the scale and the action is performed when the signal level
-@@ -128,7 +128,7 @@ will tell you when you should move closer to the base station.
+@@ -128,15 +128,15 @@ will tell you when you should move closer to the base station.
.B hi_threshold = <n>
.RS
.RE
-.R (High threshold)
+(High threshold)
.RS
- Sets the threshold for the 'High threshold action'. Range: -59..120dBm.
+-Sets the threshold for the 'High threshold action'. Range: -59..120dBm.
++Sets the threshold for the 'High threshold action'. Range: \-59..120dBm.
.P
-@@ -136,7 +136,7 @@ Sets the threshold for the 'High threshold action'. Range: -59..120dBm.
+ .RE
.B startup_screen = (info|histogram|scan window)
.RS
.RE