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