[Pkg-wmaker-commits] [wmfire] 36/61: debian/patches: (fix_manpage.patch) Escape hyphens.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:39:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfire.

commit 286c9ae21843463f5beb263b64cef892502ac15b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Jan 15 06:58:27 2015 -0600

    debian/patches: (fix_manpage.patch) Escape hyphens.
---
 debian/patches/fix_manpage.patch | 127 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series            |   1 +
 2 files changed, 128 insertions(+)

diff --git a/debian/patches/fix_manpage.patch b/debian/patches/fix_manpage.patch
new file mode 100644
index 0000000..60dd715
--- /dev/null
+++ b/debian/patches/fix_manpage.patch
@@ -0,0 +1,127 @@
+Description: Fix manpage.
+ In particular, escape hyphens to silence hyphen-used-as-minus-sign warning.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-01-15
+
+--- a/wmfire.1
++++ b/wmfire.1
+@@ -8,22 +8,22 @@
+ 
+ .SH SYNOPSIS
+ .B wmfire
+-[-b]
+-[-c CPU]
+-[-f COLOUR]
+-[-F FILE]
+-[-g GEOMETRY]
+-[-h]
+-[-H MAX]
+-[-i INTERFACE]
+-[-l]
+-[-L MIN]
+-[-m]
+-[-n]
+-[-p]
+-[-s SPEED]
+-[-x]
+-[-y]
++[\-b]
++[\-c CPU]
++[\-f COLOUR]
++[\-F FILE]
++[\-g GEOMETRY]
++[\-h]
++[\-H MAX]
++[\-i INTERFACE]
++[\-l]
++[\-L MIN]
++[\-m]
++[\-n]
++[\-p]
++[\-s SPEED]
++[\-x]
++[\-y]
+ 
+ .SH "DESCRIPTION"
+ .PP
+@@ -54,63 +54,63 @@
+ 
+ .SH OPTIONS
+ .TP
+-.B -b
++.B \-b
+ Activate broken window manager fix (if grey box diplayed)
+ .TP
+-.B -c [0..3]
++.B \-c [0..3]
+ .br
+ Monitor SMP CPU number X
+ .TP
+-.B -f [1..4]
++.B \-f [1..4]
+ Change flame colour
+ .br
+ (1:Natural 2:Coronal 3:Blue 4:Green)
+ .TP
+-.B -F [...]
++.B \-F [...]
+ Monitor file
+ .TP
+-.B -g [{+-}X{+-}Y]
++.B \-g [{+-}X{+-}Y]
+ Set initial window position
+ .TP
+-.B -h
++.B \-h
+ Show help
+ .TP
+-.B -H [...]
++.B \-H [...]
+ Set maximum (high) value for file monitoring
+ .TP
+-.B -i [...]
++.B \-i [...]
+ Change the network interface
+ .br
+ (Default is "ppp0")
+ .TP
+-.B -l
++.B \-l
+ Lock flame colour and monitor
+ .TP
+-.B -L [...]
++.B \-L [...]
+ Set minimum (low) value for file monitoring
+ .TP
+-.B -m
++.B \-m
+ Monitor the memory load
+ .TP
+-.B -n
++.B \-n
+ Monitor the network traffic
+ .TP 
+-.B -p
++.B \-p
+ Fire effect only (no monitoring)
+ .TP
+-.B -s [...][K|M]
++.B \-s [...][K|M]
+ Change the network speed - kilobytes or megabytes
+ .br
+ (Automatic preset values for interfaces: ppp=56K eth=100M)
+ .TP
+-.B -x
++.B \-x
+ Exclude nice'd CPU load
+ .TP
+-.B -y
++.B \-y
+ Set window sticky for window managers which do not support dock apps
+ 
+ .SH "EXAMPLES"
+-.B wmfire -F /tmp/file -L 40 -H 60 -i eth2 -s 1000M
++.B wmfire \-F /tmp/file \-L 40 \-H 60 \-i eth2 \-s 1000M
+ 
+ .SH "NOTES"
+ The file monitoring will only read the first value in a file. For complex
diff --git a/debian/patches/series b/debian/patches/series
index 85b2379..ae259b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 rename_configure.patch
+fix_manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfire.git



More information about the Pkg-wmaker-commits mailing list