aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-09-29 12:23:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-09-29 12:23:17 +0300
commita168e61dfc53b7c69df577986ce25e0ee358f80a (patch)
treec7b724e95f85d1bb7c1c0971bf46c5237c3a0d20
parent1e4501628ad5cd421aaf94f75f0b238366a12c8a (diff)
parent7be45aa2f873b6647a40cd6f53a9b63969b25662 (diff)
downloadegawk-a168e61dfc53b7c69df577986ce25e0ee358f80a.tar.gz
egawk-a168e61dfc53b7c69df577986ce25e0ee358f80a.tar.bz2
egawk-a168e61dfc53b7c69df577986ce25e0ee358f80a.zip
Merge branch 'master' into feature/fix-comments
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/awkcard.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 95a0e6e1..30eac63c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkcard.in: Finish changes (we hope) for next release.
+
2017-09-28 Arnold D. Robbins <arnold@skeeve.com>
* ad.block: Change FSF URL to https.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index d76053f2..da1081b2 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1800,16 +1800,16 @@ formatting them.
.fi
.in +.2i
.ti -.2i
-\*(FCmktime(\*(FIdatespec \*(FR[\*(FC, \*(FIutc-flag\*(FR]\*(FC)\*(FR
+\*(FCmktime(\*(FIdatespec \*(CB\*(FR[\*(FC, \*(FIutc-flag\*(FR]\*(FC\*(CD)\*(FR
.br
Convert \*(FIdatespec\fP into a time
stamp of the same form as returned by \*(FCsystime()\*(FR
and return it.
The \*(FIdatespec\fP is a string of the form
\*(FC"\*(FIYYYY MM DD HH MM SS[ DST]\*(FC"\*(FR.
-If \*(FIutc-flag\*(FR
+\*(CBIf \*(FIutc-flag\*(FR
is present and is non-zero or non-null, the result
-is in UTC, otherwise it is in local time.
+is in UTC, otherwise it is in local time.\*(CD
.ti -.2i
\*(FCstrftime(\*(FR[\*(FIformat \*(FR[\*(FC, \*(FItimestamp\*(FR[\*(FC, \*(FIutc-flag\*(FR]]]\*(FC)\*(FR
.br