diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-04 22:02:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-04 22:02:08 +0300 |
commit | f271311ac33d44e68da147a273847c3ce8552bb8 (patch) | |
tree | 1aa18b83bc2b763758a071b13d1c2f2f58fced2b /doc/gawk.texi | |
parent | 8acf99e3293c45fbaef69ba9cee3e790f1ff45bd (diff) | |
download | egawk-f271311ac33d44e68da147a273847c3ce8552bb8.tar.gz egawk-f271311ac33d44e68da147a273847c3ce8552bb8.tar.bz2 egawk-f271311ac33d44e68da147a273847c3ce8552bb8.zip |
Update menues in gawktexi.in.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 7a746e1b..7b6cc71e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -835,6 +835,9 @@ particular records in a file and perform operations upon them. * Tee Program:: The @command{tee} utility. * Uniq Program:: The @command{uniq} utility. * Wc Program:: The @command{wc} utility. +* Bytes vs. Characters:: Modern character sets. +* Using extensions:: A brief intro to extensions. +* @command{wc} program:: Code for @file{wc.awk}. * Miscellaneous Programs:: Some interesting @command{awk} programs. * Dupword Program:: Finding duplicated words in a @@ -868,7 +871,8 @@ particular records in a file and perform operations upon them. * TCP/IP Networking:: Using @command{gawk} for network programming. * Profiling:: Profiling your @command{awk} programs. -* Extension Philosophy:: What should be built-in and what should not. +* Extension Philosophy:: What should be built-in and what + should not. * Advanced Features Summary:: Summary of advanced features. * I18N and L10N:: Internationalization and Localization. * Explaining gettext:: How GNU @command{gettext} works. @@ -936,8 +940,8 @@ particular records in a file and perform operations upon them. * Extension API Functions Introduction:: Introduction to the API functions. * General Data Types:: The data types. * Memory Allocation Functions:: Functions for allocating memory. -* API Ownership of MPFR and GMP Values:: Managing MPFR and GMP Values. * Constructor Functions:: Functions for creating values. +* API Ownership of MPFR and GMP Values:: Managing MPFR and GMP Values. * Registration Functions:: Functions to register things with @command{gawk}. * Extension Functions:: Registering extension functions. @@ -27008,7 +27012,7 @@ and bytes in one or more input files. @menu * Bytes vs. Characters:: Modern character sets. * Using extensions:: A brief intro to extensions. -* @command{wc} program:: Code for @file{wc.awk}. +* @command{wc} program:: Code for @file{wc.awk}. @end menu @node Bytes vs. Characters |