Просмотр исходного кода

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

Raphael Hertzog лет назад: 18
Родитель
Сommit
cfd00f6dac
2 измененных файлов с 5 добавлено и 1 удалено
  1. 4 0
      man/ChangeLog
  2. 1 1
      man/dpkg-source.1

+ 4 - 0
man/ChangeLog

@@ -1,3 +1,7 @@
+2008-05-11  Raphael Hertzog  <hertzog@debian.org>
+
+	* dpkg-source.1: Properly escape hyphen in -i option.
+
 2008-05-05  Raphael Hertzog  <hertzog@debian.org>
 
 	* dpkg-source.1: Improve explanation of -i when used with

+ 1 - 1
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