Re: Error in 'diff3' man page
Jim Meyering <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <CA+8g5KH2XvicVjT1EVbOwNUR7DW1daixWoj4oDKHb=rGW8oxwg@mail.gmail.com> |
Thank you for mentioning the bug-gnu-utils@ vs. bug-diffutils@ problem.
I've adjusted it in both README and in the texinfo documentation
from which that web page is generated. See attached.
The original problem with diff-vs-diff3 in the man page, it is fixed
as far as I can see:
$ man man/diff3.1|col -b|tail|grep info.diff
info diff3
k.txt
(text/plain, 1.6 KB)
From 6c0df54a1b4e8f420e165e27e7b1543f2b391c41 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 23 Dec 2013 07:06:41 -0800 Subject: [PATCH] maint: update bug-reporting address * README: Change bug-gnu-utils@... to [email protected]. * doc/diffutils.texi: Likewise. Reported by Jamie Landeg Jones. --- README | 2 +- doc/diffutils.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 753e66e..f6c2641 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ this distribution: For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval. -Please report bugs to <[email protected]>. +Please report bugs to <[email protected]>. ----- diff --git a/doc/diffutils.texi b/doc/diffutils.texi index 2d238dc..5b14c65 100644 --- a/doc/diffutils.texi +++ b/doc/diffutils.texi @@ -4680,8 +4680,8 @@ time stamps have the same content. @xref{diff Performance}. If you think you have found a bug in @acronym{GNU} @command{cmp}, @command{diff}, @command{diff3}, or @command{sdiff}, please report it by electronic mail to the -@uref{http://mail.gnu.org/mailman/listinfo/bug-gnu-utils,GNU utilities -bug report mailing list} @email{bug-gnu-utils@@gnu.org}. Please send +@uref{http://mail.gnu.org/mailman/listinfo/bug-diffutils,GNU utilities +bug report mailing list} @email{bug-diffutils@@gnu.org}. Please send bug reports for @acronym{GNU} @command{patch} to @email{bug-patch@@gnu.org}. Send as precise a description of the problem as you can, including the output of the @option{--version} -- 1.8.5.rc2.6.gc6f1b92