aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-11-21 22:02:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-11-21 22:02:37 +0200
commit3e0eec7b43484fc639d8e78d3f64ae10939257ee (patch)
treead2e354c52331d2cbd6e33aa62fe408448069050 /doc/gawktexi.in
parentfd610c79b51ecd3be2ad3af9169b030cd53927ac (diff)
downloadegawk-3e0eec7b43484fc639d8e78d3f64ae10939257ee.tar.gz
egawk-3e0eec7b43484fc639d8e78d3f64ae10939257ee.tar.bz2
egawk-3e0eec7b43484fc639d8e78d3f64ae10939257ee.zip
Doc update. The time extension is now obsolete.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index e6f778ac..05741cf1 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -37091,6 +37091,16 @@ if (contents == "" && ERRNO != "") @{
@node Extension Sample Time
@subsection Extension Time Functions
+@quotation CAUTION
+As @command{gawk} @value{PVERSION} 5.1.0, this extension is considered to be obsolete.
+It is replaced by the @code{timex} extension in @code{gawkextlib}
+(@pxref{gawkextlib}).
+
+For @value{PVERSION} 5.1, no warning will be issued if this extension is used.
+For the next major release, a warning will be issued. In the release after that
+this extension will be removed from the distribution.
+@end quotation
+
The @code{time} extension adds two functions, named @code{gettimeofday()}
and @code{sleep()}, as follows: