diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-03 21:03:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-03 21:03:02 +0200 |
commit | 059cbb52719f58e1ac7943169d969bb7be67fc72 (patch) | |
tree | be2dc0703cec46787c4367a192391d91c3052e73 | |
parent | 0e36f3675efeb5d1d551fe6883f297e038e12772 (diff) | |
download | egawk-059cbb52719f58e1ac7943169d969bb7be67fc72.tar.gz egawk-059cbb52719f58e1ac7943169d969bb7be67fc72.tar.bz2 egawk-059cbb52719f58e1ac7943169d969bb7be67fc72.zip |
Minor doc markup changes.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 559 | ||||
-rw-r--r-- | doc/gawk.texi | 15 | ||||
-rw-r--r-- | doc/gawktexi.in | 15 |
4 files changed, 298 insertions, 296 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2ac78b20..a00ac095 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2021-11-03 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Change @inforef to @xref in preparation + for Texinfo 6.8. + 2021-10-27 Arnold D. Robbins <arnold@skeeve.com> * 5.1.1: Release tar ball made. diff --git a/doc/gawk.info b/doc/gawk.info index 6b183df6..89a17d09 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -20084,8 +20084,8 @@ input file into separate files. (https://www.gnu.org/software/texinfo/), the GNU Project's document formatting language. A single Texinfo source file can be used to produce both printed documentation, with TeX, and online documentation. -(The Texinfo language is described fully, starting with *note (Texinfo, -texinfo,Texinfo---The GNU Documentation Format)Top::.) +(The Texinfo language is described fully, starting with *note Texinfo: +(texinfo)Top.) For our purposes, it is enough to know three things about Texinfo input files: @@ -21735,9 +21735,9 @@ TCP 'daytime' server. It then prints the results and closes the connection. Because this topic is extensive, the use of 'gawk' for TCP/IP -programming is documented separately. See *note (General Introduction, -gawkinet, TCP/IP Internetworking with 'gawk')Top::, for a much more -complete introduction and discussion, as well as extensive examples. +programming is documented separately. *Note General Introduction: +(gawkinet)Top, for a much more complete introduction and discussion, as +well as extensive examples. NOTE: 'gawk' can only open direct sockets. There is currently no way to access services available over Secure Socket Layer (SSL); @@ -22720,9 +22720,9 @@ File: gawk.info, Node: Gawk I18N, Next: I18N Summary, Prev: I18N Example, Up =================================== 'gawk' itself has been internationalized using the GNU 'gettext' -package. (GNU 'gettext' is described in complete detail in *note (GNU -'gettext' utilities, gettext, GNU 'gettext' utilities)Top::.) As of -this writing, the latest version of GNU 'gettext' is version 0.19.8.1 +package. (GNU 'gettext' is described in complete detail in *Note GNU +'gettext' utilities: (gettext)Top.) As of this writing, the latest +version of GNU 'gettext' is version 0.19.8.1 (ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz). If a translation of 'gawk''s messages exists, then 'gawk' produces @@ -30678,20 +30678,19 @@ Various '.c', '.y', and '.h' files The generated Info file for this Info file. 'doc/gawkinet.texi' - The Texinfo source file for *note (General Introduction, gawkinet, - TCP/IP Internetworking with 'gawk')Top::. It should be processed - with TeX (via 'texi2dvi' or 'texi2pdf') to produce a printed - document and with 'makeinfo' to produce an Info or HTML file. + The Texinfo source file for *note General Introduction: + (gawkinet)Top. It should be processed with TeX (via 'texi2dvi' or + 'texi2pdf') to produce a printed document and with 'makeinfo' to + produce an Info or HTML file. 'doc/gawkinet.info' The generated Info file for 'TCP/IP Internetworking with 'gawk''. 'doc/gawkworkflow.texi' - The Texinfo source file for *note (General Introduction, - gawkworkflow, Participating in 'gawk' Development)Top::. It should - be processed with TeX (via 'texi2dvi' or 'texi2pdf') to produce a - printed document and with 'makeinfo' to produce an Info or HTML - file. + The Texinfo source file for *note General Introduction: + (gawkworkflow)Top. It should be processed with TeX (via 'texi2dvi' + or 'texi2pdf') to produce a printed document and with 'makeinfo' to + produce an Info or HTML file. 'doc/gawkworkflow.info' The generated Info file for 'Participating in 'gawk' Development'. @@ -30816,8 +30815,8 @@ environment for MS-Windows. 'gawk-5.1.1'. As with most GNU software, you configure 'gawk' for your system by running the 'configure' program. This program is a Bourne shell script that is generated automatically using GNU Autoconf. (The -Autoconf software is described fully starting with *note (Autoconf, -autoconf,Autoconf---Generating Automatic Configuration Scripts)Top::.) +Autoconf software is described fully starting with *note Autoconf: +(autoconf)Top.) To configure 'gawk', simply run 'configure': @@ -32256,12 +32255,12 @@ possible to include them: able to integrate your changes at all. (*Note Getting::, for information on getting the latest version of 'gawk'.) - 4. See *note (Version, standards, GNU Coding Standards)Top::. This - document describes how GNU software should be written. If you - haven't read it, please do so, preferably _before_ starting to - modify 'gawk'. (The 'GNU Coding Standards' are available from the - GNU Project's website (https://www.gnu.org/prep/standards/). - Texinfo, Info, and DVI versions are also available.) + 4. *Note Version: (standards)Top. This document describes how GNU + software should be written. If you haven't read it, please do so, + preferably _before_ starting to modify 'gawk'. (The 'GNU Coding + Standards' are available from the GNU Project's website + (https://www.gnu.org/prep/standards/). Texinfo, Info, and DVI + versions are also available.) 5. Use the 'gawk' coding style. The C code for 'gawk' follows the instructions in the 'GNU Coding Standards', with minor exceptions. @@ -38909,261 +38908,261 @@ Ref: Labels Program-Footnote-1810668 Node: Word Sorting810752 Node: History Sorting814824 Node: Extract Program817049 -Node: Simple Sed825103 -Node: Igawk Program828177 -Ref: Igawk Program-Footnote-1842508 -Ref: Igawk Program-Footnote-2842710 -Ref: Igawk Program-Footnote-3842832 -Node: Anagram Program842947 -Node: Signature Program846009 -Node: Programs Summary847256 -Node: Programs Exercises848470 -Ref: Programs Exercises-Footnote-1852600 -Node: Advanced Features852686 -Node: Nondecimal Data854753 -Node: Array Sorting856344 -Node: Controlling Array Traversal857044 -Ref: Controlling Array Traversal-Footnote-1865412 -Node: Array Sorting Functions865530 -Ref: Array Sorting Functions-Footnote-1870904 -Node: Two-way I/O871100 -Ref: Two-way I/O-Footnote-1878826 -Ref: Two-way I/O-Footnote-2879013 -Node: TCP/IP Networking879095 -Node: Profiling882213 -Node: Extension Philosophy891522 -Node: Advanced Features Summary893001 -Node: Internationalization895016 -Node: I18N and L10N896690 -Node: Explaining gettext897377 -Ref: Explaining gettext-Footnote-1903269 -Ref: Explaining gettext-Footnote-2903454 -Node: Programmer i18n903619 -Ref: Programmer i18n-Footnote-1908568 -Node: Translator i18n908617 -Node: String Extraction909411 -Ref: String Extraction-Footnote-1910543 -Node: Printf Ordering910629 -Ref: Printf Ordering-Footnote-1913415 -Node: I18N Portability913479 -Ref: I18N Portability-Footnote-1915935 -Node: I18N Example915998 -Ref: I18N Example-Footnote-1919273 -Ref: I18N Example-Footnote-2919346 -Node: Gawk I18N919455 -Node: I18N Summary920104 -Node: Debugger921445 -Node: Debugging922445 -Node: Debugging Concepts922886 -Node: Debugging Terms924695 -Node: Awk Debugging927270 -Ref: Awk Debugging-Footnote-1928215 -Node: Sample Debugging Session928347 -Node: Debugger Invocation928881 -Node: Finding The Bug930267 -Node: List of Debugger Commands936741 -Node: Breakpoint Control938074 -Node: Debugger Execution Control941768 -Node: Viewing And Changing Data945130 -Node: Execution Stack948671 -Node: Debugger Info950308 -Node: Miscellaneous Debugger Commands954379 -Node: Readline Support959441 -Node: Limitations960337 -Node: Debugging Summary962891 -Node: Namespaces964170 -Node: Global Namespace965281 -Node: Qualified Names966679 -Node: Default Namespace967678 -Node: Changing The Namespace968419 -Node: Naming Rules970033 -Node: Internal Name Management971881 -Node: Namespace Example972923 -Node: Namespace And Features975485 -Node: Namespace Summary976920 -Node: Arbitrary Precision Arithmetic978397 -Node: Computer Arithmetic979884 -Ref: table-numeric-ranges983650 -Ref: table-floating-point-ranges984143 -Ref: Computer Arithmetic-Footnote-1984801 -Node: Math Definitions984858 -Ref: table-ieee-formats988174 -Ref: Math Definitions-Footnote-1988777 -Node: MPFR features988882 -Node: FP Math Caution990600 -Ref: FP Math Caution-Footnote-1991672 -Node: Inexactness of computations992041 -Node: Inexact representation993001 -Node: Comparing FP Values994361 -Node: Errors accumulate995602 -Node: Getting Accuracy997035 -Node: Try To Round999745 -Node: Setting precision1000644 -Ref: table-predefined-precision-strings1001341 -Node: Setting the rounding mode1003171 -Ref: table-gawk-rounding-modes1003545 -Ref: Setting the rounding mode-Footnote-11007476 -Node: Arbitrary Precision Integers1007655 -Ref: Arbitrary Precision Integers-Footnote-11010830 -Node: Checking for MPFR1010979 -Node: POSIX Floating Point Problems1012453 -Ref: POSIX Floating Point Problems-Footnote-11016738 -Node: Floating point summary1016776 -Node: Dynamic Extensions1018966 -Node: Extension Intro1020519 -Node: Plugin License1021785 -Node: Extension Mechanism Outline1022582 -Ref: figure-load-extension1023021 -Ref: figure-register-new-function1024586 -Ref: figure-call-new-function1025678 -Node: Extension API Description1027740 -Node: Extension API Functions Introduction1029453 -Ref: table-api-std-headers1031289 -Node: General Data Types1035538 -Ref: General Data Types-Footnote-11044168 -Node: Memory Allocation Functions1044467 -Ref: Memory Allocation Functions-Footnote-11048968 -Node: Constructor Functions1049067 -Node: API Ownership of MPFR and GMP Values1052533 -Node: Registration Functions1053846 -Node: Extension Functions1054546 -Node: Exit Callback Functions1059868 -Node: Extension Version String1061118 -Node: Input Parsers1061781 -Node: Output Wrappers1074502 -Node: Two-way processors1079014 -Node: Printing Messages1081279 -Ref: Printing Messages-Footnote-11082450 -Node: Updating ERRNO1082603 -Node: Requesting Values1083342 -Ref: table-value-types-returned1084079 -Node: Accessing Parameters1085015 -Node: Symbol Table Access1086252 -Node: Symbol table by name1086764 -Ref: Symbol table by name-Footnote-11089789 -Node: Symbol table by cookie1089917 -Ref: Symbol table by cookie-Footnote-11094102 -Node: Cached values1094166 -Ref: Cached values-Footnote-11097702 -Node: Array Manipulation1097855 -Ref: Array Manipulation-Footnote-11098946 -Node: Array Data Types1098983 -Ref: Array Data Types-Footnote-11101641 -Node: Array Functions1101733 -Node: Flattening Arrays1106231 -Node: Creating Arrays1113207 -Node: Redirection API1117974 -Node: Extension API Variables1120807 -Node: Extension Versioning1121518 -Ref: gawk-api-version1121947 -Node: Extension GMP/MPFR Versioning1123678 -Node: Extension API Informational Variables1125306 -Node: Extension API Boilerplate1126379 -Node: Changes from API V11130353 -Node: Finding Extensions1131925 -Node: Extension Example1132484 -Node: Internal File Description1133282 -Node: Internal File Ops1137362 -Ref: Internal File Ops-Footnote-11148712 -Node: Using Internal File Ops1148852 -Ref: Using Internal File Ops-Footnote-11151235 -Node: Extension Samples1151509 -Node: Extension Sample File Functions1153038 -Node: Extension Sample Fnmatch1160687 -Node: Extension Sample Fork1162174 -Node: Extension Sample Inplace1163392 -Node: Extension Sample Ord1167018 -Node: Extension Sample Readdir1167854 -Ref: table-readdir-file-types1168743 -Node: Extension Sample Revout1169810 -Node: Extension Sample Rev2way1170399 -Node: Extension Sample Read write array1171139 -Node: Extension Sample Readfile1173081 -Node: Extension Sample Time1174176 -Node: Extension Sample API Tests1175928 -Node: gawkextlib1176420 -Node: Extension summary1179338 -Node: Extension Exercises1183040 -Node: Language History1184282 -Node: V7/SVR3.11185938 -Node: SVR41188090 -Node: POSIX1189524 -Node: BTL1190905 -Node: POSIX/GNU1191634 -Node: Feature History1197412 -Node: Common Extensions1214587 -Node: Ranges and Locales1215870 -Ref: Ranges and Locales-Footnote-11220486 -Ref: Ranges and Locales-Footnote-21220513 -Ref: Ranges and Locales-Footnote-31220748 -Node: Contributors1220971 -Node: History summary1226968 -Node: Installation1228348 -Node: Gawk Distribution1229292 -Node: Getting1229776 -Node: Extracting1230739 -Node: Distribution contents1232377 -Node: Unix Installation1239520 -Node: Quick Installation1240324 -Node: Compiling with MPFR1242800 -Node: Shell Startup Files1243490 -Node: Additional Configuration Options1244579 -Node: Configuration Philosophy1246894 -Node: Compiling from Git1249290 -Node: Building the Documentation1249845 -Node: Non-Unix Installation1251229 -Node: PC Installation1251689 -Node: PC Binary Installation1252527 -Node: PC Compiling1252962 -Node: PC Using1254079 -Node: Cygwin1257632 -Node: MSYS1258856 -Node: VMS Installation1259458 -Node: VMS Compilation1260177 -Ref: VMS Compilation-Footnote-11261406 -Node: VMS Dynamic Extensions1261464 -Node: VMS Installation Details1263149 -Node: VMS Running1265411 -Node: VMS GNV1269690 -Node: Bugs1270404 -Node: Bug definition1271316 -Node: Bug address1274252 -Node: Usenet1277640 -Node: Performance bugs1278829 -Node: Asking for help1281750 -Node: Maintainers1283717 -Node: Other Versions1284911 -Node: Installation summary1292763 -Node: Notes1294127 -Node: Compatibility Mode1294921 -Node: Additions1295703 -Node: Accessing The Source1296628 -Node: Adding Code1298065 -Node: New Ports1304284 -Node: Derived Files1308659 -Ref: Derived Files-Footnote-11314319 -Ref: Derived Files-Footnote-21314354 -Ref: Derived Files-Footnote-31314952 -Node: Future Extensions1315066 -Node: Implementation Limitations1315724 -Node: Extension Design1316934 -Node: Old Extension Problems1318078 -Ref: Old Extension Problems-Footnote-11319596 -Node: Extension New Mechanism Goals1319653 -Ref: Extension New Mechanism Goals-Footnote-11323017 -Node: Extension Other Design Decisions1323206 -Node: Extension Future Growth1325319 -Node: Notes summary1325925 -Node: Basic Concepts1327083 -Node: Basic High Level1327764 -Ref: figure-general-flow1328046 -Ref: figure-process-flow1328731 -Ref: Basic High Level-Footnote-11332032 -Node: Basic Data Typing1332217 -Node: Glossary1335545 -Node: Copying1367430 -Node: GNU Free Documentation License1404973 -Node: Index1430093 +Node: Simple Sed825062 +Node: Igawk Program828136 +Ref: Igawk Program-Footnote-1842467 +Ref: Igawk Program-Footnote-2842669 +Ref: Igawk Program-Footnote-3842791 +Node: Anagram Program842906 +Node: Signature Program845968 +Node: Programs Summary847215 +Node: Programs Exercises848429 +Ref: Programs Exercises-Footnote-1852559 +Node: Advanced Features852645 +Node: Nondecimal Data854712 +Node: Array Sorting856303 +Node: Controlling Array Traversal857003 +Ref: Controlling Array Traversal-Footnote-1865371 +Node: Array Sorting Functions865489 +Ref: Array Sorting Functions-Footnote-1870863 +Node: Two-way I/O871059 +Ref: Two-way I/O-Footnote-1878785 +Ref: Two-way I/O-Footnote-2878972 +Node: TCP/IP Networking879054 +Node: Profiling882130 +Node: Extension Philosophy891439 +Node: Advanced Features Summary892918 +Node: Internationalization894933 +Node: I18N and L10N896607 +Node: Explaining gettext897294 +Ref: Explaining gettext-Footnote-1903186 +Ref: Explaining gettext-Footnote-2903371 +Node: Programmer i18n903536 +Ref: Programmer i18n-Footnote-1908485 +Node: Translator i18n908534 +Node: String Extraction909328 +Ref: String Extraction-Footnote-1910460 +Node: Printf Ordering910546 +Ref: Printf Ordering-Footnote-1913332 +Node: I18N Portability913396 +Ref: I18N Portability-Footnote-1915852 +Node: I18N Example915915 +Ref: I18N Example-Footnote-1919190 +Ref: I18N Example-Footnote-2919263 +Node: Gawk I18N919372 +Node: I18N Summary919994 +Node: Debugger921335 +Node: Debugging922335 +Node: Debugging Concepts922776 +Node: Debugging Terms924585 +Node: Awk Debugging927160 +Ref: Awk Debugging-Footnote-1928105 +Node: Sample Debugging Session928237 +Node: Debugger Invocation928771 +Node: Finding The Bug930157 +Node: List of Debugger Commands936631 +Node: Breakpoint Control937964 +Node: Debugger Execution Control941658 +Node: Viewing And Changing Data945020 +Node: Execution Stack948561 +Node: Debugger Info950198 +Node: Miscellaneous Debugger Commands954269 +Node: Readline Support959331 +Node: Limitations960227 +Node: Debugging Summary962781 +Node: Namespaces964060 +Node: Global Namespace965171 +Node: Qualified Names966569 +Node: Default Namespace967568 +Node: Changing The Namespace968309 +Node: Naming Rules969923 +Node: Internal Name Management971771 +Node: Namespace Example972813 +Node: Namespace And Features975375 +Node: Namespace Summary976810 +Node: Arbitrary Precision Arithmetic978287 +Node: Computer Arithmetic979774 +Ref: table-numeric-ranges983540 +Ref: table-floating-point-ranges984033 +Ref: Computer Arithmetic-Footnote-1984691 +Node: Math Definitions984748 +Ref: table-ieee-formats988064 +Ref: Math Definitions-Footnote-1988667 +Node: MPFR features988772 +Node: FP Math Caution990490 +Ref: FP Math Caution-Footnote-1991562 +Node: Inexactness of computations991931 +Node: Inexact representation992891 +Node: Comparing FP Values994251 +Node: Errors accumulate995492 +Node: Getting Accuracy996925 +Node: Try To Round999635 +Node: Setting precision1000534 +Ref: table-predefined-precision-strings1001231 +Node: Setting the rounding mode1003061 +Ref: table-gawk-rounding-modes1003435 +Ref: Setting the rounding mode-Footnote-11007366 +Node: Arbitrary Precision Integers1007545 +Ref: Arbitrary Precision Integers-Footnote-11010720 +Node: Checking for MPFR1010869 +Node: POSIX Floating Point Problems1012343 +Ref: POSIX Floating Point Problems-Footnote-11016628 +Node: Floating point summary1016666 +Node: Dynamic Extensions1018856 +Node: Extension Intro1020409 +Node: Plugin License1021675 +Node: Extension Mechanism Outline1022472 +Ref: figure-load-extension1022911 +Ref: figure-register-new-function1024476 +Ref: figure-call-new-function1025568 +Node: Extension API Description1027630 +Node: Extension API Functions Introduction1029343 +Ref: table-api-std-headers1031179 +Node: General Data Types1035428 +Ref: General Data Types-Footnote-11044058 +Node: Memory Allocation Functions1044357 +Ref: Memory Allocation Functions-Footnote-11048858 +Node: Constructor Functions1048957 +Node: API Ownership of MPFR and GMP Values1052423 +Node: Registration Functions1053736 +Node: Extension Functions1054436 +Node: Exit Callback Functions1059758 +Node: Extension Version String1061008 +Node: Input Parsers1061671 +Node: Output Wrappers1074392 +Node: Two-way processors1078904 +Node: Printing Messages1081169 +Ref: Printing Messages-Footnote-11082340 +Node: Updating ERRNO1082493 +Node: Requesting Values1083232 +Ref: table-value-types-returned1083969 +Node: Accessing Parameters1084905 +Node: Symbol Table Access1086142 +Node: Symbol table by name1086654 +Ref: Symbol table by name-Footnote-11089679 +Node: Symbol table by cookie1089807 +Ref: Symbol table by cookie-Footnote-11093992 +Node: Cached values1094056 +Ref: Cached values-Footnote-11097592 +Node: Array Manipulation1097745 +Ref: Array Manipulation-Footnote-11098836 +Node: Array Data Types1098873 +Ref: Array Data Types-Footnote-11101531 +Node: Array Functions1101623 +Node: Flattening Arrays1106121 +Node: Creating Arrays1113097 +Node: Redirection API1117864 +Node: Extension API Variables1120697 +Node: Extension Versioning1121408 +Ref: gawk-api-version1121837 +Node: Extension GMP/MPFR Versioning1123568 +Node: Extension API Informational Variables1125196 +Node: Extension API Boilerplate1126269 +Node: Changes from API V11130243 +Node: Finding Extensions1131815 +Node: Extension Example1132374 +Node: Internal File Description1133172 +Node: Internal File Ops1137252 +Ref: Internal File Ops-Footnote-11148602 +Node: Using Internal File Ops1148742 +Ref: Using Internal File Ops-Footnote-11151125 +Node: Extension Samples1151399 +Node: Extension Sample File Functions1152928 +Node: Extension Sample Fnmatch1160577 +Node: Extension Sample Fork1162064 +Node: Extension Sample Inplace1163282 +Node: Extension Sample Ord1166908 +Node: Extension Sample Readdir1167744 +Ref: table-readdir-file-types1168633 +Node: Extension Sample Revout1169700 +Node: Extension Sample Rev2way1170289 +Node: Extension Sample Read write array1171029 +Node: Extension Sample Readfile1172971 +Node: Extension Sample Time1174066 +Node: Extension Sample API Tests1175818 +Node: gawkextlib1176310 +Node: Extension summary1179228 +Node: Extension Exercises1182930 +Node: Language History1184172 +Node: V7/SVR3.11185828 +Node: SVR41187980 +Node: POSIX1189414 +Node: BTL1190795 +Node: POSIX/GNU1191524 +Node: Feature History1197302 +Node: Common Extensions1214477 +Node: Ranges and Locales1215760 +Ref: Ranges and Locales-Footnote-11220376 +Ref: Ranges and Locales-Footnote-21220403 +Ref: Ranges and Locales-Footnote-31220638 +Node: Contributors1220861 +Node: History summary1226858 +Node: Installation1228238 +Node: Gawk Distribution1229182 +Node: Getting1229666 +Node: Extracting1230629 +Node: Distribution contents1232267 +Node: Unix Installation1239328 +Node: Quick Installation1240132 +Node: Compiling with MPFR1242552 +Node: Shell Startup Files1243242 +Node: Additional Configuration Options1244331 +Node: Configuration Philosophy1246646 +Node: Compiling from Git1249042 +Node: Building the Documentation1249597 +Node: Non-Unix Installation1250981 +Node: PC Installation1251441 +Node: PC Binary Installation1252279 +Node: PC Compiling1252714 +Node: PC Using1253831 +Node: Cygwin1257384 +Node: MSYS1258608 +Node: VMS Installation1259210 +Node: VMS Compilation1259929 +Ref: VMS Compilation-Footnote-11261158 +Node: VMS Dynamic Extensions1261216 +Node: VMS Installation Details1262901 +Node: VMS Running1265163 +Node: VMS GNV1269442 +Node: Bugs1270156 +Node: Bug definition1271068 +Node: Bug address1274004 +Node: Usenet1277392 +Node: Performance bugs1278581 +Node: Asking for help1281502 +Node: Maintainers1283469 +Node: Other Versions1284663 +Node: Installation summary1292515 +Node: Notes1293879 +Node: Compatibility Mode1294673 +Node: Additions1295455 +Node: Accessing The Source1296380 +Node: Adding Code1297817 +Node: New Ports1304009 +Node: Derived Files1308384 +Ref: Derived Files-Footnote-11314044 +Ref: Derived Files-Footnote-21314079 +Ref: Derived Files-Footnote-31314677 +Node: Future Extensions1314791 +Node: Implementation Limitations1315449 +Node: Extension Design1316659 +Node: Old Extension Problems1317803 +Ref: Old Extension Problems-Footnote-11319321 +Node: Extension New Mechanism Goals1319378 +Ref: Extension New Mechanism Goals-Footnote-11322742 +Node: Extension Other Design Decisions1322931 +Node: Extension Future Growth1325044 +Node: Notes summary1325650 +Node: Basic Concepts1326808 +Node: Basic High Level1327489 +Ref: figure-general-flow1327771 +Ref: figure-process-flow1328456 +Ref: Basic High Level-Footnote-11331757 +Node: Basic Data Typing1331942 +Node: Glossary1335270 +Node: Copying1367155 +Node: GNU Free Documentation License1404698 +Node: Index1429818 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 2b0c74c4..317635fa 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28237,7 +28237,7 @@ and also available @uref{https://www.gnu.org/software/texinfo/manual/texinfo/, o @end ifnotinfo @ifinfo (The Texinfo language is described fully, starting with -@inforef{Top, , Texinfo, texinfo,Texinfo---The GNU Documentation Format}.) +@ref{Top, , Texinfo, texinfo,Texinfo---The GNU Documentation Format}.) @end ifinfo For our purposes, it is enough to know three things about Texinfo input @@ -30459,8 +30459,7 @@ It then prints the results and closes the connection. Because this topic is extensive, the use of @command{gawk} for TCP/IP programming is documented separately. @ifinfo -See -@inforef{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}, +@xref{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}, @end ifinfo @ifnotinfo See @@ -31788,7 +31787,7 @@ using the GNU @command{gettext} package. (GNU @command{gettext} is described in complete detail in @ifinfo -@inforef{Top, , GNU @command{gettext} utilities, gettext, GNU @command{gettext} utilities}.) +@xref{Top, , GNU @command{gettext} utilities, gettext, GNU @command{gettext} utilities}.) @end ifinfo @ifnotinfo @uref{https://www.gnu.org/software/gettext/manual/, @@ -41911,7 +41910,7 @@ The generated Info file for this @value{DOCUMENT}. @item doc/gawkinet.texi The Texinfo source file for @ifinfo -@inforef{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}. +@ref{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}. @end ifinfo @ifnotinfo @cite{@value{GAWKINETTITLE}}. @@ -41928,7 +41927,7 @@ The generated Info file for @item doc/gawkworkflow.texi The Texinfo source file for @ifinfo -@inforef{Top, , General Introduction, gawkworkflow, @value{GAWKWORKFLOWTITLE}}. +@ref{Top, , General Introduction, gawkworkflow, @value{GAWKWORKFLOWTITLE}}. @end ifinfo @ifnotinfo @cite{@value{GAWKWORKFLOWTITLE}}. @@ -42073,7 +42072,7 @@ the Free Software Foundation's website}.) @end ifnotinfo @ifinfo (The Autoconf software is described fully starting with -@inforef{Top, , Autoconf, autoconf,Autoconf---Generating Automatic Configuration Scripts}.) +@ref{Top, , Autoconf, autoconf,Autoconf---Generating Automatic Configuration Scripts}.) @end ifinfo To configure @command{gawk}, simply run @command{configure}: @@ -43813,7 +43812,7 @@ for information on getting the latest version of @command{gawk}.) Follow the @cite{GNU Coding Standards}. @end ifnotinfo @ifinfo -See @inforef{Top, , Version, standards, GNU Coding Standards}. +@xref{Top, , Version, standards, GNU Coding Standards}. @end ifinfo This document describes how GNU software should be written. If you haven't read it, please do so, preferably @emph{before} starting to modify @command{gawk}. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index e3b1bd2d..171073eb 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -27119,7 +27119,7 @@ and also available @uref{https://www.gnu.org/software/texinfo/manual/texinfo/, o @end ifnotinfo @ifinfo (The Texinfo language is described fully, starting with -@inforef{Top, , Texinfo, texinfo,Texinfo---The GNU Documentation Format}.) +@ref{Top, , Texinfo, texinfo,Texinfo---The GNU Documentation Format}.) @end ifinfo For our purposes, it is enough to know three things about Texinfo input @@ -29341,8 +29341,7 @@ It then prints the results and closes the connection. Because this topic is extensive, the use of @command{gawk} for TCP/IP programming is documented separately. @ifinfo -See -@inforef{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}, +@xref{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}, @end ifinfo @ifnotinfo See @@ -30670,7 +30669,7 @@ using the GNU @command{gettext} package. (GNU @command{gettext} is described in complete detail in @ifinfo -@inforef{Top, , GNU @command{gettext} utilities, gettext, GNU @command{gettext} utilities}.) +@xref{Top, , GNU @command{gettext} utilities, gettext, GNU @command{gettext} utilities}.) @end ifinfo @ifnotinfo @uref{https://www.gnu.org/software/gettext/manual/, @@ -40754,7 +40753,7 @@ The generated Info file for this @value{DOCUMENT}. @item doc/gawkinet.texi The Texinfo source file for @ifinfo -@inforef{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}. +@ref{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}}. @end ifinfo @ifnotinfo @cite{@value{GAWKINETTITLE}}. @@ -40771,7 +40770,7 @@ The generated Info file for @item doc/gawkworkflow.texi The Texinfo source file for @ifinfo -@inforef{Top, , General Introduction, gawkworkflow, @value{GAWKWORKFLOWTITLE}}. +@ref{Top, , General Introduction, gawkworkflow, @value{GAWKWORKFLOWTITLE}}. @end ifinfo @ifnotinfo @cite{@value{GAWKWORKFLOWTITLE}}. @@ -40916,7 +40915,7 @@ the Free Software Foundation's website}.) @end ifnotinfo @ifinfo (The Autoconf software is described fully starting with -@inforef{Top, , Autoconf, autoconf,Autoconf---Generating Automatic Configuration Scripts}.) +@ref{Top, , Autoconf, autoconf,Autoconf---Generating Automatic Configuration Scripts}.) @end ifinfo To configure @command{gawk}, simply run @command{configure}: @@ -42656,7 +42655,7 @@ for information on getting the latest version of @command{gawk}.) Follow the @cite{GNU Coding Standards}. @end ifnotinfo @ifinfo -See @inforef{Top, , Version, standards, GNU Coding Standards}. +@xref{Top, , Version, standards, GNU Coding Standards}. @end ifinfo This document describes how GNU software should be written. If you haven't read it, please do so, preferably @emph{before} starting to modify @command{gawk}. |