]> git.deb.at Git - pkg/mmv.git/blob - debian/patches/man-page-warning-149873.diff
Add warnings about blanks in patterns and file names from STDIN
[pkg/mmv.git] / debian / patches / man-page-warning-149873.diff
1 Description: Add warnings about #149873 to man page
2  This patch adds warnings about issues with spaces in patterns and
3  files when patterns are read from STDIN to the man page
4 Debian-Bug: 149873
5 Author: Axel Beckert <abe@debian.org>
6 Last-Update: 2012-12-29
7
8 Index: mmv/mmv.1
9 ===================================================================
10 --- mmv.orig/mmv.1      2012-12-29 02:44:07.591288928 +0100
11 +++ mmv/mmv.1   2012-12-29 02:56:01.425012596 +0100
12 @@ -234,7 +234,7 @@
13  i.e. "mmv \-mk" is allowed.
14  
15  .ce
16 -Multiple Pattern Pairs
17 +Multiple Pattern Pairs / Reading Patterns from STDIN
18  .PP
19  Multiple
20  .I from
21 @@ -277,6 +277,11 @@
22  (even if it exists)
23  was already matched by the first pattern pair.
24  
25 +\fBWARNING:\fR This operation mode does \fBnot\fR work if the patterns
26 +itself contain \fBspaces\fR.  See
27 +.I http://bugs.debian.org/149873
28 +for details.
29 +
30  .ce
31  The \fIFrom\fP Pattern
32  .PP
33 @@ -592,6 +597,12 @@
34  Lines with "(*)" after the target pattern have the effect of enabling \-d
35  for the files matching this pattern only,
36  so that such deletions are done silently.
37 +
38 +\fBWARNING:\fR This means that \fBunexpected things\fR may happen if
39 +\fBfiles\fR matched by the patterns contain \fBspaces\fR. See
40 +.I http://bugs.debian.org/149873
41 +for details.
42 +
43  When feeding
44  .I mmv
45  its own output,