diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-02 13:52:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-02 13:52:14 +0300 |
commit | 234fe8af6075075c84e142d2f62ee35a7006a39b (patch) | |
tree | 1f2ae75f52f3cdf53744747c559dd9e801ef4236 /doc/gawk.texi | |
parent | 727c2b4c7011c252fd1973358629cccbfecfc25d (diff) | |
download | egawk-234fe8af6075075c84e142d2f62ee35a7006a39b.tar.gz egawk-234fe8af6075075c84e142d2f62ee35a7006a39b.tar.bz2 egawk-234fe8af6075075c84e142d2f62ee35a7006a39b.zip |
Rework Bugs section in the manual.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 86 |
1 files changed, 51 insertions, 35 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index e4a15076..fe3be3bc 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1007,6 +1007,9 @@ particular records in a file and perform operations upon them. * VMS Old Gawk:: An old version comes with some VMS systems. * Bugs:: Reporting Problems and Bugs. +* Bug address:: Where to send reports to. +* Usenet:: Where not to send reports to. +* Maintainers:: Maintainers of non-*nix ports. * Other Versions:: Other freely available @command{awk} implementations. * Installation summary:: Summary of installation. @@ -38329,7 +38332,6 @@ $ @kbd{gawk :== $sys$common:[syshlp.examples.tcpip.snmp]gawk.exe} This is apparently @value{PVERSION} 2.15.6, which is extremely old. We recommend compiling and using the current version. - @node Bugs @appendixsec Reporting Problems and Bugs @cindex archaeologists @@ -38345,6 +38347,15 @@ If you have problems with @command{gawk} or think that you have found a bug, report it to the developers; we cannot promise to do anything, but we might well want to fix it. +@menu +* Bug address:: Where to send reports to. +* Usenet:: Where not to send reports to. +* Maintainers:: Maintainers of non-*nix ports. +@end menu + +@node Bug address +@appendixsubsec Submitting Bug Reports + Before reporting a bug, make sure you have really found a genuine bug. Carefully reread the documentation and see if it says you can do what you're trying to do. If it's not clear whether you should be able @@ -38377,40 +38388,6 @@ understood in common by all the maintainers.} In addition, please be sure to send all mail in @emph{plain text}, not (or not exclusively) in HTML. -@cindex @code{comp.lang.awk} newsgroup -@quotation CAUTION -Do @emph{not} try to report bugs in @command{gawk} by -posting to the Usenet/Internet newsgroup @code{comp.lang.awk}. -The @command{gawk} developers do occasionally read this newsgroup, -but there is no guarantee that we will see your posting. The steps described -here are the only officially recognized way for reporting bugs. -Really. -@end quotation - -@ignore -Date: Sun, 17 May 2015 19:50:14 -0400 -From: Chet Ramey <chet.ramey@case.edu> -Reply-To: chet.ramey@case.edu -Organization: ITS, Case Western Reserve University -To: Aharon Robbins <arnold@skeeve.com> -CC: chet.ramey@case.edu - -.... -I gave up on usenet a couple of years ago and haven't really looked back. -It's like sports talk radio -- you feel smarter for not having read it. - -And another one: - -Date: Thu, 11 Jun 2015 09:00:56 -0400 -From: Chet Ramey <chet.ramey@case.edu> - -My memory was imperfect. Back in June 2009, I wrote: - -"That's the nice thing about open source, right? You can take your ball -and run to another section of the playground. Then, if you like mixing -metaphors, you can throw rocks from there." -@end ignore - @quotation NOTE Many distributions of GNU/Linux and the various BSD-based operating systems have their own bug reporting systems. If you report a bug using your distribution's @@ -38428,6 +38405,45 @@ Non-bug suggestions are always welcome as well. If you have questions about things that are unclear in the documentation or are just obscure features, ask on the bug list; we will try to help you out if we can. +@node Usenet +@appendixsubsec Please Don't Post Bug Reports to USENET + +@quotation +@c Date: Sun, 17 May 2015 19:50:14 -0400 +@c From: Chet Ramey <chet.ramey@case.edu> +@c Reply-To: chet.ramey@case.edu +@c Organization: ITS, Case Western Reserve University +@c To: Aharon Robbins <arnold@skeeve.com> +@c CC: chet.ramey@case.edu +I gave up on Usenet a couple of years ago and haven't really looked back. +It's like sports talk radio---you feel smarter for not having read it. +@author Chet Ramey +@end quotation + +@cindex @code{comp.lang.awk} newsgroup +Please do @emph{not} try to report bugs in @command{gawk} by posting to the +Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the +@command{gawk} developers occasionally read this newgroup, the primary +@command{gawk} maintainer no longer does. Thus it's virtually guaranteed +that he will @emph{not} see your posting. The steps described here are +the only officially recognized way for reporting bugs. Really. + +@ignore +And another one: + +Date: Thu, 11 Jun 2015 09:00:56 -0400 +From: Chet Ramey <chet.ramey@case.edu> + +My memory was imperfect. Back in June 2009, I wrote: + +"That's the nice thing about open source, right? You can take your ball +and run to another section of the playground. Then, if you like mixing +metaphors, you can throw rocks from there." +@end ignore + +@node Maintainers +@appendixsubsec Reporting Problems with Non-Unix Ports + If you find bugs in one of the non-Unix ports of @command{gawk}, send an email to the bug list, with a copy to the person who maintains that port. The maintainers are named in the following list, |