summaryrefslogtreecommitdiff
path: root/debian/patches/32_man_minus.patch
blob: 2cd1dc36ae69ce3431d72c6e62db30a267ae4d3f (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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