summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-30 14:11:40 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-30 14:11:40 -0700
commit7d6fae65374b181da5d4358a074fc1fc8e8d9681 (patch)
tree579141883f72c4beda3fa0cbd0a07757d42cbbb2
parent1d19fbf537c60831f1ef277addaec806dc05272d (diff)
downloadnasm-7d6fae65374b181da5d4358a074fc1fc8e8d9681.tar.gz
doc: fix __UTC_DATE__ and __UTC_TIME__ description
-rw-r--r--doc/nasmdoc.src9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 177a2429..62000209 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -3283,11 +3283,10 @@ produce consistent output.
\S{utcdatetime} \i\c{__UTC_DATE__} and \i\c{__UTC_TIME__}: Assembly UTC date and time
-The \c{__DATE__} and \c{__TIME__} macros give the assembly date and
-time in universal time (UTC) as strings, in ISO 8601 format
-(\c{"YYYY-MM-DD"} and \c{"HH:MM:SS"}, respectively.) If the
-host platform doesn't provide UTC time, these macros are
-undefined.
+The \c{__UTC_DATE__} and \c{__UTC_TIME__} macros give the assembly
+date and time in universal time (UTC) as strings, in ISO 8601 format
+(\c{"YYYY-MM-DD"} and \c{"HH:MM:SS"}, respectively.) If the host
+platform doesn't provide UTC time, these macros are undefined.
All instances of time and date macros in the same assembly session
produce consistent output.