From f0fb5aafea933b7ffa8057a64552b0140a67dd22 Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 10 Jun 2010 20:54:25 +0000 Subject: [PATCH] small grammar fix git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6098 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/defines.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/defines.but b/Docs/src/defines.but index 08c0e82d..ec9452ea 100644 --- a/Docs/src/defines.but +++ b/Docs/src/defines.but @@ -12,7 +12,7 @@ Define/conditional compilation related commands: \c [/ifndef | /redef] ([/date|/utcdate] gflag [value]) | (/math gflag val1 OP val2) | (/file gflag filename.txt) -This command will add \e{gflag} to the global define list. This will have a similar effect as using the /D switch on the command line (only the define only becomes effective after the !define command). +This command will add \e{gflag} to the global define list. This will have a similar effect as using the /D switch on the command line (the define only becomes effective after the !define command). If \e{/date} or \e{/utcdate} are used, \e{value} will be passed into strftime and the result will be used as the value of \e{gflag}. strftime converts special symbols into certain parts of the current time or date. For example, %H will be converted into the current hour in 24-hour format. For a complete list of available symbols, search for strftime on \W{http://msdn.microsoft.com/}{MSDN}. On POSIX, you can get the list by using \c{man strftime}.