summaryrefslogtreecommitdiff
path: root/debian/patches/32_man_minus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/32_man_minus.patch')
-rw-r--r--debian/patches/32_man_minus.patch84
1 files changed, 84 insertions, 0 deletions
diff --git a/debian/patches/32_man_minus.patch b/debian/patches/32_man_minus.patch
new file mode 100644
index 0000000..2cd1dc3
--- /dev/null
+++ b/debian/patches/32_man_minus.patch
@@ -0,0 +1,84 @@
+Escape minus signs in the man page properly.
+
+'-' must be escaped ('\-') to be interpreted as minus. If you really
+intend a hyphen, write it as '\(hy' to emphasise that fact. See
+groff(7) and especially groff_char(7) for details, and also the thread
+starting with
+http://lists.debian.org/debian-devel/2003/debian-devel-200303/msg01481
+
+
+
+--- jack-3.1.1+cvs20050801~/jack.man 2006-04-02 21:01:32.000000000 +0200
++++ jack-3.1.1+cvs20050801/jack.man 2006-04-02 21:11:02.000000000 +0200
+@@ -148,9 +148,9 @@
+ .TP
+ .B \-\-edit-freedb
+ open an editor to change the CDDB information which has been obtained
+-previously (only useful with -Q).
++previously (only useful with \-Q).
+ .TP
+-.B \-\-encoder-name, -E string
++.B \-\-encoder-name, \-E string
+ use which encoder (default "oggenc")
+ .TP
+ .B \-e, \-\-encoders int
+@@ -260,7 +260,7 @@
+ .\" rip (non-functional, sorry)
+ .TP
+ .B \-\-quality int
+-vbr encoding quality. -1 is lowest, 10 highest (default 6). You can also specify a float.
++vbr encoding quality. \-1 is lowest, 10 highest (default 6). You can also specify a float.
+ .TP
+ .B \-q, \-\-query
+ do FreeDB query when all is done. This is useful if Jack was previously
+@@ -286,7 +286,7 @@
+ enough disk space.
+ .TP
+ .B \-\-remove-files
+-have Jack remove its temp jack*-files.
++have Jack remove its temp jack*\-files.
+ Be careful - don't delete them too early!
+ .TP
+ .B \-R, \-\-rename
+@@ -431,7 +431,7 @@
+ track_nn.mp3 plus jack.toc, jack.freedb, jack.progress. The last three are
+ used to store the state jack is in so it can resume work when interrupted.
+ .PP
+-Jack will create a directory called jack-xxxxxxxx for you, there it
++Jack will create a directory called jack\-xxxxxxxx for you, there it
+ stores all the file for the CD whose id is xxxxxxxx. After a FreeDB query
+ this directory is renamed to something human readable, like "Artist -
+ Title".
+@@ -444,7 +444,7 @@
+ .PP
+ Now let's try a FreeDB query:
+ .RS
+-jack -q
++jack \-q
+ .RE
+ If the query is successful the files will be renamed to something more readable
+ and will be tagged accordingly using ID3 or Vorbis tags. The file jack.freedb
+@@ -467,7 +467,7 @@
+ .B replacement_chars.
+ For example,
+ .RS
+-jack -Q --rename-fmt "%n-%t" --unusable-chars A I \; --replacement-chars a i \;
++jack \-Q \-\-rename-fmt "%n-%t" \-\-unusable-chars A I \; \-\-replacement-chars a i \;
+ .RE
+ will query the FreeDB server, rip and encode all tracks of the CD and save
+ the files in a format which will contain the track number and the title.
+@@ -492,12 +492,12 @@
+ .PP
+ All in one: query, rip, encode, cleanup:
+ .RS
+-jack -Q --remove-files
++jack \-Q \-\-remove-files
+ .RE
+ .PP
+ Editing / normalizing / stripping the WAV files before encoding:
+ .RS
+-jack -O --remove-files ; gnoise *wav ; jack -g *wav ; jack
++jack \-O \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
+ .RE
+ Just replace gnoise by the operation you'd like to perform.
+ .SH ENVIRONMENT VARIABLES