Hi,
As reported in https://bugs.debian.org/863437 line 23 (the .TH macro) in
grep.1 contains a not defined `Dt' macro.
Please, consider something like the attached patch to fix it.
Thanks,
Santiago
Index: grep/doc/Makefile.am
===
-
El 11/07/17 a las 08:24, Paul Eggert escribió:
> Thanks for the bug report. I installed the attached patch. It uses a
> hand-maintained date, which is more likely to give the user the (accurate)
> impression that the grep man page is not the focus of our documentation
> efforts.
Thanks!
Santiago
(Sorry if it's already filed, but I am unable to find it in the
bug archives)
Hi,
I'd like to forward this bug reported to Debian some years ago.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532541
It still happens in 3.1.
Quoting the original report:
When grepping for empty lines in a tex
Dear grep upstream authors,
I'd like to forward this bug reported to debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498336
On Tue, 9 Sep 2008 11:07:33 +0200 Vincent Lefevre wrote:
…
>
> grep should have an option to filter non-printable characters from
> the contents (file contents, b
El 18/11/17 a las 19:10, Paul Eggert escribió:
> Dennis wrote:
> > Running grep 2.20 on Debian Jessie.
> >
> > Apparently grep is not processing the GREP_OPTIONS
> > environment variable.
>
> That's odd; in the master sources GREP_OPTIONS still works; it's just that
> it's deprecated and issues a
Dear grep developers,
I would like to forward the report below, filed by Mathias Pietsch to
Debian. I don't want to introduce other noise than this:
$ echo 1 | grep -E '^1?$' ; echo $?
1
$ echo 1 | grep -E '^(11+)\1+$' ; echo $?
1
$ echo 1 | grep -E '^(11+)\1+$