From 33a5ad1f8eed20c94f8c020c64e2013c27d5ec51 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 18 Jan 2009 22:59:13 -0800 Subject: [PATCH] doc: indent the time macro example Indent the time macro example for ease of reading. --- doc/nasmdoc.src | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index ae91033f..7c316e83 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3700,15 +3700,15 @@ started at 42 seconds after midnight on January 1, 2010 in Moscow assuming, of course, a properly configured environment with a correct clock: -\c __DATE__ "2010-01-01" -\c __TIME__ "00:00:42" -\c __DATE_NUM__ 20100101 -\c __TIME_NUM__ 000042 -\c __UTC_DATE__ "2009-12-31" -\c __UTC_TIME__ "21:00:42" -\c __UTC_DATE_NUM__ 20091231 -\c __UTC_TIME_NUM__ 210042 -\c __POSIX_TIME__ 1262293242 +\c __DATE__ "2010-01-01" +\c __TIME__ "00:00:42" +\c __DATE_NUM__ 20100101 +\c __TIME_NUM__ 000042 +\c __UTC_DATE__ "2009-12-31" +\c __UTC_TIME__ "21:00:42" +\c __UTC_DATE_NUM__ 20091231 +\c __UTC_TIME_NUM__ 210042 +\c __POSIX_TIME__ 1262293242 \S{use_def} \I\c{__USE_*__}\c{__USE_}\e{package}\c{__}: Package -- 2.11.4.GIT