File: 06_man.patch

package info (click to toggle)
mp3blaster 1%3A3.2.5-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 2,156 kB
  • ctags: 3,421
  • sloc: cpp: 18,610; ansic: 1,452; sh: 701; makefile: 91
file content (100 lines) | stat: -rw-r--r-- 5,023 bytes parent folder | download | duplicates (2)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Index: mp3blaster-3.2.5/nmixer.1
===================================================================
--- mp3blaster-3.2.5.orig/nmixer.1	2009-03-06 17:14:38.000000000 +0100
+++ mp3blaster-3.2.5/nmixer.1	2009-03-06 17:18:06.000000000 +0100
@@ -19,9 +19,10 @@
 screen). The left and right arrow keys (or h and l resp.) change the
 volume for the currently highlighted device, and (if you're lucky),
 you can use home/end/PgUp/PgDn on the numerical keyboard to set left
-and right volume independantly. You can also use 0..5 to set the
+and right volume independently. You can also use 0..5 to set the
 volume to the position indicated by the numbers on top of the screen.
-.PPIf a device can be recorded from, red brackets will be displayed under
+.PP
+If a device can be recorded from, red brackets will be displayed under
 the device's name. If it's selected as recording source, a red 'X' is
 displayed as well. You can set a recording device with the space bar.
 .PP
Index: mp3blaster-3.2.5/mp3blaster.1
===================================================================
--- mp3blaster-3.2.5.orig/mp3blaster.1	2009-03-06 17:14:38.000000000 +0100
+++ mp3blaster-3.2.5/mp3blaster.1	2009-03-06 17:18:06.000000000 +0100
@@ -53,7 +53,7 @@
 .B ALL
 file operations in mp3blaster!! (including reading and writing of playlists).
 Note that only users with uid 0 (i.e. root) can use this option (yet). This
-feeature should be changed so it won't require root privileges. \fBOnly install it suid root if you trust all local users!!!!\fR.
+feature should be changed so it won't require root privileges. \fBOnly install it suid root if you trust all local users!!!!\fR.
 .TP
 .B --config-file,-c=<file>
 Use <file> as config-file instead of ~/.mp3blasterrc
@@ -79,7 +79,7 @@
 all songs in random order.
 .TP
 .B --dont-quit,-q
-Dont't quit after playing all command-line supplied mp3's (only makes sense
+Don't quit after playing all command-line supplied mp3's (only makes sense
 in combination with --autolist or files from command-line)
 .TP
 .B --repeat/-R
@@ -99,7 +99,7 @@
 .TP
 .B --threads/-t=<amount>
 Numbers of threads to use for buffering. Range is 0..500 in increments of 50.
-0 threads means no buffering (thus no hickup prevention).
+0 threads means no buffering (thus no hiccup prevention).
 .TP
 .B --version,-v
 Displays mp3blaster's version number.
@@ -133,7 +133,7 @@
 .TP
 .B Main window
 This window is located directly underneath the info window. Its content is
-usually determined by the mode mp3blater is in (see section PROGRAM MODES).
+usually determined by the mode mp3blaster is in (see section PROGRAM MODES).
 If you're editing the playlist, the playlist is shown. In file manager mode,
 you will see the directory you're currently in. In help mode, the help text
 is being displayed.
@@ -164,7 +164,7 @@
 specific to playlist editing are listed in the keybindings window.
 The playlist consists of one or more \fBgroups\fR. Each group can have
 its own \fBgroupname\fR and can contain supported audio files. You can
-toggle shuffle mode for each group independantly. Many users will simply 
+toggle shuffle mode for each group independently. Many users will simply 
 use the single (root) group that mp3blaster starts with. In that case,
 shuffling all songs is simply a question of toggling the GroupShuffle
 mode (default keybinding: F7).
@@ -236,12 +236,12 @@
 mode: the playing mode. The reason for this was that it wasn't possible to
 edit a playlist and play mp3's at the same time. Since this is now possible,
 playing songs is possible in all program modes. Keybindings specific to
-playback are always listed in the keybindins window.
+playback are always listed in the keybindings window.
 
 .SH PLAYMODES
-The order in which files are played in the playlist is determined by 2
+The order in which files are played in the playlist is determined by two
 settings: The global playback mode (displayed in the info window), and
-each group's independant shuffle setting. The 'current group' in the global
+each group's independent shuffle setting. The 'current group' in the global
 playback modes means: The group that is shown in the main window at the time
 the playlist was started. This is important, since it enables you to play
 a subsection of your playlist instead of playing the entire list.
@@ -281,7 +281,7 @@
 .TP
 \fBKeyword\fR = \fBValue1\fR, \fBValue2\fR
 .PP
-Escape comma's in a value with a backslash (\,). If you want a litteral
+Escape comma's in a value with a backslash (\,). If you want a literal
 backslash, escape it with another backslash (\\). Keywords are case-sensitive.
 .PP
 There are a few types of values: numbers, booleans, keybindings, colours,
@@ -385,7 +385,7 @@
 .TP
 \fBThreads\fR (number, range 50..500)
 Amount of threads to use for buffering. More threads means more buffering
-(thus better hickup prevention)
+(thus better hiccup prevention)
 .TP
 \fBWarnDelay\fR (number, obsolete)
 Time before a warning popup will disappear. Currently not in use.