aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3bf2a4fb..6d476b73 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -16225,10 +16225,11 @@ epoch.
In order to make it easier to process such log files and to produce
useful reports, @command{gawk} provides the following functions for
working with timestamps. They are @command{gawk} extensions; they are
-not specified in the POSIX standard, nor are they in any other known
-version of @command{awk}.@footnote{The GNU @command{date} utility can
+not specified in the POSIX standard.@footnote{The GNU @command{date} utility can
also do many of the things described here. Its use may be preferable
for simple time-related operations in shell scripts.}
+However, recent versions
+of @command{mawk} (@pxref{Other Versions}) also support these functions.
Optional parameters are enclosed in square brackets ([ ]):
@table @code
@@ -32447,6 +32448,7 @@ the three most widely-used freely available versions of @command{awk}
@item @code{delete} without subscript @tab X @tab X @tab X
@item @code{length()} of an array @tab X @tab @tab X
@item @code{BINMODE} variable @tab @tab X @tab X
+@item Time related functions @tab @tab X @tab X
@end multitable
@node Ranges and Locales
@@ -33989,7 +33991,7 @@ no longer has it. A copy is available at
In 2009, Thomas Dickey took on @command{mawk} maintenance.
Basic information is available on
-@uref{http://www.invisible-island.net/mawk/mawk.html, the project's web page}.
+@uref{http://www.invisible-island.net/mawk, the project's web page}.
The download URL is
@url{http://invisible-island.net/datafiles/release/mawk.tar.gz}.