diff options
-rw-r--r-- | doc/ChangeLog | 8 | ||||
-rw-r--r-- | doc/gawk.info | 624 | ||||
-rw-r--r-- | doc/gawk.texi | 6 | ||||
-rw-r--r-- | doc/gawktexi.in | 6 | ||||
-rw-r--r-- | doc/wordlist | 1 |
5 files changed, 326 insertions, 319 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2aaad031..ef5d2954 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2016-11-08 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in, wordlist: Typo fix. ECBDIC --> EBCDIC. + Thanks to Sergey Tselikh <stselikh@gmail.com> for the report. + (bitwise-ops): Put table in @verbatim instead of @display. + Works better for Info, text, and HTML. Thanks to + Marco Curreli <marcocurreli@tiscali.it> for the report. + 2016-10-23 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Remove references to MS-DOS and OS/2, diff --git a/doc/gawk.info b/doc/gawk.info index dade486a..6b0bd098 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -13227,13 +13227,13 @@ successive pair of bits in the operands. Three common operations are bitwise AND, OR, and XOR. The operations are described in *note Table 9.6: table-bitwise-ops. - Bit operator - | AND | OR | XOR - |--+--+--+--+--+-- - Operands | 0 | 1 | 0 | 1 | 0 | 1 - -------+--+--+--+--+--+-- - 0 | 0 0 | 0 1 | 0 1 - 1 | 0 1 | 1 1 | 1 0 + Bit operator + | AND | OR | XOR + |---+---+---+---+---+--- +Operands | 0 | 1 | 0 | 1 | 0 | 1 +----------+---+---+---+---+---+--- + 0 | 0 0 | 0 1 | 0 1 + 1 | 0 1 | 1 1 | 1 0 Table 9.6: Bitwise operations @@ -29657,7 +29657,7 @@ Bracket Expression set of characters, like '[:digit:]'. The form of bracket expression enclosed between ':' is independent of the underlying representation of the character themselves, which could utilize the - ASCII, ECBDIC, or Unicode codesets, depending on the architecture + ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also "Regular Expression." @@ -34855,309 +34855,309 @@ Ref: Time Functions-Footnote-5560055 Ref: Time Functions-Footnote-6560282 Node: Bitwise Functions560548 Ref: table-bitwise-ops561142 -Ref: Bitwise Functions-Footnote-1565480 -Node: Type Functions565653 -Node: I18N Functions566809 -Node: User-defined568460 -Node: Definition Syntax569265 -Ref: Definition Syntax-Footnote-1574952 -Node: Function Example575023 -Ref: Function Example-Footnote-1577945 -Node: Function Caveats577967 -Node: Calling A Function578485 -Node: Variable Scope579443 -Node: Pass By Value/Reference582437 -Node: Return Statement585936 -Node: Dynamic Typing588915 -Node: Indirect Calls589845 -Ref: Indirect Calls-Footnote-1600096 -Node: Functions Summary600224 -Node: Library Functions602929 -Ref: Library Functions-Footnote-1606536 -Ref: Library Functions-Footnote-2606679 -Node: Library Names606850 -Ref: Library Names-Footnote-1610310 -Ref: Library Names-Footnote-2610533 -Node: General Functions610619 -Node: Strtonum Function611722 -Node: Assert Function614744 -Node: Round Function618070 -Node: Cliff Random Function619611 -Node: Ordinal Functions620627 -Ref: Ordinal Functions-Footnote-1623690 -Ref: Ordinal Functions-Footnote-2623942 -Node: Join Function624152 -Ref: Join Function-Footnote-1625922 -Node: Getlocaltime Function626122 -Node: Readfile Function629864 -Node: Shell Quoting631836 -Node: Data File Management633237 -Node: Filetrans Function633869 -Node: Rewind Function637965 -Node: File Checking639871 -Ref: File Checking-Footnote-1641205 -Node: Empty Files641406 -Node: Ignoring Assigns643385 -Node: Getopt Function644935 -Ref: Getopt Function-Footnote-1656404 -Node: Passwd Functions656604 -Ref: Passwd Functions-Footnote-1665443 -Node: Group Functions665531 -Ref: Group Functions-Footnote-1673429 -Node: Walking Arrays673636 -Node: Library Functions Summary676644 -Node: Library Exercises678050 -Node: Sample Programs678515 -Node: Running Examples679285 -Node: Clones680013 -Node: Cut Program681237 -Node: Egrep Program691166 -Ref: Egrep Program-Footnote-1698678 -Node: Id Program698788 -Node: Split Program702468 -Ref: Split Program-Footnote-1705927 -Node: Tee Program706056 -Node: Uniq Program708846 -Node: Wc Program716272 -Ref: Wc Program-Footnote-1720527 -Node: Miscellaneous Programs720621 -Node: Dupword Program721834 -Node: Alarm Program723864 -Node: Translate Program728719 -Ref: Translate Program-Footnote-1733284 -Node: Labels Program733554 -Ref: Labels Program-Footnote-1736905 -Node: Word Sorting736989 -Node: History Sorting741061 -Node: Extract Program742896 -Node: Simple Sed750425 -Node: Igawk Program753499 -Ref: Igawk Program-Footnote-1767830 -Ref: Igawk Program-Footnote-2768032 -Ref: Igawk Program-Footnote-3768154 -Node: Anagram Program768269 -Node: Signature Program771331 -Node: Programs Summary772578 -Node: Programs Exercises773792 -Ref: Programs Exercises-Footnote-1777921 -Node: Advanced Features778012 -Node: Nondecimal Data780002 -Node: Array Sorting781593 -Node: Controlling Array Traversal782293 -Ref: Controlling Array Traversal-Footnote-1790660 -Node: Array Sorting Functions790778 -Ref: Array Sorting Functions-Footnote-1795869 -Node: Two-way I/O796065 -Ref: Two-way I/O-Footnote-1802359 -Ref: Two-way I/O-Footnote-2802546 -Node: TCP/IP Networking802628 -Node: Profiling805746 -Node: Advanced Features Summary813285 -Node: Internationalization815221 -Node: I18N and L10N816701 -Node: Explaining gettext817388 -Ref: Explaining gettext-Footnote-1823280 -Ref: Explaining gettext-Footnote-2823465 -Node: Programmer i18n823630 -Ref: Programmer i18n-Footnote-1828485 -Node: Translator i18n828534 -Node: String Extraction829328 -Ref: String Extraction-Footnote-1830460 -Node: Printf Ordering830546 -Ref: Printf Ordering-Footnote-1833332 -Node: I18N Portability833396 -Ref: I18N Portability-Footnote-1835852 -Node: I18N Example835915 -Ref: I18N Example-Footnote-1838721 -Node: Gawk I18N838794 -Node: I18N Summary839439 -Node: Debugger840780 -Node: Debugging841802 -Node: Debugging Concepts842243 -Node: Debugging Terms844052 -Node: Awk Debugging846627 -Node: Sample Debugging Session847533 -Node: Debugger Invocation848067 -Node: Finding The Bug849453 -Node: List of Debugger Commands855931 -Node: Breakpoint Control857264 -Node: Debugger Execution Control860958 -Node: Viewing And Changing Data864320 -Node: Execution Stack867694 -Node: Debugger Info869331 -Node: Miscellaneous Debugger Commands873402 -Node: Readline Support878490 -Node: Limitations879386 -Node: Debugging Summary881495 -Node: Arbitrary Precision Arithmetic882668 -Node: Computer Arithmetic884084 -Ref: table-numeric-ranges887675 -Ref: Computer Arithmetic-Footnote-1888397 -Node: Math Definitions888454 -Ref: table-ieee-formats891768 -Ref: Math Definitions-Footnote-1892371 -Node: MPFR features892476 -Node: FP Math Caution894193 -Ref: FP Math Caution-Footnote-1895265 -Node: Inexactness of computations895634 -Node: Inexact representation896594 -Node: Comparing FP Values897954 -Node: Errors accumulate899036 -Node: Getting Accuracy900469 -Node: Try To Round903179 -Node: Setting precision904078 -Ref: table-predefined-precision-strings904775 -Node: Setting the rounding mode906605 -Ref: table-gawk-rounding-modes906979 -Ref: Setting the rounding mode-Footnote-1910387 -Node: Arbitrary Precision Integers910566 -Ref: Arbitrary Precision Integers-Footnote-1913550 -Node: POSIX Floating Point Problems913699 -Ref: POSIX Floating Point Problems-Footnote-1917581 -Node: Floating point summary917619 -Node: Dynamic Extensions919809 -Node: Extension Intro921362 -Node: Plugin License922628 -Node: Extension Mechanism Outline923425 -Ref: figure-load-extension923864 -Ref: figure-register-new-function925429 -Ref: figure-call-new-function926521 -Node: Extension API Description928583 -Node: Extension API Functions Introduction930031 -Node: General Data Types934843 -Ref: General Data Types-Footnote-1940798 -Node: Memory Allocation Functions941097 -Ref: Memory Allocation Functions-Footnote-1943942 -Node: Constructor Functions944041 -Node: Registration Functions945786 -Node: Extension Functions946471 -Node: Exit Callback Functions948770 -Node: Extension Version String950020 -Node: Input Parsers950683 -Node: Output Wrappers960565 -Node: Two-way processors965077 -Node: Printing Messages967342 -Ref: Printing Messages-Footnote-1968416 -Node: Updating ERRNO968569 -Node: Requesting Values969308 -Ref: table-value-types-returned970045 -Node: Accessing Parameters970928 -Node: Symbol Table Access972163 -Node: Symbol table by name972675 -Node: Symbol table by cookie974696 -Ref: Symbol table by cookie-Footnote-1978848 -Node: Cached values978912 -Ref: Cached values-Footnote-1982419 -Node: Array Manipulation982510 -Ref: Array Manipulation-Footnote-1983609 -Node: Array Data Types983646 -Ref: Array Data Types-Footnote-1986304 -Node: Array Functions986396 -Node: Flattening Arrays990254 -Node: Creating Arrays997162 -Node: Extension API Variables1001931 -Node: Extension Versioning1002567 -Ref: gawk-api-version1003004 -Node: Extension API Informational Variables1004760 -Node: Extension API Boilerplate1005824 -Node: Finding Extensions1009638 -Node: Extension Example1010197 -Node: Internal File Description1010995 -Node: Internal File Ops1015075 -Ref: Internal File Ops-Footnote-11026837 -Node: Using Internal File Ops1026977 -Ref: Using Internal File Ops-Footnote-11029360 -Node: Extension Samples1029634 -Node: Extension Sample File Functions1031163 -Node: Extension Sample Fnmatch1038812 -Node: Extension Sample Fork1040299 -Node: Extension Sample Inplace1041517 -Node: Extension Sample Ord1044727 -Node: Extension Sample Readdir1045563 -Ref: table-readdir-file-types1046452 -Node: Extension Sample Revout1047257 -Node: Extension Sample Rev2way1047846 -Node: Extension Sample Read write array1048586 -Node: Extension Sample Readfile1050528 -Node: Extension Sample Time1051623 -Node: Extension Sample API Tests1052971 -Node: gawkextlib1053463 -Node: Extension summary1055887 -Node: Extension Exercises1059579 -Node: Language History1061077 -Node: V7/SVR3.11062733 -Node: SVR41064885 -Node: POSIX1066319 -Node: BTL1067698 -Node: POSIX/GNU1068427 -Node: Feature History1073948 -Node: Common Extensions1087277 -Node: Ranges and Locales1088560 -Ref: Ranges and Locales-Footnote-11093176 -Ref: Ranges and Locales-Footnote-21093203 -Ref: Ranges and Locales-Footnote-31093438 -Node: Contributors1093659 -Node: History summary1099219 -Node: Installation1100599 -Node: Gawk Distribution1101543 -Node: Getting1102027 -Node: Extracting1102988 -Node: Distribution contents1104626 -Node: Unix Installation1110368 -Node: Quick Installation1110984 -Node: Additional Configuration Options1113411 -Node: Configuration Philosophy1115215 -Node: Non-Unix Installation1117584 -Node: PC Installation1118044 -Node: PC Binary Installation1118882 -Node: PC Compiling1119317 -Node: PC Using1120434 -Node: Cygwin1123479 -Node: MSYS1124249 -Node: VMS Installation1124750 -Node: VMS Compilation1125541 -Ref: VMS Compilation-Footnote-11126770 -Node: VMS Dynamic Extensions1126828 -Node: VMS Installation Details1128513 -Node: VMS Running1130766 -Node: VMS GNV1135045 -Node: VMS Old Gawk1135780 -Node: Bugs1136251 -Node: Bug address1136914 -Node: Usenet1139311 -Node: Maintainers1140086 -Node: Other Versions1141462 -Node: Installation summary1148046 -Node: Notes1149081 -Node: Compatibility Mode1149946 -Node: Additions1150728 -Node: Accessing The Source1151653 -Node: Adding Code1153088 -Node: New Ports1159307 -Node: Derived Files1163795 -Ref: Derived Files-Footnote-11169280 -Ref: Derived Files-Footnote-21169315 -Ref: Derived Files-Footnote-31169913 -Node: Future Extensions1170027 -Node: Implementation Limitations1170685 -Node: Extension Design1171868 -Node: Old Extension Problems1173022 -Ref: Old Extension Problems-Footnote-11174540 -Node: Extension New Mechanism Goals1174597 -Ref: Extension New Mechanism Goals-Footnote-11177961 -Node: Extension Other Design Decisions1178150 -Node: Extension Future Growth1180263 -Node: Old Extension Mechanism1181099 -Node: Notes summary1182862 -Node: Basic Concepts1184044 -Node: Basic High Level1184725 -Ref: figure-general-flow1185007 -Ref: figure-process-flow1185692 -Ref: Basic High Level-Footnote-11188993 -Node: Basic Data Typing1189178 -Node: Glossary1192506 -Node: Copying1224453 -Node: GNU Free Documentation License1261992 -Node: Index1287110 +Ref: Bitwise Functions-Footnote-1565460 +Node: Type Functions565633 +Node: I18N Functions566789 +Node: User-defined568440 +Node: Definition Syntax569245 +Ref: Definition Syntax-Footnote-1574932 +Node: Function Example575003 +Ref: Function Example-Footnote-1577925 +Node: Function Caveats577947 +Node: Calling A Function578465 +Node: Variable Scope579423 +Node: Pass By Value/Reference582417 +Node: Return Statement585916 +Node: Dynamic Typing588895 +Node: Indirect Calls589825 +Ref: Indirect Calls-Footnote-1600076 +Node: Functions Summary600204 +Node: Library Functions602909 +Ref: Library Functions-Footnote-1606516 +Ref: Library Functions-Footnote-2606659 +Node: Library Names606830 +Ref: Library Names-Footnote-1610290 +Ref: Library Names-Footnote-2610513 +Node: General Functions610599 +Node: Strtonum Function611702 +Node: Assert Function614724 +Node: Round Function618050 +Node: Cliff Random Function619591 +Node: Ordinal Functions620607 +Ref: Ordinal Functions-Footnote-1623670 +Ref: Ordinal Functions-Footnote-2623922 +Node: Join Function624132 +Ref: Join Function-Footnote-1625902 +Node: Getlocaltime Function626102 +Node: Readfile Function629844 +Node: Shell Quoting631816 +Node: Data File Management633217 +Node: Filetrans Function633849 +Node: Rewind Function637945 +Node: File Checking639851 +Ref: File Checking-Footnote-1641185 +Node: Empty Files641386 +Node: Ignoring Assigns643365 +Node: Getopt Function644915 +Ref: Getopt Function-Footnote-1656384 +Node: Passwd Functions656584 +Ref: Passwd Functions-Footnote-1665423 +Node: Group Functions665511 +Ref: Group Functions-Footnote-1673409 +Node: Walking Arrays673616 +Node: Library Functions Summary676624 +Node: Library Exercises678030 +Node: Sample Programs678495 +Node: Running Examples679265 +Node: Clones679993 +Node: Cut Program681217 +Node: Egrep Program691146 +Ref: Egrep Program-Footnote-1698658 +Node: Id Program698768 +Node: Split Program702448 +Ref: Split Program-Footnote-1705907 +Node: Tee Program706036 +Node: Uniq Program708826 +Node: Wc Program716252 +Ref: Wc Program-Footnote-1720507 +Node: Miscellaneous Programs720601 +Node: Dupword Program721814 +Node: Alarm Program723844 +Node: Translate Program728699 +Ref: Translate Program-Footnote-1733264 +Node: Labels Program733534 +Ref: Labels Program-Footnote-1736885 +Node: Word Sorting736969 +Node: History Sorting741041 +Node: Extract Program742876 +Node: Simple Sed750405 +Node: Igawk Program753479 +Ref: Igawk Program-Footnote-1767810 +Ref: Igawk Program-Footnote-2768012 +Ref: Igawk Program-Footnote-3768134 +Node: Anagram Program768249 +Node: Signature Program771311 +Node: Programs Summary772558 +Node: Programs Exercises773772 +Ref: Programs Exercises-Footnote-1777901 +Node: Advanced Features777992 +Node: Nondecimal Data779982 +Node: Array Sorting781573 +Node: Controlling Array Traversal782273 +Ref: Controlling Array Traversal-Footnote-1790640 +Node: Array Sorting Functions790758 +Ref: Array Sorting Functions-Footnote-1795849 +Node: Two-way I/O796045 +Ref: Two-way I/O-Footnote-1802339 +Ref: Two-way I/O-Footnote-2802526 +Node: TCP/IP Networking802608 +Node: Profiling805726 +Node: Advanced Features Summary813265 +Node: Internationalization815201 +Node: I18N and L10N816681 +Node: Explaining gettext817368 +Ref: Explaining gettext-Footnote-1823260 +Ref: Explaining gettext-Footnote-2823445 +Node: Programmer i18n823610 +Ref: Programmer i18n-Footnote-1828465 +Node: Translator i18n828514 +Node: String Extraction829308 +Ref: String Extraction-Footnote-1830440 +Node: Printf Ordering830526 +Ref: Printf Ordering-Footnote-1833312 +Node: I18N Portability833376 +Ref: I18N Portability-Footnote-1835832 +Node: I18N Example835895 +Ref: I18N Example-Footnote-1838701 +Node: Gawk I18N838774 +Node: I18N Summary839419 +Node: Debugger840760 +Node: Debugging841782 +Node: Debugging Concepts842223 +Node: Debugging Terms844032 +Node: Awk Debugging846607 +Node: Sample Debugging Session847513 +Node: Debugger Invocation848047 +Node: Finding The Bug849433 +Node: List of Debugger Commands855911 +Node: Breakpoint Control857244 +Node: Debugger Execution Control860938 +Node: Viewing And Changing Data864300 +Node: Execution Stack867674 +Node: Debugger Info869311 +Node: Miscellaneous Debugger Commands873382 +Node: Readline Support878470 +Node: Limitations879366 +Node: Debugging Summary881475 +Node: Arbitrary Precision Arithmetic882648 +Node: Computer Arithmetic884064 +Ref: table-numeric-ranges887655 +Ref: Computer Arithmetic-Footnote-1888377 +Node: Math Definitions888434 +Ref: table-ieee-formats891748 +Ref: Math Definitions-Footnote-1892351 +Node: MPFR features892456 +Node: FP Math Caution894173 +Ref: FP Math Caution-Footnote-1895245 +Node: Inexactness of computations895614 +Node: Inexact representation896574 +Node: Comparing FP Values897934 +Node: Errors accumulate899016 +Node: Getting Accuracy900449 +Node: Try To Round903159 +Node: Setting precision904058 +Ref: table-predefined-precision-strings904755 +Node: Setting the rounding mode906585 +Ref: table-gawk-rounding-modes906959 +Ref: Setting the rounding mode-Footnote-1910367 +Node: Arbitrary Precision Integers910546 +Ref: Arbitrary Precision Integers-Footnote-1913530 +Node: POSIX Floating Point Problems913679 +Ref: POSIX Floating Point Problems-Footnote-1917561 +Node: Floating point summary917599 +Node: Dynamic Extensions919789 +Node: Extension Intro921342 +Node: Plugin License922608 +Node: Extension Mechanism Outline923405 +Ref: figure-load-extension923844 +Ref: figure-register-new-function925409 +Ref: figure-call-new-function926501 +Node: Extension API Description928563 +Node: Extension API Functions Introduction930011 +Node: General Data Types934823 +Ref: General Data Types-Footnote-1940778 +Node: Memory Allocation Functions941077 +Ref: Memory Allocation Functions-Footnote-1943922 +Node: Constructor Functions944021 +Node: Registration Functions945766 +Node: Extension Functions946451 +Node: Exit Callback Functions948750 +Node: Extension Version String950000 +Node: Input Parsers950663 +Node: Output Wrappers960545 +Node: Two-way processors965057 +Node: Printing Messages967322 +Ref: Printing Messages-Footnote-1968396 +Node: Updating ERRNO968549 +Node: Requesting Values969288 +Ref: table-value-types-returned970025 +Node: Accessing Parameters970908 +Node: Symbol Table Access972143 +Node: Symbol table by name972655 +Node: Symbol table by cookie974676 +Ref: Symbol table by cookie-Footnote-1978828 +Node: Cached values978892 +Ref: Cached values-Footnote-1982399 +Node: Array Manipulation982490 +Ref: Array Manipulation-Footnote-1983589 +Node: Array Data Types983626 +Ref: Array Data Types-Footnote-1986284 +Node: Array Functions986376 +Node: Flattening Arrays990234 +Node: Creating Arrays997142 +Node: Extension API Variables1001911 +Node: Extension Versioning1002547 +Ref: gawk-api-version1002984 +Node: Extension API Informational Variables1004740 +Node: Extension API Boilerplate1005804 +Node: Finding Extensions1009618 +Node: Extension Example1010177 +Node: Internal File Description1010975 +Node: Internal File Ops1015055 +Ref: Internal File Ops-Footnote-11026817 +Node: Using Internal File Ops1026957 +Ref: Using Internal File Ops-Footnote-11029340 +Node: Extension Samples1029614 +Node: Extension Sample File Functions1031143 +Node: Extension Sample Fnmatch1038792 +Node: Extension Sample Fork1040279 +Node: Extension Sample Inplace1041497 +Node: Extension Sample Ord1044707 +Node: Extension Sample Readdir1045543 +Ref: table-readdir-file-types1046432 +Node: Extension Sample Revout1047237 +Node: Extension Sample Rev2way1047826 +Node: Extension Sample Read write array1048566 +Node: Extension Sample Readfile1050508 +Node: Extension Sample Time1051603 +Node: Extension Sample API Tests1052951 +Node: gawkextlib1053443 +Node: Extension summary1055867 +Node: Extension Exercises1059559 +Node: Language History1061057 +Node: V7/SVR3.11062713 +Node: SVR41064865 +Node: POSIX1066299 +Node: BTL1067678 +Node: POSIX/GNU1068407 +Node: Feature History1073928 +Node: Common Extensions1087257 +Node: Ranges and Locales1088540 +Ref: Ranges and Locales-Footnote-11093156 +Ref: Ranges and Locales-Footnote-21093183 +Ref: Ranges and Locales-Footnote-31093418 +Node: Contributors1093639 +Node: History summary1099199 +Node: Installation1100579 +Node: Gawk Distribution1101523 +Node: Getting1102007 +Node: Extracting1102968 +Node: Distribution contents1104606 +Node: Unix Installation1110348 +Node: Quick Installation1110964 +Node: Additional Configuration Options1113391 +Node: Configuration Philosophy1115195 +Node: Non-Unix Installation1117564 +Node: PC Installation1118024 +Node: PC Binary Installation1118862 +Node: PC Compiling1119297 +Node: PC Using1120414 +Node: Cygwin1123459 +Node: MSYS1124229 +Node: VMS Installation1124730 +Node: VMS Compilation1125521 +Ref: VMS Compilation-Footnote-11126750 +Node: VMS Dynamic Extensions1126808 +Node: VMS Installation Details1128493 +Node: VMS Running1130746 +Node: VMS GNV1135025 +Node: VMS Old Gawk1135760 +Node: Bugs1136231 +Node: Bug address1136894 +Node: Usenet1139291 +Node: Maintainers1140066 +Node: Other Versions1141442 +Node: Installation summary1148026 +Node: Notes1149061 +Node: Compatibility Mode1149926 +Node: Additions1150708 +Node: Accessing The Source1151633 +Node: Adding Code1153068 +Node: New Ports1159287 +Node: Derived Files1163775 +Ref: Derived Files-Footnote-11169260 +Ref: Derived Files-Footnote-21169295 +Ref: Derived Files-Footnote-31169893 +Node: Future Extensions1170007 +Node: Implementation Limitations1170665 +Node: Extension Design1171848 +Node: Old Extension Problems1173002 +Ref: Old Extension Problems-Footnote-11174520 +Node: Extension New Mechanism Goals1174577 +Ref: Extension New Mechanism Goals-Footnote-11177941 +Node: Extension Other Design Decisions1178130 +Node: Extension Future Growth1180243 +Node: Old Extension Mechanism1181079 +Node: Notes summary1182842 +Node: Basic Concepts1184024 +Node: Basic High Level1184705 +Ref: figure-general-flow1184987 +Ref: figure-process-flow1185672 +Ref: Basic High Level-Footnote-11188973 +Node: Basic Data Typing1189158 +Node: Glossary1192486 +Node: Copying1224433 +Node: GNU Free Documentation License1261972 +Node: Index1287090 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index e1b8fbbb..2cfe858c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -18962,7 +18962,7 @@ The operations are described in @ref{table-bitwise-ops}. @caption{Bitwise operations} @ifnottex @ifnotdocbook -@display +@verbatim Bit operator | AND | OR | XOR |---+---+---+---+---+--- @@ -18970,7 +18970,7 @@ Operands | 0 | 1 | 0 | 1 | 0 | 1 ----------+---+---+---+---+---+--- 0 | 0 0 | 0 1 | 0 1 1 | 0 1 | 1 1 | 1 0 -@end display +@end verbatim @end ifnotdocbook @end ifnottex @tex @@ -39900,7 +39900,7 @@ or more characters, like @samp{[abc]}, a range of characters, like @samp{[A-Z]}, or a name, delimited by @samp{:}, that designates a known set of characters, like @samp{[:digit:]}. The form of bracket expression enclosed between @samp{:} is independent of the underlying representation -of the character themselves, which could utilize the ASCII, ECBDIC, or +of the character themselves, which could utilize the ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also ``Regular Expression.'' diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 207c85bb..28486974 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -18083,7 +18083,7 @@ The operations are described in @ref{table-bitwise-ops}. @caption{Bitwise operations} @ifnottex @ifnotdocbook -@display +@verbatim Bit operator | AND | OR | XOR |---+---+---+---+---+--- @@ -18091,7 +18091,7 @@ Operands | 0 | 1 | 0 | 1 | 0 | 1 ----------+---+---+---+---+---+--- 0 | 0 0 | 0 1 | 0 1 1 | 0 1 | 1 1 | 1 0 -@end display +@end verbatim @end ifnotdocbook @end ifnottex @tex @@ -38991,7 +38991,7 @@ or more characters, like @samp{[abc]}, a range of characters, like @samp{[A-Z]}, or a name, delimited by @samp{:}, that designates a known set of characters, like @samp{[:digit:]}. The form of bracket expression enclosed between @samp{:} is independent of the underlying representation -of the character themselves, which could utilize the ASCII, ECBDIC, or +of the character themselves, which could utilize the ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also ``Regular Expression.'' diff --git a/doc/wordlist b/doc/wordlist index 7bbed134..b45cfc56 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -130,7 +130,6 @@ Dupword EAGAIN EBCDIC EC -ECBDIC EINTR EMISTERED EMRED |