diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-14 16:54:05 +0300 |
commit | 7399b38b7c519174eb29eada68c1e974f12b2e04 (patch) | |
tree | 649c376b4167038e71d6eb0e1a0e14a7192a9f57 | |
parent | cb85055d2489ab084ad7898f347e62c14208a1e8 (diff) | |
parent | b1edddb5aa803a61991e4f61f5935db97ea22cb8 (diff) | |
download | egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.tar.gz egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.tar.bz2 egawk-7399b38b7c519174eb29eada68c1e974f12b2e04.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 150 | ||||
-rw-r--r-- | doc/gawk.texi | 6 | ||||
-rw-r--r-- | doc/gawktexi.in | 6 |
4 files changed, 86 insertions, 81 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index abb75f53..b7fb3618 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-08-14 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Typo fixes in Appendix A. + Thanks to Antonio Colombo. + 2015-07-30 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Small typo fix; thanks to Antonio Colombo diff --git a/doc/gawk.info b/doc/gawk.info index 9ac4f924..67dbdbdf 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -26564,7 +26564,7 @@ with cross-references to further details: * User-defined functions and the 'return' statement (*note User-defined::) - * The 'delete' statement (*note Delete::). + * The 'delete' statement (*note Delete::) * The 'do'-'while' statement (*note Do Statement::) @@ -27253,7 +27253,7 @@ POSIX 'awk', in the order they were added to 'gawk'. - The '-R' option was removed. - * Support for high precision arithmetic with MPFR. (*note Arbitrary + * Support for high precision arithmetic with MPFR (*note Arbitrary Precision Arithmetic::). * The 'and()', 'or()' and 'xor()' functions changed to allow any @@ -35558,78 +35558,78 @@ Node: Extension summary1067572 Node: Extension Exercises1071264 Node: Language History1072761 Node: V7/SVR3.11074417 -Node: SVR41076570 -Node: POSIX1078004 -Node: BTL1079384 -Node: POSIX/GNU1080114 -Node: Feature History1085953 -Node: Common Extensions1100274 -Node: Ranges and Locales1101557 -Ref: Ranges and Locales-Footnote-11106173 -Ref: Ranges and Locales-Footnote-21106200 -Ref: Ranges and Locales-Footnote-31106435 -Node: Contributors1106656 -Node: History summary1112225 -Node: Installation1113605 -Node: Gawk Distribution1114550 -Node: Getting1115034 -Node: Extracting1115857 -Node: Distribution contents1117495 -Node: Unix Installation1123591 -Node: Quick Installation1124273 -Node: Shell Startup Files1126687 -Node: Additional Configuration Options1127765 -Node: Configuration Philosophy1129570 -Node: Non-Unix Installation1131940 -Node: PC Installation1132398 -Node: PC Binary Installation1133718 -Node: PC Compiling1135570 -Ref: PC Compiling-Footnote-11138594 -Node: PC Testing1138703 -Node: PC Using1139883 -Node: Cygwin1143997 -Node: MSYS1144767 -Node: VMS Installation1145268 -Node: VMS Compilation1146059 -Ref: VMS Compilation-Footnote-11147289 -Node: VMS Dynamic Extensions1147347 -Node: VMS Installation Details1149032 -Node: VMS Running1151285 -Node: VMS GNV1154126 -Node: VMS Old Gawk1154861 -Node: Bugs1155332 -Node: Other Versions1159446 -Node: Installation summary1166032 -Node: Notes1167090 -Node: Compatibility Mode1167955 -Node: Additions1168737 -Node: Accessing The Source1169662 -Node: Adding Code1171098 -Node: New Ports1177253 -Node: Derived Files1181741 -Ref: Derived Files-Footnote-11187226 -Ref: Derived Files-Footnote-21187261 -Ref: Derived Files-Footnote-31187859 -Node: Future Extensions1187973 -Node: Implementation Limitations1188631 -Node: Extension Design1189814 -Node: Old Extension Problems1190968 -Ref: Old Extension Problems-Footnote-11192486 -Node: Extension New Mechanism Goals1192543 -Ref: Extension New Mechanism Goals-Footnote-11195907 -Node: Extension Other Design Decisions1196096 -Node: Extension Future Growth1198209 -Node: Old Extension Mechanism1199045 -Node: Notes summary1200808 -Node: Basic Concepts1201990 -Node: Basic High Level1202671 -Ref: figure-general-flow1202953 -Ref: figure-process-flow1203638 -Ref: Basic High Level-Footnote-11206939 -Node: Basic Data Typing1207124 -Node: Glossary1210452 -Node: Copying1242398 -Node: GNU Free Documentation License1279937 -Node: Index1305055 +Node: SVR41076569 +Node: POSIX1078003 +Node: BTL1079383 +Node: POSIX/GNU1080113 +Node: Feature History1085952 +Node: Common Extensions1100272 +Node: Ranges and Locales1101555 +Ref: Ranges and Locales-Footnote-11106171 +Ref: Ranges and Locales-Footnote-21106198 +Ref: Ranges and Locales-Footnote-31106433 +Node: Contributors1106654 +Node: History summary1112223 +Node: Installation1113603 +Node: Gawk Distribution1114548 +Node: Getting1115032 +Node: Extracting1115855 +Node: Distribution contents1117493 +Node: Unix Installation1123589 +Node: Quick Installation1124271 +Node: Shell Startup Files1126685 +Node: Additional Configuration Options1127763 +Node: Configuration Philosophy1129568 +Node: Non-Unix Installation1131938 +Node: PC Installation1132396 +Node: PC Binary Installation1133716 +Node: PC Compiling1135568 +Ref: PC Compiling-Footnote-11138592 +Node: PC Testing1138701 +Node: PC Using1139881 +Node: Cygwin1143995 +Node: MSYS1144765 +Node: VMS Installation1145266 +Node: VMS Compilation1146057 +Ref: VMS Compilation-Footnote-11147287 +Node: VMS Dynamic Extensions1147345 +Node: VMS Installation Details1149030 +Node: VMS Running1151283 +Node: VMS GNV1154124 +Node: VMS Old Gawk1154859 +Node: Bugs1155330 +Node: Other Versions1159444 +Node: Installation summary1166030 +Node: Notes1167088 +Node: Compatibility Mode1167953 +Node: Additions1168735 +Node: Accessing The Source1169660 +Node: Adding Code1171096 +Node: New Ports1177251 +Node: Derived Files1181739 +Ref: Derived Files-Footnote-11187224 +Ref: Derived Files-Footnote-21187259 +Ref: Derived Files-Footnote-31187857 +Node: Future Extensions1187971 +Node: Implementation Limitations1188629 +Node: Extension Design1189812 +Node: Old Extension Problems1190966 +Ref: Old Extension Problems-Footnote-11192484 +Node: Extension New Mechanism Goals1192541 +Ref: Extension New Mechanism Goals-Footnote-11195905 +Node: Extension Other Design Decisions1196094 +Node: Extension Future Growth1198207 +Node: Old Extension Mechanism1199043 +Node: Notes summary1200806 +Node: Basic Concepts1201988 +Node: Basic High Level1202669 +Ref: figure-general-flow1202951 +Ref: figure-process-flow1203636 +Ref: Basic High Level-Footnote-11206937 +Node: Basic Data Typing1207122 +Node: Glossary1210450 +Node: Copying1242396 +Node: GNU Free Documentation License1279935 +Node: Index1305053 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index aac96901..8b249382 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -35867,7 +35867,7 @@ User-defined functions and the @code{return} statement (@pxref{User-defined}) @item -The @code{delete} statement (@pxref{Delete}). +The @code{delete} statement (@pxref{Delete}) @item The @code{do}-@code{while} statement @@ -36140,7 +36140,7 @@ The @file{/dev/stdin}, @file{/dev/stdout}, @file{/dev/stderr}, and (@pxref{Special Files}) @item -The @file{/inet}, @file{/inet4}, and @samp{/inet6} special files for +The @file{/inet}, @file{/inet4}, and @file{/inet6} special files for TCP/IP networking using @samp{|&} to specify which version of the IP protocol to use (@pxref{TCP/IP Networking}) @@ -37020,7 +37020,7 @@ The @option{-R} option was removed. @end itemize @item -Support for high precision arithmetic with MPFR. +Support for high precision arithmetic with MPFR (@pxref{Arbitrary Precision Arithmetic}). @item diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 8e0c0c77..dc4dd414 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -34958,7 +34958,7 @@ User-defined functions and the @code{return} statement (@pxref{User-defined}) @item -The @code{delete} statement (@pxref{Delete}). +The @code{delete} statement (@pxref{Delete}) @item The @code{do}-@code{while} statement @@ -35231,7 +35231,7 @@ The @file{/dev/stdin}, @file{/dev/stdout}, @file{/dev/stderr}, and (@pxref{Special Files}) @item -The @file{/inet}, @file{/inet4}, and @samp{/inet6} special files for +The @file{/inet}, @file{/inet4}, and @file{/inet6} special files for TCP/IP networking using @samp{|&} to specify which version of the IP protocol to use (@pxref{TCP/IP Networking}) @@ -36111,7 +36111,7 @@ The @option{-R} option was removed. @end itemize @item -Support for high precision arithmetic with MPFR. +Support for high precision arithmetic with MPFR (@pxref{Arbitrary Precision Arithmetic}). @item |