diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2023-12-03 20:05:54 +0200 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2023-12-03 20:05:54 +0200 |
| commit | 68ceb5871bcb3ccb66c90201c3ab6a4a12a6f9fb (patch) | |
| tree | 8dd33e502d1d5bd79dff41fbb2887a0a91dbdc19 | |
| parent | 9fda97bc4a6706a655edd3e1e42839debd219045 (diff) | |
| download | gawk-68ceb5871bcb3ccb66c90201c3ab6a4a12a6f9fb.tar.gz | |
Doc fix, refer to gawk.texi not gawktexi.in.
| -rw-r--r-- | doc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/gawk.info | 558 | ||||
| -rw-r--r-- | doc/gawk.texi | 15 |
3 files changed, 287 insertions, 292 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9e7ffa2..d2c49cc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2023-12-03 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi: Change references to gawktexi.in to gawk.texi and + remove reference to sidebar.awk. Thanks to Hermann Peifer for + pointing out the problem. + 2023-12-02 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi (Extension Sample Time): Fix up the text for strptime(). diff --git a/doc/gawk.info b/doc/gawk.info index b5d479b..da65b23 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -20608,11 +20608,11 @@ removed. ‘extract.awk’ uses the ‘join()’ library function (*note Join Function::). The example programs in the online Texinfo source for ‘GAWK: -Effective AWK Programming’ (‘gawktexi.in’) have all been bracketed -inside ‘file’ and ‘endfile’ lines. The ‘gawk’ distribution uses a copy -of ‘extract.awk’ to extract the sample programs and install many of them -in a standard directory where ‘gawk’ can find them. The Texinfo file -looks something like this: +Effective AWK Programming’ (‘gawk.texi’) have all been bracketed inside +‘file’ and ‘endfile’ lines. The ‘gawk’ distribution uses a copy of +‘extract.awk’ to extract the sample programs and install many of them in +a standard directory where ‘gawk’ can find them. The Texinfo file looks +something like this: ... This program has a @code{BEGIN} rule @@ -31643,18 +31643,12 @@ Various ‘.c’, ‘.y’, and ‘.h’ files The ‘troff’ source for a manual page describing ‘gawk’. This is distributed for the convenience of Unix users. -‘doc/gawktexi.in’ -‘doc/sidebar.awk’ - The Texinfo source file for this Info file. It should be processed - by ‘doc/sidebar.awk’ before processing with ‘texi2dvi’ or - ‘texi2pdf’ to produce a printed document, and with ‘makeinfo’ to - produce an Info or HTML file. The ‘Makefile’ takes care of this - processing and produces printable output via ‘texi2dvi’ or - ‘texi2pdf’. - ‘doc/gawk.texi’ - The file produced after processing ‘gawktexi.in’ with - ‘sidebar.awk’. + The Texinfo source file for this Info file. It should be processed + by ‘texi2dvi’ or ‘texi2pdf’ to produce a printed document, and by + ‘makeinfo’ to produce an Info or HTML file. The ‘Makefile’ takes + care of this processing and produces printable output via + ‘texi2dvi’ or ‘texi2pdf’. ‘doc/gawk.info’ The generated Info file for this Info file. @@ -36679,7 +36673,7 @@ Index (line 44) * AWKLIBPATH environment variable <6>: POSIX/GNU. (line 111) * AWKLIBPATH environment variable <7>: Distribution contents. - (line 192) + (line 186) * AWKLIBPATH environment variable <8>: Shell Startup Files. (line 6) * AWKPATH environment variable: AWKPATH Variable. (line 6) * AWKPATH environment variable <1>: Include Files. (line 8) @@ -36690,7 +36684,7 @@ Index * AWKPATH environment variable <6>: POSIX/GNU. (line 108) * AWKPATH environment variable <7>: Feature History. (line 11) * AWKPATH environment variable <8>: Distribution contents. - (line 192) + (line 186) * AWKPATH environment variable <9>: Shell Startup Files. (line 6) * AWKPATH environment variable <10>: PC Using. (line 12) * AWKPATH environment variable <11>: OpenVMS Running. (line 50) @@ -37555,7 +37549,7 @@ Index (line 44) * environment variables, AWKLIBPATH <6>: POSIX/GNU. (line 111) * environment variables, AWKLIBPATH <7>: Distribution contents. - (line 192) + (line 186) * environment variables, AWKLIBPATH <8>: Shell Startup Files. (line 6) * environment variables, AWKPATH: AWKPATH Variable. (line 6) * environment variables, AWKPATH <1>: Include Files. (line 8) @@ -37566,7 +37560,7 @@ Index * environment variables, AWKPATH <6>: POSIX/GNU. (line 108) * environment variables, AWKPATH <7>: Feature History. (line 11) * environment variables, AWKPATH <8>: Distribution contents. - (line 192) + (line 186) * environment variables, AWKPATH <9>: Shell Startup Files. (line 6) * environment variables, AWKPATH <10>: PC Using. (line 12) * environment variables, AWKPATH <11>: OpenVMS Running. (line 50) @@ -40154,268 +40148,268 @@ Ref: Labels Program-Footnote-1858847 Node: Word Sorting858931 Node: History Sorting863105 Node: Extract Program865378 -Node: Simple Sed873633 -Node: Igawk Program876843 -Ref: Igawk Program-Footnote-1892053 -Ref: Igawk Program-Footnote-2892259 -Ref: Igawk Program-Footnote-3892389 -Node: Anagram Program892516 -Node: Signature Program895602 -Node: Programs Summary896852 -Node: Programs Exercises898106 -Ref: Programs Exercises-Footnote-1902408 -Node: Advanced Features902494 -Node: Nondecimal Data904975 -Node: Boolean Typed Values906605 -Node: Array Sorting908562 -Node: Controlling Array Traversal909291 -Ref: Controlling Array Traversal-Footnote-1917794 -Node: Array Sorting Functions917916 -Ref: Array Sorting Functions-Footnote-1924013 -Node: Two-way I/O924221 -Ref: Two-way I/O-Footnote-1932192 -Ref: Two-way I/O-Footnote-2932383 -Node: TCP/IP Networking932465 -Node: Profiling935633 -Node: Persistent Memory945303 -Ref: Persistent Memory-Footnote-1954875 -Node: Extension Philosophy955006 -Node: Advanced Features Summary956533 -Node: Internationalization958799 -Node: I18N and L10N960501 -Node: Explaining gettext961196 -Ref: Explaining gettext-Footnote-1967332 -Ref: Explaining gettext-Footnote-2967525 -Node: Programmer i18n967690 -Ref: Programmer i18n-Footnote-1972802 -Node: Translator i18n972851 -Node: String Extraction973681 -Ref: String Extraction-Footnote-1974857 -Node: Printf Ordering974955 -Ref: Printf Ordering-Footnote-1977813 -Node: I18N Portability977881 -Ref: I18N Portability-Footnote-1980441 -Node: I18N Example980508 -Ref: I18N Example-Footnote-1983902 -Ref: I18N Example-Footnote-2983975 -Node: Gawk I18N984092 -Node: I18N Summary984746 -Node: Debugger986143 -Node: Debugging987163 -Node: Debugging Concepts987612 -Node: Debugging Terms989429 -Node: Awk Debugging992032 -Ref: Awk Debugging-Footnote-1993005 -Node: Sample Debugging Session993141 -Node: Debugger Invocation993691 -Node: Finding The Bug995316 -Node: List of Debugger Commands1001948 -Node: Breakpoint Control1003325 -Node: Debugger Execution Control1007147 -Node: Viewing And Changing Data1010621 -Node: Execution Stack1014355 -Node: Debugger Info1016036 -Node: Miscellaneous Debugger Commands1020331 -Node: Readline Support1025572 -Node: Limitations1026516 -Node: Debugging Summary1029140 -Node: Namespaces1030439 -Node: Global Namespace1031566 -Node: Qualified Names1033000 -Node: Default Namespace1034035 -Node: Changing The Namespace1034808 -Node: Naming Rules1036490 -Node: Internal Name Management1038405 -Node: Namespace Example1039475 -Node: Namespace And Features1042052 -Node: Namespace Summary1043507 -Node: Arbitrary Precision Arithmetic1045018 -Node: Computer Arithmetic1046537 -Ref: table-numeric-ranges1050345 -Ref: table-floating-point-ranges1050842 -Ref: Computer Arithmetic-Footnote-11051500 -Node: Math Definitions1051557 -Ref: table-ieee-formats1054589 -Node: MPFR features1055162 -Node: MPFR On Parole1055615 -Ref: MPFR On Parole-Footnote-11056456 -Node: MPFR Intro1056615 -Node: FP Math Caution1058299 -Ref: FP Math Caution-Footnote-11059371 -Node: Inexactness of computations1059744 -Node: Inexact representation1060775 -Node: Comparing FP Values1062156 -Node: Errors accumulate1063414 -Node: Strange values1064879 -Ref: Strange values-Footnote-11067533 -Node: Getting Accuracy1067638 -Node: Try To Round1070375 -Node: Setting precision1071282 -Ref: table-predefined-precision-strings1071987 -Node: Setting the rounding mode1073871 -Ref: table-gawk-rounding-modes1074253 -Ref: Setting the rounding mode-Footnote-11078305 -Node: Arbitrary Precision Integers1078488 -Ref: Arbitrary Precision Integers-Footnote-11081698 -Node: Checking for MPFR1081851 -Node: POSIX Floating Point Problems1083341 -Ref: POSIX Floating Point Problems-Footnote-11088161 -Node: Floating point summary1088199 -Node: Dynamic Extensions1090455 -Node: Extension Intro1092052 -Node: Plugin License1093354 -Node: Extension Mechanism Outline1094167 -Ref: figure-load-extension1094618 -Ref: figure-register-new-function1096196 -Ref: figure-call-new-function1097305 -Node: Extension API Description1099420 -Node: Extension API Functions Introduction1101149 -Ref: table-api-std-headers1103043 -Node: General Data Types1107484 -Ref: General Data Types-Footnote-11116630 -Node: Memory Allocation Functions1116933 -Ref: Memory Allocation Functions-Footnote-11121650 -Node: Constructor Functions1121749 -Node: API Ownership of MPFR and GMP Values1125650 -Node: Registration Functions1127203 -Node: Extension Functions1127907 -Node: Exit Callback Functions1133481 -Node: Extension Version String1134795 -Node: Input Parsers1135490 -Node: Output Wrappers1150109 -Node: Two-way processors1154951 -Node: Printing Messages1157304 -Ref: Printing Messages-Footnote-11158515 -Node: Updating ERRNO1158668 -Node: Requesting Values1159467 -Ref: table-value-types-returned1160220 -Node: Accessing Parameters1161328 -Node: Symbol Table Access1162609 -Node: Symbol table by name1163121 -Ref: Symbol table by name-Footnote-11166322 -Node: Symbol table by cookie1166454 -Ref: Symbol table by cookie-Footnote-11170723 -Node: Cached values1170787 -Ref: Cached values-Footnote-11174419 -Node: Array Manipulation1174576 -Ref: Array Manipulation-Footnote-11175675 -Node: Array Data Types1175712 -Ref: Array Data Types-Footnote-11178530 -Node: Array Functions1178626 -Node: Flattening Arrays1183655 -Node: Creating Arrays1190703 -Node: Redirection API1195545 -Node: Extension API Variables1198562 -Node: Extension Versioning1199285 -Ref: gawk-api-version1199714 -Node: Extension GMP/MPFR Versioning1201501 -Node: Extension API Informational Variables1203205 -Node: Extension API Boilerplate1204458 -Node: Changes from API V11208588 -Node: Finding Extensions1210220 -Node: Extension Example1210795 -Node: Internal File Description1211617 -Node: Internal File Ops1215909 -Ref: Internal File Ops-Footnote-11227459 -Node: Using Internal File Ops1227607 -Ref: Using Internal File Ops-Footnote-11230038 -Node: Extension Samples1230316 -Node: Extension Sample File Functions1231885 -Node: Extension Sample Fnmatch1240010 -Node: Extension Sample Fork1241605 -Node: Extension Sample Inplace1242881 -Node: Extension Sample Ord1246547 -Node: Extension Sample Readdir1247423 -Ref: table-readdir-file-types1248212 -Node: Extension Sample Revout1249568 -Node: Extension Sample Rev2way1250165 -Node: Extension Sample Read write array1250917 -Node: Extension Sample Readfile1254191 -Node: Extension Sample Time1255322 -Node: Extension Sample API Tests1257322 -Node: gawkextlib1257830 -Node: Extension summary1260862 -Node: Extension Exercises1264710 -Node: Language History1265980 -Node: V7/SVR3.11267692 -Node: SVR41270042 -Node: POSIX1271574 -Node: BTL1272999 -Node: POSIX/GNU1273766 -Node: Feature History1280421 -Node: Common Extensions1300223 -Node: Ranges and Locales1301698 -Ref: Ranges and Locales-Footnote-11306483 -Ref: Ranges and Locales-Footnote-21306510 -Ref: Ranges and Locales-Footnote-31306745 -Node: Contributors1306968 -Node: History summary1313159 -Node: Installation1314601 -Node: Gawk Distribution1315565 -Node: Getting1316057 -Node: Extracting1317056 -Node: Distribution contents1318762 -Node: Unix Installation1326836 -Node: Quick Installation1327656 -Node: Compiling with MPFR1330196 -Node: Shell Startup Files1330902 -Node: Additional Configuration Options1332059 -Node: Configuration Philosophy1334442 -Node: Compiling from Git1336942 -Node: Building the Documentation1337501 -Node: Non-Unix Installation1338913 -Node: PC Installation1339389 -Node: PC Binary Installation1340258 -Node: PC Compiling1341151 -Node: PC Using1342329 -Node: Cygwin1346045 -Node: MSYS1347297 -Node: OpenVMS Installation1347923 -Node: OpenVMS Compilation1348604 -Ref: OpenVMS Compilation-Footnote-11350087 -Node: OpenVMS Dynamic Extensions1350145 -Node: OpenVMS Installation Details1351781 -Node: OpenVMS Running1354212 -Node: OpenVMS GNV1358349 -Node: Bugs1359104 -Node: Bug definition1360024 -Node: Bug address1363625 -Node: Usenet1367194 -Node: Performance bugs1368407 -Node: Asking for help1371423 -Node: Maintainers1373410 -Node: Other Versions1374437 -Node: Installation summary1384041 -Node: Notes1385423 -Node: Compatibility Mode1386233 -Node: Additions1387055 -Node: Accessing The Source1388000 -Node: Adding Code1389531 -Node: New Ports1396642 -Node: Derived Files1401145 -Ref: Derived Files-Footnote-11406956 -Ref: Derived Files-Footnote-21406991 -Ref: Derived Files-Footnote-31407602 -Node: Future Extensions1407716 -Node: Implementation Limitations1408386 -Node: Extension Design1409628 -Node: Old Extension Problems1410788 -Ref: Old Extension Problems-Footnote-11412360 -Node: Extension New Mechanism Goals1412421 -Ref: Extension New Mechanism Goals-Footnote-11415891 -Node: Extension Other Design Decisions1416092 -Node: Extension Future Growth1418289 -Node: Notes summary1418909 -Node: Basic Concepts1420119 -Node: Basic High Level1420804 -Ref: figure-general-flow1421086 -Ref: figure-process-flow1421788 -Ref: Basic High Level-Footnote-11425158 -Node: Basic Data Typing1425347 -Node: Glossary1428755 -Node: Copying1461634 -Node: GNU Free Documentation License1499192 -Node: Index1524315 +Node: Simple Sed873631 +Node: Igawk Program876841 +Ref: Igawk Program-Footnote-1892051 +Ref: Igawk Program-Footnote-2892257 +Ref: Igawk Program-Footnote-3892387 +Node: Anagram Program892514 +Node: Signature Program895600 +Node: Programs Summary896850 +Node: Programs Exercises898104 +Ref: Programs Exercises-Footnote-1902406 +Node: Advanced Features902492 +Node: Nondecimal Data904973 +Node: Boolean Typed Values906603 +Node: Array Sorting908560 +Node: Controlling Array Traversal909289 +Ref: Controlling Array Traversal-Footnote-1917792 +Node: Array Sorting Functions917914 +Ref: Array Sorting Functions-Footnote-1924011 +Node: Two-way I/O924219 +Ref: Two-way I/O-Footnote-1932190 +Ref: Two-way I/O-Footnote-2932381 +Node: TCP/IP Networking932463 +Node: Profiling935631 +Node: Persistent Memory945301 +Ref: Persistent Memory-Footnote-1954873 +Node: Extension Philosophy955004 +Node: Advanced Features Summary956531 +Node: Internationalization958797 +Node: I18N and L10N960499 +Node: Explaining gettext961194 +Ref: Explaining gettext-Footnote-1967330 +Ref: Explaining gettext-Footnote-2967523 +Node: Programmer i18n967688 +Ref: Programmer i18n-Footnote-1972800 +Node: Translator i18n972849 +Node: String Extraction973679 +Ref: String Extraction-Footnote-1974855 +Node: Printf Ordering974953 +Ref: Printf Ordering-Footnote-1977811 +Node: I18N Portability977879 +Ref: I18N Portability-Footnote-1980439 +Node: I18N Example980506 +Ref: I18N Example-Footnote-1983900 +Ref: I18N Example-Footnote-2983973 +Node: Gawk I18N984090 +Node: I18N Summary984744 +Node: Debugger986141 +Node: Debugging987161 +Node: Debugging Concepts987610 +Node: Debugging Terms989427 +Node: Awk Debugging992030 +Ref: Awk Debugging-Footnote-1993003 +Node: Sample Debugging Session993139 +Node: Debugger Invocation993689 +Node: Finding The Bug995314 +Node: List of Debugger Commands1001946 +Node: Breakpoint Control1003323 +Node: Debugger Execution Control1007145 +Node: Viewing And Changing Data1010619 +Node: Execution Stack1014353 +Node: Debugger Info1016034 +Node: Miscellaneous Debugger Commands1020329 +Node: Readline Support1025570 +Node: Limitations1026514 +Node: Debugging Summary1029138 +Node: Namespaces1030437 +Node: Global Namespace1031564 +Node: Qualified Names1032998 +Node: Default Namespace1034033 +Node: Changing The Namespace1034806 +Node: Naming Rules1036488 +Node: Internal Name Management1038403 +Node: Namespace Example1039473 +Node: Namespace And Features1042050 +Node: Namespace Summary1043505 +Node: Arbitrary Precision Arithmetic1045016 +Node: Computer Arithmetic1046535 +Ref: table-numeric-ranges1050343 +Ref: table-floating-point-ranges1050840 +Ref: Computer Arithmetic-Footnote-11051498 +Node: Math Definitions1051555 +Ref: table-ieee-formats1054587 +Node: MPFR features1055160 +Node: MPFR On Parole1055613 +Ref: MPFR On Parole-Footnote-11056454 +Node: MPFR Intro1056613 +Node: FP Math Caution1058297 +Ref: FP Math Caution-Footnote-11059369 +Node: Inexactness of computations1059742 +Node: Inexact representation1060773 +Node: Comparing FP Values1062154 +Node: Errors accumulate1063412 +Node: Strange values1064877 +Ref: Strange values-Footnote-11067531 +Node: Getting Accuracy1067636 +Node: Try To Round1070373 +Node: Setting precision1071280 +Ref: table-predefined-precision-strings1071985 +Node: Setting the rounding mode1073869 +Ref: table-gawk-rounding-modes1074251 +Ref: Setting the rounding mode-Footnote-11078303 +Node: Arbitrary Precision Integers1078486 +Ref: Arbitrary Precision Integers-Footnote-11081696 +Node: Checking for MPFR1081849 +Node: POSIX Floating Point Problems1083339 +Ref: POSIX Floating Point Problems-Footnote-11088159 +Node: Floating point summary1088197 +Node: Dynamic Extensions1090453 +Node: Extension Intro1092050 +Node: Plugin License1093352 +Node: Extension Mechanism Outline1094165 +Ref: figure-load-extension1094616 +Ref: figure-register-new-function1096194 +Ref: figure-call-new-function1097303 +Node: Extension API Description1099418 +Node: Extension API Functions Introduction1101147 +Ref: table-api-std-headers1103041 +Node: General Data Types1107482 +Ref: General Data Types-Footnote-11116628 +Node: Memory Allocation Functions1116931 +Ref: Memory Allocation Functions-Footnote-11121648 +Node: Constructor Functions1121747 +Node: API Ownership of MPFR and GMP Values1125648 +Node: Registration Functions1127201 +Node: Extension Functions1127905 +Node: Exit Callback Functions1133479 +Node: Extension Version String1134793 +Node: Input Parsers1135488 +Node: Output Wrappers1150107 +Node: Two-way processors1154949 +Node: Printing Messages1157302 +Ref: Printing Messages-Footnote-11158513 +Node: Updating ERRNO1158666 +Node: Requesting Values1159465 +Ref: table-value-types-returned1160218 +Node: Accessing Parameters1161326 +Node: Symbol Table Access1162607 +Node: Symbol table by name1163119 +Ref: Symbol table by name-Footnote-11166320 +Node: Symbol table by cookie1166452 +Ref: Symbol table by cookie-Footnote-11170721 +Node: Cached values1170785 +Ref: Cached values-Footnote-11174417 +Node: Array Manipulation1174574 +Ref: Array Manipulation-Footnote-11175673 +Node: Array Data Types1175710 +Ref: Array Data Types-Footnote-11178528 +Node: Array Functions1178624 +Node: Flattening Arrays1183653 +Node: Creating Arrays1190701 +Node: Redirection API1195543 +Node: Extension API Variables1198560 +Node: Extension Versioning1199283 +Ref: gawk-api-version1199712 +Node: Extension GMP/MPFR Versioning1201499 +Node: Extension API Informational Variables1203203 +Node: Extension API Boilerplate1204456 +Node: Changes from API V11208586 +Node: Finding Extensions1210218 +Node: Extension Example1210793 +Node: Internal File Description1211615 +Node: Internal File Ops1215907 +Ref: Internal File Ops-Footnote-11227457 +Node: Using Internal File Ops1227605 +Ref: Using Internal File Ops-Footnote-11230036 +Node: Extension Samples1230314 +Node: Extension Sample File Functions1231883 +Node: Extension Sample Fnmatch1240008 +Node: Extension Sample Fork1241603 +Node: Extension Sample Inplace1242879 +Node: Extension Sample Ord1246545 +Node: Extension Sample Readdir1247421 +Ref: table-readdir-file-types1248210 +Node: Extension Sample Revout1249566 +Node: Extension Sample Rev2way1250163 +Node: Extension Sample Read write array1250915 +Node: Extension Sample Readfile1254189 +Node: Extension Sample Time1255320 +Node: Extension Sample API Tests1257320 +Node: gawkextlib1257828 +Node: Extension summary1260860 +Node: Extension Exercises1264708 +Node: Language History1265978 +Node: V7/SVR3.11267690 +Node: SVR41270040 +Node: POSIX1271572 +Node: BTL1272997 +Node: POSIX/GNU1273764 +Node: Feature History1280419 +Node: Common Extensions1300221 +Node: Ranges and Locales1301696 +Ref: Ranges and Locales-Footnote-11306481 +Ref: Ranges and Locales-Footnote-21306508 +Ref: Ranges and Locales-Footnote-31306743 +Node: Contributors1306966 +Node: History summary1313157 +Node: Installation1314599 +Node: Gawk Distribution1315563 +Node: Getting1316055 +Node: Extracting1317054 +Node: Distribution contents1318760 +Node: Unix Installation1326650 +Node: Quick Installation1327470 +Node: Compiling with MPFR1330010 +Node: Shell Startup Files1330716 +Node: Additional Configuration Options1331873 +Node: Configuration Philosophy1334256 +Node: Compiling from Git1336756 +Node: Building the Documentation1337315 +Node: Non-Unix Installation1338727 +Node: PC Installation1339203 +Node: PC Binary Installation1340072 +Node: PC Compiling1340965 +Node: PC Using1342143 +Node: Cygwin1345859 +Node: MSYS1347111 +Node: OpenVMS Installation1347737 +Node: OpenVMS Compilation1348418 +Ref: OpenVMS Compilation-Footnote-11349901 +Node: OpenVMS Dynamic Extensions1349959 +Node: OpenVMS Installation Details1351595 +Node: OpenVMS Running1354026 +Node: OpenVMS GNV1358163 +Node: Bugs1358918 +Node: Bug definition1359838 +Node: Bug address1363439 +Node: Usenet1367008 +Node: Performance bugs1368221 +Node: Asking for help1371237 +Node: Maintainers1373224 +Node: Other Versions1374251 +Node: Installation summary1383855 +Node: Notes1385237 +Node: Compatibility Mode1386047 +Node: Additions1386869 +Node: Accessing The Source1387814 +Node: Adding Code1389345 +Node: New Ports1396456 +Node: Derived Files1400959 +Ref: Derived Files-Footnote-11406770 +Ref: Derived Files-Footnote-21406805 +Ref: Derived Files-Footnote-31407416 +Node: Future Extensions1407530 +Node: Implementation Limitations1408200 +Node: Extension Design1409442 +Node: Old Extension Problems1410602 +Ref: Old Extension Problems-Footnote-11412174 +Node: Extension New Mechanism Goals1412235 +Ref: Extension New Mechanism Goals-Footnote-11415705 +Node: Extension Other Design Decisions1415906 +Node: Extension Future Growth1418103 +Node: Notes summary1418723 +Node: Basic Concepts1419933 +Node: Basic High Level1420618 +Ref: figure-general-flow1420900 +Ref: figure-process-flow1421602 +Ref: Basic High Level-Footnote-11424972 +Node: Basic Data Typing1425161 +Node: Glossary1428569 +Node: Copying1461448 +Node: GNU Free Documentation License1499006 +Node: Index1524129 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index adea7e4..4d088fd 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -27867,7 +27867,7 @@ Lines containing @samp{@@group} and @samp{@@end group} are simply removed. (@pxref{Join Function}). The example programs in the online Texinfo source for @cite{@value{TITLE}} -(@file{gawktexi.in}) have all been bracketed inside @samp{file} and +(@file{gawk.texi}) have all been bracketed inside @samp{file} and @samp{endfile} lines. The @command{gawk} distribution uses a copy of @file{extract.awk} to extract the sample programs and install many of them in a standard directory where @command{gawk} can find them. @@ -42254,20 +42254,15 @@ The @command{troff} source for a manual page describing @command{gawk}. This is distributed for the convenience of Unix users. @cindex Texinfo -@item doc/gawktexi.in -@itemx doc/sidebar.awk +@item doc/gawk.texi The Texinfo source file for this @value{DOCUMENT}. -It should be processed by @file{doc/sidebar.awk} -before processing with @command{texi2dvi} or @command{texi2pdf} +It should be processed by +@command{texi2dvi} or @command{texi2pdf} to produce a printed document, and -with @command{makeinfo} to produce an Info or HTML file. +by @command{makeinfo} to produce an Info or HTML file. The @file{Makefile} takes care of this processing and produces printable output via @command{texi2dvi} or @command{texi2pdf}. -@item doc/gawk.texi -The file produced after processing @file{gawktexi.in} -with @file{sidebar.awk}. - @item doc/gawk.info The generated Info file for this @value{DOCUMENT}. |
