diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 1989-06-05 20:43:24 +0000 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 1989-06-05 20:43:24 +0000 |
| commit | b853893f9335c64b89ac41d3e6741b69ebd6925a (patch) | |
| tree | 086d435a9cf2ce220527c3ae4665e47d3af6b79d | |
| parent | 7bd2bc9e8cc16d1c0dfa37f355290f76ed6de3f8 (diff) | |
| download | gawk-b853893f9335c64b89ac41d3e6741b69ebd6925a.tar.gz | |
Typo fix in the doc.
| -rw-r--r-- | doc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/gawk.info | 258 | ||||
| -rw-r--r-- | doc/gawk.texi | 4 | ||||
| -rw-r--r-- | doc/wordlist | 5 |
4 files changed, 142 insertions, 131 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9eca98e..9ecffbb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2023-12-27 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Requesting Values): Fix a spelling typo. + Thanks to Antonio Colombo. + * wordlist: Updated. + 2023-12-26 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi (Requesting Values): Add more text to clarify the diff --git a/doc/gawk.info b/doc/gawk.info index 48b9f44..211a7cd 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -27600,11 +27600,11 @@ Table 17.2: API value types returned sort of "wildcard" request. • Requesting an ‘AWK_STRING’ causes ‘gawk’ to convert any scalar - value to a string result, and that is what is retuned. + value to a string result, and that is what is returned. • Requesting an ‘AWK_NUMBER’ causes ‘gawk’ to convert any scalar value, except for a regexp, to a numeric result, and that is what - is retuned. + is returned. Conversion between string and number in the API thus parallels how ‘gawk’ behaves in running code. @@ -40305,133 +40305,133 @@ Ref: Printing Messages-Footnote-11158513 Node: Updating ERRNO1158666 Node: Requesting Values1159465 Ref: table-value-types-returned1160218 -Node: Accessing Parameters1162275 -Node: Symbol Table Access1163556 -Node: Symbol table by name1164068 -Ref: Symbol table by name-Footnote-11167269 -Node: Symbol table by cookie1167401 -Ref: Symbol table by cookie-Footnote-11171670 -Node: Cached values1171734 -Ref: Cached values-Footnote-11175366 -Node: Array Manipulation1175523 -Ref: Array Manipulation-Footnote-11176622 -Node: Array Data Types1176659 -Ref: Array Data Types-Footnote-11179477 -Node: Array Functions1179573 -Node: Flattening Arrays1184602 -Node: Creating Arrays1191650 -Node: Redirection API1196492 -Node: Extension API Variables1199509 -Node: Extension Versioning1200232 -Ref: gawk-api-version1200661 -Node: Extension GMP/MPFR Versioning1202448 -Node: Extension API Informational Variables1204152 -Node: Extension API Boilerplate1205405 -Node: Changes from API V11209535 -Node: Finding Extensions1211167 -Node: Extension Example1211742 -Node: Internal File Description1212564 -Node: Internal File Ops1216856 -Ref: Internal File Ops-Footnote-11228406 -Node: Using Internal File Ops1228554 -Ref: Using Internal File Ops-Footnote-11230985 -Node: Extension Samples1231263 -Node: Extension Sample File Functions1232832 -Node: Extension Sample Fnmatch1240957 -Node: Extension Sample Fork1242552 -Node: Extension Sample Inplace1243828 -Node: Extension Sample Ord1247494 -Node: Extension Sample Readdir1248370 -Ref: table-readdir-file-types1249159 -Node: Extension Sample Revout1250515 -Node: Extension Sample Rev2way1251112 -Node: Extension Sample Read write array1251864 -Node: Extension Sample Readfile1255138 -Node: Extension Sample Time1256269 -Node: Extension Sample API Tests1258269 -Node: gawkextlib1258777 -Node: Extension summary1261809 -Node: Extension Exercises1265657 -Node: Language History1266927 -Node: V7/SVR3.11268639 -Node: SVR41270989 -Node: POSIX1272521 -Node: BTL1273946 -Node: POSIX/GNU1274713 -Node: Feature History1281368 -Node: Common Extensions1301170 -Node: Ranges and Locales1302645 -Ref: Ranges and Locales-Footnote-11307430 -Ref: Ranges and Locales-Footnote-21307457 -Ref: Ranges and Locales-Footnote-31307692 -Node: Contributors1307915 -Node: History summary1314106 -Node: Installation1315548 -Node: Gawk Distribution1316512 -Node: Getting1317004 -Node: Extracting1318003 -Node: Distribution contents1319709 -Node: Unix Installation1327599 -Node: Quick Installation1328419 -Node: Compiling with MPFR1330959 -Node: Shell Startup Files1331665 -Node: Additional Configuration Options1332822 -Node: Configuration Philosophy1335205 -Node: Compiling from Git1337705 -Node: Building the Documentation1338264 -Node: Non-Unix Installation1339676 -Node: PC Installation1340152 -Node: PC Binary Installation1341021 -Node: PC Compiling1341914 -Node: PC Using1343092 -Node: Cygwin1346808 -Node: MSYS1348060 -Node: OpenVMS Installation1348686 -Node: OpenVMS Compilation1349367 -Ref: OpenVMS Compilation-Footnote-11350850 -Node: OpenVMS Dynamic Extensions1350908 -Node: OpenVMS Installation Details1352544 -Node: OpenVMS Running1354975 -Node: OpenVMS GNV1359112 -Node: Bugs1359867 -Node: Bug definition1360787 -Node: Bug address1364388 -Node: Usenet1367957 -Node: Performance bugs1369170 -Node: Asking for help1372186 -Node: Maintainers1374173 -Node: Other Versions1375200 -Node: Installation summary1384804 -Node: Notes1386186 -Node: Compatibility Mode1386996 -Node: Additions1387818 -Node: Accessing The Source1388763 -Node: Adding Code1390294 -Node: New Ports1397405 -Node: Derived Files1401908 -Ref: Derived Files-Footnote-11407719 -Ref: Derived Files-Footnote-21407754 -Ref: Derived Files-Footnote-31408365 -Node: Future Extensions1408479 -Node: Implementation Limitations1409149 -Node: Extension Design1410391 -Node: Old Extension Problems1411551 -Ref: Old Extension Problems-Footnote-11413123 -Node: Extension New Mechanism Goals1413184 -Ref: Extension New Mechanism Goals-Footnote-11416654 -Node: Extension Other Design Decisions1416855 -Node: Extension Future Growth1419052 -Node: Notes summary1419672 -Node: Basic Concepts1420882 -Node: Basic High Level1421567 -Ref: figure-general-flow1421849 -Ref: figure-process-flow1422551 -Ref: Basic High Level-Footnote-11425921 -Node: Basic Data Typing1426110 -Node: Glossary1429518 -Node: Copying1462397 -Node: GNU Free Documentation License1499955 -Node: Index1525078 +Node: Accessing Parameters1162277 +Node: Symbol Table Access1163558 +Node: Symbol table by name1164070 +Ref: Symbol table by name-Footnote-11167271 +Node: Symbol table by cookie1167403 +Ref: Symbol table by cookie-Footnote-11171672 +Node: Cached values1171736 +Ref: Cached values-Footnote-11175368 +Node: Array Manipulation1175525 +Ref: Array Manipulation-Footnote-11176624 +Node: Array Data Types1176661 +Ref: Array Data Types-Footnote-11179479 +Node: Array Functions1179575 +Node: Flattening Arrays1184604 +Node: Creating Arrays1191652 +Node: Redirection API1196494 +Node: Extension API Variables1199511 +Node: Extension Versioning1200234 +Ref: gawk-api-version1200663 +Node: Extension GMP/MPFR Versioning1202450 +Node: Extension API Informational Variables1204154 +Node: Extension API Boilerplate1205407 +Node: Changes from API V11209537 +Node: Finding Extensions1211169 +Node: Extension Example1211744 +Node: Internal File Description1212566 +Node: Internal File Ops1216858 +Ref: Internal File Ops-Footnote-11228408 +Node: Using Internal File Ops1228556 +Ref: Using Internal File Ops-Footnote-11230987 +Node: Extension Samples1231265 +Node: Extension Sample File Functions1232834 +Node: Extension Sample Fnmatch1240959 +Node: Extension Sample Fork1242554 +Node: Extension Sample Inplace1243830 +Node: Extension Sample Ord1247496 +Node: Extension Sample Readdir1248372 +Ref: table-readdir-file-types1249161 +Node: Extension Sample Revout1250517 +Node: Extension Sample Rev2way1251114 +Node: Extension Sample Read write array1251866 +Node: Extension Sample Readfile1255140 +Node: Extension Sample Time1256271 +Node: Extension Sample API Tests1258271 +Node: gawkextlib1258779 +Node: Extension summary1261811 +Node: Extension Exercises1265659 +Node: Language History1266929 +Node: V7/SVR3.11268641 +Node: SVR41270991 +Node: POSIX1272523 +Node: BTL1273948 +Node: POSIX/GNU1274715 +Node: Feature History1281370 +Node: Common Extensions1301172 +Node: Ranges and Locales1302647 +Ref: Ranges and Locales-Footnote-11307432 +Ref: Ranges and Locales-Footnote-21307459 +Ref: Ranges and Locales-Footnote-31307694 +Node: Contributors1307917 +Node: History summary1314108 +Node: Installation1315550 +Node: Gawk Distribution1316514 +Node: Getting1317006 +Node: Extracting1318005 +Node: Distribution contents1319711 +Node: Unix Installation1327601 +Node: Quick Installation1328421 +Node: Compiling with MPFR1330961 +Node: Shell Startup Files1331667 +Node: Additional Configuration Options1332824 +Node: Configuration Philosophy1335207 +Node: Compiling from Git1337707 +Node: Building the Documentation1338266 +Node: Non-Unix Installation1339678 +Node: PC Installation1340154 +Node: PC Binary Installation1341023 +Node: PC Compiling1341916 +Node: PC Using1343094 +Node: Cygwin1346810 +Node: MSYS1348062 +Node: OpenVMS Installation1348688 +Node: OpenVMS Compilation1349369 +Ref: OpenVMS Compilation-Footnote-11350852 +Node: OpenVMS Dynamic Extensions1350910 +Node: OpenVMS Installation Details1352546 +Node: OpenVMS Running1354977 +Node: OpenVMS GNV1359114 +Node: Bugs1359869 +Node: Bug definition1360789 +Node: Bug address1364390 +Node: Usenet1367959 +Node: Performance bugs1369172 +Node: Asking for help1372188 +Node: Maintainers1374175 +Node: Other Versions1375202 +Node: Installation summary1384806 +Node: Notes1386188 +Node: Compatibility Mode1386998 +Node: Additions1387820 +Node: Accessing The Source1388765 +Node: Adding Code1390296 +Node: New Ports1397407 +Node: Derived Files1401910 +Ref: Derived Files-Footnote-11407721 +Ref: Derived Files-Footnote-21407756 +Ref: Derived Files-Footnote-31408367 +Node: Future Extensions1408481 +Node: Implementation Limitations1409151 +Node: Extension Design1410393 +Node: Old Extension Problems1411553 +Ref: Old Extension Problems-Footnote-11413125 +Node: Extension New Mechanism Goals1413186 +Ref: Extension New Mechanism Goals-Footnote-11416656 +Node: Extension Other Design Decisions1416857 +Node: Extension Future Growth1419054 +Node: Notes summary1419674 +Node: Basic Concepts1420884 +Node: Basic High Level1421569 +Ref: figure-general-flow1421851 +Ref: figure-process-flow1422553 +Ref: Basic High Level-Footnote-11425923 +Node: Basic Data Typing1426112 +Node: Glossary1429520 +Node: Copying1462399 +Node: GNU Free Documentation License1499957 +Node: Index1525080 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 2ed5f13..1b758db 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -37082,12 +37082,12 @@ as a sort of ``wildcard'' request. @item Requesting an @code{AWK_STRING} causes @command{gawk} to convert any -scalar value to a string result, and that is what is retuned. +scalar value to a string result, and that is what is returned. @item Requesting an @code{AWK_NUMBER} causes @command{gawk} to convert any scalar value, except for a regexp, to a numeric result, and -that is what is retuned. +that is what is returned. Conversion between string and number in the API thus parallels how @command{gawk} behaves in running code. diff --git a/doc/wordlist b/doc/wordlist index 1a5b37d..cd766b6 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -131,6 +131,7 @@ Davide's Deifik Demaille Dinline +Dracones Drepper DrillBits Duman @@ -222,6 +223,7 @@ Haque Haris Hartholz Hasegawa +Hc Hermann Hoare's Hoijui's @@ -289,6 +291,7 @@ LINENO LXIX Langston LeBlanc +Lenox LibGCC Libmawk Libtool @@ -491,6 +494,7 @@ Strtonum Subarrays Sublicensing SunOS +Svnt SylvestersSequence TABs TEXTDOMAIN @@ -1067,6 +1071,7 @@ gettimeofday getuid gid gierd +gis github globalstate gmail |
