From: Sebastian Harl Date: Sun, 27 Dec 2009 22:06:01 +0000 (+0100) Subject: patches: Added manpage_typos.dpatch. X-Git-Tag: ncmpc-0.16-1~1 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=2d0265233737a5f6b44f1dd20ce8165dc84e35b0 patches: Added manpage_typos.dpatch. This patch fixes some typos in the manpage. --- diff --git a/debian/changelog b/debian/changelog index ec287f1..47aac33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,10 +10,12 @@ ncmpc (0.16-1) unstable; urgency=low DEB_BUILD_OPTIONS. * debian/patches: - Added include_config_h.dpatch -- this patch adds some missing includes. + - Added manpage_typos.dpatch -- this patch fixes some typos in the + manpage. * Added debian/README.source: - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz. - -- Sebastian Harl Sun, 27 Dec 2009 23:03:20 +0100 + -- Sebastian Harl Sun, 27 Dec 2009 23:05:38 +0100 ncmpc (0.15-1) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index 0c8b206..8193c42 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,2 +1,3 @@ include_config_h.dpatch +manpage_typos.dpatch diff --git a/debian/patches/manpage_typos.dpatch b/debian/patches/manpage_typos.dpatch new file mode 100644 index 0000000..5e0fd1a --- /dev/null +++ b/debian/patches/manpage_typos.dpatch @@ -0,0 +1,31 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## manpage_typos.dpatch by Sebastian Harl +## +## DP: doc/ncmpc.1: fixed some typos + +@DPATCH@ + +diff a/doc/ncmpc.1 b/doc/ncmpc.1 +--- a/doc/ncmpc.1 ++++ b/doc/ncmpc.1 +@@ -222,9 +222,9 @@ You can view ncmpc's key bindings by pressing '1' (help) when + ncmpc is running. To edit key bindings use the key editor in ncmpc (press 'K'). + .SH "SONG FORMAT" + Format of song display for status and the list window. +-The metadata delimeters are: %name%, %artist%, %track%, %time%, %file%, %shortfile%. ++The metadata delimiters are: %name%, %artist%, %track%, %time%, %file%, %shortfile%. + +-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. ++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. + + Some useful examples for format are: + +@@ -237,7 +237,7 @@ and + Report bugs on http://www.musicpd.org/mantis/ + .SH "NOTE" + Since MPD uses UTF\-8, ncmpc needs to convert characters to the +-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). ++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). + + .SH "SEE ALSO" + mpc(1), mpd(1), locale(5), locale(7)