diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-27 10:00:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-27 10:00:41 +0300 |
commit | 9bf2685a989a0056695083060d06c45cbd1e16b6 (patch) | |
tree | 5fafdca6a45ae878d905e668aa4232d15455382b | |
parent | 9cbb6d9e06dde65da909f1548bedeab10a5dae44 (diff) | |
download | egawk-9bf2685a989a0056695083060d06c45cbd1e16b6.tar.gz egawk-9bf2685a989a0056695083060d06c45cbd1e16b6.tar.bz2 egawk-9bf2685a989a0056695083060d06c45cbd1e16b6.zip |
Minor doc updates on bug address.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.1 | 4 | ||||
-rw-r--r-- | doc/gawk.info | 68 | ||||
-rw-r--r-- | doc/gawk.texi | 2 |
4 files changed, 41 insertions, 37 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f1a6c2eb..eb54d5cf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +Fri May 27 09:59:38 2011 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1, gawk.texi: Minor edits w.r.t. the bug reporting address. + Wed May 25 22:03:53 2011 Arnold D. Robbins <arnold@skeeve.com> * gawk.1, gawk.texi: Straighten out owners of the different @@ -14,7 +14,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "May 25 2011" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 27 2011" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -3671,7 +3671,7 @@ Please include your operating system and its revision, the version of .I gawk (from .BR "gawk \-\^\-version" ), -what C compiler you used to compile it, and a test program +which C compiler you used to compile it, and a test program and data that are as small as possible for reproducing the problem. .PP Before sending a bug report, please do the following things. First, verify that diff --git a/doc/gawk.info b/doc/gawk.info index a722ccb0..ec80197d 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21095,10 +21095,10 @@ get this information with the command `gawk --version'. Once you have a precise problem, send email to <bug-gawk@gnu.org>. - Using this address automatically sends a carbon copy of your mail to -me. If necessary, I can be reached directly at <arnold@skeeve.com>. -The bug reporting address is preferred since the email list is archived -at the GNU Project. _All email should be in English, since that is my + Using this address automatically sends a copy of your mail to me. +If necessary, I can be reached directly at <arnold@skeeve.com>. The +bug reporting address is preferred since the email list is archived at +the GNU Project. _All email should be in English, since that is my native language._ CAUTION: Do _not_ try to report bugs in `gawk' by posting to the @@ -27692,35 +27692,35 @@ Node: VMS Installation Details839186 Node: VMS Running840821 Node: VMS Old Gawk842428 Node: Bugs842902 -Node: Other Versions846812 -Node: Notes852091 -Node: Compatibility Mode852783 -Node: Additions853566 -Node: Accessing The Source854378 -Node: Adding Code855803 -Node: New Ports861770 -Node: Dynamic Extensions865883 -Node: Internals867259 -Node: Plugin License876362 -Node: Sample Library876996 -Node: Internal File Description877682 -Node: Internal File Ops881397 -Ref: Internal File Ops-Footnote-1886178 -Node: Using Internal File Ops886318 -Node: Future Extensions888695 -Node: Basic Concepts891199 -Node: Basic High Level891956 -Ref: Basic High Level-Footnote-1895991 -Node: Basic Data Typing896176 -Node: Floating Point Issues900701 -Node: String Conversion Precision901784 -Ref: String Conversion Precision-Footnote-1903484 -Node: Unexpected Results903593 -Node: POSIX Floating Point Problems905419 -Ref: POSIX Floating Point Problems-Footnote-1909124 -Node: Glossary909162 -Node: Copying934138 -Node: GNU Free Documentation License971695 -Node: Index996832 +Node: Other Versions846805 +Node: Notes852084 +Node: Compatibility Mode852776 +Node: Additions853559 +Node: Accessing The Source854371 +Node: Adding Code855796 +Node: New Ports861763 +Node: Dynamic Extensions865876 +Node: Internals867252 +Node: Plugin License876355 +Node: Sample Library876989 +Node: Internal File Description877675 +Node: Internal File Ops881390 +Ref: Internal File Ops-Footnote-1886171 +Node: Using Internal File Ops886311 +Node: Future Extensions888688 +Node: Basic Concepts891192 +Node: Basic High Level891949 +Ref: Basic High Level-Footnote-1895984 +Node: Basic Data Typing896169 +Node: Floating Point Issues900694 +Node: String Conversion Precision901777 +Ref: String Conversion Precision-Footnote-1903477 +Node: Unexpected Results903586 +Node: POSIX Floating Point Problems905412 +Ref: POSIX Floating Point Problems-Footnote-1909117 +Node: Glossary909155 +Node: Copying934131 +Node: GNU Free Documentation License971688 +Node: Index996825 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index a283762c..a3fdd2a1 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28267,7 +28267,7 @@ Once you have a precise problem, send email to @EMAIL{bug-gawk@@gnu.org,bug-gawk at gnu dot org}. @cindex Robbins, Arnold -Using this address automatically sends a carbon copy of your +Using this address automatically sends a copy of your mail to me. If necessary, I can be reached directly at @EMAIL{arnold@@skeeve.com,arnold at skeeve dot com}. The bug reporting address is preferred since the |