~ubuntu-branches/ubuntu/trusty/jack/trusty

« back to all changes in this revision

Viewing changes to debian/patches/32_man_minus.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Michlmayr
  • Date: 2006-10-24 21:18:26 UTC
  • mfrom: (2.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20061024211826-idyaq3c51j76qct7
Tags: 3.1.1+cvs20050801-13
* debian/patches/99_addstr_error.patch: Add a workaround so no error is
  produced when a UTF-8 filename cannot be displayed; closes: #387648.
* debian/control (Build-Depends): pump python-support requirement to
  >= 0.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Escape minus signs in the man page properly.
 
2
 
 
3
'-' must be escaped ('\-') to be interpreted as minus. If you really
 
4
intend a hyphen, write it as '\(hy' to emphasise that fact. See
 
5
groff(7) and especially groff_char(7) for details, and also the thread
 
6
starting with
 
7
http://lists.debian.org/debian-devel/2003/debian-devel-200303/msg01481
 
8
 
 
9
 
 
10
 
 
11
--- jack-3.1.1+cvs20050801~/jack.man    2006-04-02 21:01:32.000000000 +0200
 
12
+++ jack-3.1.1+cvs20050801/jack.man     2006-04-02 21:11:02.000000000 +0200
 
13
@@ -148,9 +148,9 @@
 
14
 .TP
 
15
 .B \-\-edit-freedb
 
16
 open an editor to change the CDDB information which has been obtained
 
17
-previously (only useful with -Q).
 
18
+previously (only useful with \-Q).
 
19
 .TP
 
20
-.B \-\-encoder-name, -E string
 
21
+.B \-\-encoder-name, \-E string
 
22
 use which encoder (default "oggenc")
 
23
 .TP
 
24
 .B \-e, \-\-encoders int
 
25
@@ -260,7 +260,7 @@
 
26
 .\" rip (non-functional, sorry)
 
27
 .TP
 
28
 .B \-\-quality int
 
29
-vbr encoding quality. -1 is lowest, 10 highest (default 6). You can also specify a float.
 
30
+vbr encoding quality. \-1 is lowest, 10 highest (default 6). You can also specify a float.
 
31
 .TP
 
32
 .B \-q, \-\-query
 
33
 do FreeDB query when all is done. This is useful if Jack was previously
 
34
@@ -286,7 +286,7 @@
 
35
 enough disk space.
 
36
 .TP
 
37
 .B \-\-remove-files
 
38
-have Jack remove its temp jack*-files.
 
39
+have Jack remove its temp jack*\-files.
 
40
 Be careful - don't delete them too early!
 
41
 .TP
 
42
 .B \-R, \-\-rename
 
43
@@ -431,7 +431,7 @@
 
44
 track_nn.mp3 plus jack.toc, jack.freedb, jack.progress. The last three are
 
45
 used to store the state jack is in so it can resume work when interrupted.
 
46
 .PP
 
47
-Jack will create a directory called jack-xxxxxxxx for you, there it
 
48
+Jack will create a directory called jack\-xxxxxxxx for you, there it
 
49
 stores all the file for the CD whose id is xxxxxxxx. After a FreeDB query
 
50
 this directory is renamed to something human readable, like "Artist -
 
51
 Title".
 
52
@@ -444,7 +444,7 @@
 
53
 .PP
 
54
 Now let's try a FreeDB query:
 
55
 .RS
 
56
-jack -q
 
57
+jack \-q
 
58
 .RE
 
59
 If the query is successful the files will be renamed to something more readable
 
60
 and will be tagged accordingly using ID3 or Vorbis tags.  The file jack.freedb
 
61
@@ -467,7 +467,7 @@
 
62
 .B replacement_chars.
 
63
 For example,
 
64
 .RS
 
65
-jack -Q --rename-fmt "%n-%t" --unusable-chars A I \; --replacement-chars a i \;
 
66
+jack \-Q \-\-rename-fmt "%n-%t" \-\-unusable-chars A I \; \-\-replacement-chars a i \;
 
67
 .RE
 
68
 will query the FreeDB server, rip and encode all tracks of the CD and save
 
69
 the files in a format which will contain the track number and the title.
 
70
@@ -492,12 +492,12 @@
 
71
 .PP
 
72
 All in one: query, rip, encode, cleanup:
 
73
 .RS
 
74
-jack -Q --remove-files
 
75
+jack \-Q \-\-remove-files
 
76
 .RE
 
77
 .PP
 
78
 Editing / normalizing / stripping the WAV files before encoding:
 
79
 .RS
 
80
-jack -O --remove-files ; gnoise *wav ; jack -g *wav ; jack
 
81
+jack \-O \-\-remove-files ; gnoise *wav ; jack \-g *wav ; jack
 
82
 .RE
 
83
 Just replace gnoise by the operation you'd like to perform.
 
84
 .SH ENVIRONMENT VARIABLES