Code

patches: Added manpage_typos.dpatch.
[pkg-ncmpc.git] / debian / patches / manpage_typos.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## manpage_typos.dpatch by Sebastian Harl <sh@tokkee.org>
3 ##
4 ## DP: doc/ncmpc.1: fixed some typos
6 @DPATCH@
8 diff a/doc/ncmpc.1 b/doc/ncmpc.1
9 --- a/doc/ncmpc.1
10 +++ b/doc/ncmpc.1
11 @@ -222,9 +222,9 @@ You can view ncmpc's key bindings by pressing '1' (help) when
12  ncmpc is running. To edit key bindings use the key editor in ncmpc (press 'K').
13  .SH "SONG FORMAT"
14  Format of song display for status and the list window.
15 -The  metadata  delimeters  are: %name%, %artist%, %track%, %time%, %file%, %shortfile%.
16 +The  metadata  delimiters  are: %name%, %artist%, %track%, %time%, %file%, %shortfile%.
17  
18 -The [] operators is used to group output such that if no metadata delimeters are found or matched between '[' and ']', then none of  the  characters between '[' and ']' are outputed. '&' and '|' are logical operators for and and or. '#'  is used to escape characters. 
19 +The [] operators is used to group output such that if no metadata delimiters are found or matched between '[' and ']', then none of  the  characters between '[' and ']' are output. '&' and '|' are logical operators for AND and OR. '#'  is used to escape characters. 
20  
21  Some  useful examples for format are: 
22  
23 @@ -237,7 +237,7 @@ and
24  Report bugs on http://www.musicpd.org/mantis/
25  .SH "NOTE"
26  Since MPD uses UTF\-8, ncmpc needs to convert characters to the 
27 -charset used by the local system. If you get character conversion errors when your running ncmpc you probably need to set up your locale. This is done by setting any of the LC_CTYPE, LANG or LC_ALL enviroment variables (LC_CTYPE only affects character handling).
28 +charset used by the local system. If you get character conversion errors when your running ncmpc you probably need to set up your locale. This is done by setting any of the LC_CTYPE, LANG or LC_ALL environment variables (LC_CTYPE only affects character handling).
29  
30  .SH "SEE ALSO"
31  mpc(1), mpd(1), locale(5), locale(7)