From 2c12dabd6f5538667101344fe1735ea91601333c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 23 Sep 2016 04:39:16 +0000 Subject: [PATCH] Fix doc as spotted by Dusan Bajic in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762013 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 92332efcda..159142f5e0 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -308,12 +308,12 @@ listfunction ::= listfuncname "(" word ")" TIME_YEAR The current year (e.g. 2010) TIME_MON - The current month (1, ..., 12) + The current month (01, ..., 12) TIME_DAY - The current day of the month + The current day of the month (01, ...) TIME_HOUR The hour part of the current time - (0, ..., 23) + (00, ..., 23) TIME_MIN The minute part of the current time TIME_SEC -- 2.40.0