diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:45:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:45:57 +0200 |
commit | 82f91536607791340faab394432860f68f0b2787 (patch) | |
tree | 2b82e3de4e9055e5f3c0ade5dd2cde1222ade058 /doc/gawk.texi | |
parent | eb2698f49247c94c84e1e2c2304ba94d96c89bc9 (diff) | |
parent | a0ef67a123fd54eeaf8eb2aa9ccae2d4835bd3c5 (diff) | |
download | egawk-82f91536607791340faab394432860f68f0b2787.tar.gz egawk-82f91536607791340faab394432860f68f0b2787.tar.bz2 egawk-82f91536607791340faab394432860f68f0b2787.zip |
Fix full name of ISO in 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 d9c20831..2a55b978 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32033,12 +32033,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 |