Your message dated Sat, 3 Mar 2012 15:16:49 +0100 (CET)
with message-id <alpine.deb.2.02.1203031515340.32...@cantor.unex.es>
has caused the report #648411,
regarding diffutils: description of -I option is wrong
to be marked as having been forwarded to the upstream software
author(s) bug-diffut...@gnu.org
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
648411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hello.
I received this from the Debian bug system.
Thanks.
---------- Forwarded message ----------
From: Danijel Tasov <d...@korn.shell.la>
To: Debian Bug Tracking System <sub...@bugs.debian.org>
Date: Fri, 11 Nov 2011 12:24:46 +0100
Subject: Bug#648411: diffutils: description of -I option is wrong
Package: diffutils
Version: 1:3.0-1
Severity: normal
This is what the info page says:
`-I REGEXP'
`--ignore-matching-lines=REGEXP'
Ignore changes that just insert or delete lines that match REGEXP.
Uses grep systax. See Specified Folding.
But the manpage says:
-I RE --ignore-matching-lines=RE
Ignore changes whose lines all match RE.
which is misleading, because you cannot ignore things like (-I foo):
-foo: 1
+foo: 1
[...]
--- End Message ---