aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-06-17 09:05:34 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-06-17 09:05:34 +0300
commit2088e95f3a6b41443b9951c2a4d7dfbe3df0ce27 (patch)
tree1c44118137f35ed1058189eaef9a6df0f36de06e /doc/gawktexi.in
parent0ef226ffbc493ac284ffdc1100f936cb27800120 (diff)
downloadegawk-2088e95f3a6b41443b9951c2a4d7dfbe3df0ce27.tar.gz
egawk-2088e95f3a6b41443b9951c2a4d7dfbe3df0ce27.tar.bz2
egawk-2088e95f3a6b41443b9951c2a4d7dfbe3df0ce27.zip
Small updates in the manual.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 60b1f1c3..fba1d78c 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29638,6 +29638,19 @@ they should be added to the core interpreter only as a last resort.
@node Internationalization
@chapter Internationalization with @command{gawk}
+@cindex Robbins, Malka
+@cindex Moon, Sailor
+@cindex Sailor Moon @seeentry{Moon, Sailor}
+@quotation
+@i{Moon@dots{} Gorgeous@dots{} MEDITATION!}
+@author Pretty Guardian Sailor Moon Eternal, The Movie
+@end quotation
+
+@quotation
+@i{It probably sounded better in Japanese.}
+@author Malka Robbins
+@end quotation
+
Once upon a time, computer makers
wrote software that worked only in English.
Eventually, hardware and software vendors noticed that if their
@@ -39368,8 +39381,9 @@ for internationalization
@item
The @code{extension()} function and the ability to add
-new built-in functions dynamically
-(@pxref{Dynamic Extensions}).
+new built-in functions dynamically. This has seen removed.
+It was replaced by the new extension mechanism.
+@xref{Dynamic Extensions}.
@item
The @code{mktime()} function for creating timestamps
@@ -39469,7 +39483,7 @@ the fields, instead of matching the field separator
(@pxref{Splitting By Content}).
@item
-If @code{PROCINFO["sorted_in"]} exists, @samp{for(iggy in foo)} loops sort the
+If @code{PROCINFO["sorted_in"]} exists, @samp{for (iggy in foo)} loops sort the
indices before looping over them. The value of this element
provides control over how the indices are sorted before the loop
traversal starts