diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:42:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:42:58 +0200 |
commit | a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5 (patch) | |
tree | 69dfffb454caca064631f9cf8b6091117a352cee | |
parent | cf1aa2d743d3f6d94ed6cbd3fae97889913c5d75 (diff) | |
download | egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.tar.gz egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.tar.bz2 egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.zip |
Fix full name of ISO in the doc.
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/gawk.info | 50 | ||||
-rw-r--r-- | doc/gawk.texi | 5 |
3 files changed, 37 insertions, 24 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 30bae7e0..e5d29bd6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-10-02 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Glossary). Correct the full name for `ISO' per + bug report from William Bresler <wbresler@acm.org>. Add a link + to the ISO website. + 2012-09-23 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi (Nextfile Statement): Document that it's now part of POSIX diff --git a/doc/gawk.info b/doc/gawk.info index 30ff2c26..878a03fc 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23219,12 +23219,16 @@ Interval Expression originally available in `awk' programs. ISO - The International Standards Organization. This organization - produces international standards for many things, including - programming languages, such as C and C++. In the computer arena, - important standards like those for C, C++, and POSIX become both - American national and ISO international standards simultaneously. - This Info file refers to Standard C as "ISO C" throughout. + The International Organization for Standardization. This + organization produces international standards for many things, + including programming languages, such as C and C++. In the + computer arena, important standards like those for C, C++, and + POSIX become both American national and ISO international + standards simultaneously. This Info file refers to Standard C as + "ISO C" throughout. See the ISO website + (http://www.iso.org/iso/home/about.htm) for more information about + the name of the organization and its language-independent + three-letter acronym. Java A modern programming language originally developed by Sun @@ -25275,7 +25279,7 @@ Index * Brian Kernighan's awk, extensions: BTL. (line 6) * Broder, Alan J.: Contributors. (line 88) * Brown, Martin: Contributors. (line 82) -* BSD-based operating systems: Glossary. (line 611) +* BSD-based operating systems: Glossary. (line 615) * bt debugger command (alias for backtrace): Dgawk Stack. (line 13) * Buening, Andreas <1>: Bugs. (line 71) * Buening, Andreas <2>: Contributors. (line 92) @@ -25987,7 +25991,7 @@ Index * Free Software Foundation (FSF) <1>: Glossary. (line 301) * Free Software Foundation (FSF) <2>: Getting. (line 10) * Free Software Foundation (FSF): Manual History. (line 6) -* FreeBSD: Glossary. (line 611) +* FreeBSD: Glossary. (line 615) * FS variable <1>: User-modified. (line 56) * FS variable: Field Separators. (line 14) * FS variable, --field-separator option and: Options. (line 21) @@ -26200,13 +26204,13 @@ Index * GNU Free Documentation License: GNU Free Documentation License. (line 6) * GNU General Public License: Glossary. (line 310) -* GNU Lesser General Public License: Glossary. (line 397) +* GNU Lesser General Public License: Glossary. (line 401) * GNU long options <1>: Options. (line 6) * GNU long options: Command Line. (line 13) * GNU long options, printing list of: Options. (line 145) * GNU Project <1>: Glossary. (line 319) * GNU Project: Manual History. (line 11) -* GNU/Linux <1>: Glossary. (line 611) +* GNU/Linux <1>: Glossary. (line 615) * GNU/Linux <2>: I18N Example. (line 55) * GNU/Linux: Manual History. (line 28) * GPL (General Public License) <1>: Glossary. (line 310) @@ -26372,7 +26376,7 @@ Index * Jaegermann, Michal <1>: Contributors. (line 46) * Jaegermann, Michal: Acknowledgments. (line 60) * Java implementation of awk: Other Versions. (line 96) -* Java programming language: Glossary. (line 380) +* Java programming language: Glossary. (line 384) * jawk: Other Versions. (line 96) * Jedi knights: Undocumented. (line 6) * join() user-defined function: Join Function. (line 18) @@ -26415,8 +26419,8 @@ Index * left shift, bitwise: Bitwise Functions. (line 32) * leftmost longest match: Multiple Line. (line 26) * length() function: String Functions. (line 166) -* Lesser General Public License (LGPL): Glossary. (line 397) -* LGPL (Lesser General Public License): Glossary. (line 397) +* Lesser General Public License (LGPL): Glossary. (line 401) +* LGPL (Lesser General Public License): Glossary. (line 401) * libmawk: Other Versions. (line 104) * libraries of awk functions: Library Functions. (line 6) * libraries of awk functions, assertions: Assert Function. (line 6) @@ -26461,7 +26465,7 @@ Index * lint checking, undefined functions: Pass By Value/Reference. (line 88) * LINT variable: User-modified. (line 98) -* Linux <1>: Glossary. (line 611) +* Linux <1>: Glossary. (line 615) * Linux <2>: I18N Example. (line 55) * Linux: Manual History. (line 28) * list debugger command: Miscellaneous Dgawk Commands. @@ -26532,7 +26536,7 @@ Index * nargs internal variable: Internals. (line 49) * nawk utility: Names. (line 17) * negative zero: Unexpected Results. (line 28) -* NetBSD: Glossary. (line 611) +* NetBSD: Glossary. (line 615) * networks, programming: TCP/IP Networking. (line 6) * networks, support for: Special Network. (line 6) * newlines <1>: Boolean Ops. (line 67) @@ -26624,7 +26628,7 @@ Index * OFS variable <1>: User-modified. (line 124) * OFS variable <2>: Output Separators. (line 6) * OFS variable: Changing Fields. (line 64) -* OpenBSD: Glossary. (line 611) +* OpenBSD: Glossary. (line 615) * OpenSolaris: Other Versions. (line 86) * operating systems, BSD-based: Manual History. (line 28) * operating systems, PC, gawk on: PC Using. (line 6) @@ -26693,8 +26697,8 @@ Index * output, standard: Special FD. (line 6) * p debugger command (alias for print): Viewing And Changing Data. (line 36) -* P1003.1 POSIX standard: Glossary. (line 454) -* P1003.2 POSIX standard: Glossary. (line 454) +* P1003.1 POSIX standard: Glossary. (line 458) +* P1003.2 POSIX standard: Glossary. (line 458) * parameters, number of: Internals. (line 49) * parentheses (): Regexp Operators. (line 79) * parentheses (), pgawk program: Profiling. (line 141) @@ -26889,7 +26893,7 @@ Index * Programming languages, Ada: Glossary. (line 20) * programming languages, data-driven vs. procedural: Getting Started. (line 12) -* Programming languages, Java: Glossary. (line 380) +* Programming languages, Java: Glossary. (line 384) * programming, basic steps: Basic High Level. (line 19) * programming, concepts: Basic Concepts. (line 6) * pwcat program: Passwd Functions. (line 23) @@ -27341,7 +27345,7 @@ Index (line 6) * uniq utility: Uniq Program. (line 6) * uniq.awk program: Uniq Program. (line 65) -* Unix: Glossary. (line 611) +* Unix: Glossary. (line 615) * Unix awk, backslashes in escape sequences: Escape Sequences. (line 125) * Unix awk, close() function and: Close Files And Pipes. @@ -27895,8 +27899,8 @@ Node: Unexpected Results910363 Node: POSIX Floating Point Problems912189 Ref: POSIX Floating Point Problems-Footnote-1915894 Node: Glossary915932 -Node: Copying940908 -Node: GNU Free Documentation License978465 -Node: Index1003602 +Node: Copying941107 +Node: GNU Free Documentation License978664 +Node: Index1003801 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index ab9ebf86..f0f74fef 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -30941,12 +30941,15 @@ in @command{awk} programs. @cindex ISO @item ISO -The International Standards Organization. +The International Organization for Standardization. This organization produces international standards for many things, including programming languages, such as C and C++. In the computer arena, important standards like those for C, C++, and POSIX become both American national and ISO international standards simultaneously. This @value{DOCUMENT} refers to Standard C as ``ISO C'' throughout. +See @uref{http://www.iso.org/iso/home/about.htm, the ISO website} for more +information about the name of the organization and its language-independent +three-letter acronym. @cindex Java programming language @cindex Programming languages, Java |