summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 2bf6180)
raw | patch | inline | side by side (from parent 1: 2bf6180)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 22:06:01 +0000 (23:06 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Dec 2009 22:06:01 +0000 (23:06 +0100) |
This patch fixes some typos in the manpage.
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/manpage_typos.dpatch | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index ec287f18624094a05a20683bf51ea550f201ca52..47aac335f23bb792041fc71f5311557da5ff3316 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Sun, 27 Dec 2009 23:03:20 +0100
+ -- Sebastian Harl <tokkee@debian.org> 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 0c8b2069ffce4f93bb32f18c5d3b6b4cade71cd2..8193c42099a0af53919436144c1ca28b25884b76 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
include_config_h.dpatch
+manpage_typos.dpatch
diff --git a/debian/patches/manpage_typos.dpatch b/debian/patches/manpage_typos.dpatch
--- /dev/null
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## manpage_typos.dpatch by Sebastian Harl <sh@tokkee.org>
+##
+## 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)