The following commit has been merged in the master branch:
commit cfd00f6dac55d3a77ccccda7a7cee48e1d8a2958
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sun May 11 22:02:35 2008 +0200

    dpkg-source(1): small POD fix, properly escape hyphen in -i option

diff --git a/man/ChangeLog b/man/ChangeLog
index 33146f3..dfdf947 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-11  Raphael Hertzog  <[EMAIL PROTECTED]>
+
+       * dpkg-source.1: Properly escape hyphen in -i option.
+
 2008-05-05  Raphael Hertzog  <[EMAIL PROTECTED]>
 
        * dpkg-source.1: Improve explanation of -i when used with
diff --git a/man/dpkg-source.1 b/man/dpkg-source.1
index d904498..252bfdc 100644
--- a/man/dpkg-source.1
+++ b/man/dpkg-source.1
@@ -123,7 +123,7 @@ You may specify a perl regular expression to match files 
you want
 filtered out of the list of files for the diff. (This list is
 generated by a find command.) (If the source package is being built as a
 version 3 source package using a VCS, this can be used to ignore
-uncommited changes on specific files. Using -i.* will ignore all of them.)
+uncommited changes on specific files. Using \-i.* will ignore all of them.)
 \fB\-i\fP by itself enables the option, with a default regexp that will
 filter out control files and directories of the most common revision
 control systems, backup and swap files and Libtool build output

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to