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 /doc/gawk.texi | |
parent | cf1aa2d743d3f6d94ed6cbd3fae97889913c5d75 (diff) | |
download | egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.tar.gz egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.tar.bz2 egawk-a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5.zip |
Fix full name of ISO in the doc.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 5 |
1 files changed, 4 insertions, 1 deletions
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 |