From bd03e9ba10056d0af877a5ba48aa9de585ddd57b Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Mon, 20 May 2013 13:00:18 +0000 Subject: [PATCH] Updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1484462 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml.fr | 4 ++-- docs/manual/howto/htaccess.xml.fr | 2 +- docs/manual/logs.xml.fr | 2 +- docs/manual/mod/mod_macro.xml.fr | 2 ++ docs/manual/platform/windows.xml.fr | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index a5c8f62188..159d9ef7a4 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + @@ -559,7 +559,7 @@ listfunction ::= listfuncname "(" word ")" # N'autoriser l'accès à ce contenu que pendant les heures de # travail <Directory "/foo/bar/business"> - Require expr %{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17 + Require expr "%{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17" </Directory> diff --git a/docs/manual/howto/htaccess.xml.fr b/docs/manual/howto/htaccess.xml.fr index 347f02a522..073cf503af 100644 --- a/docs/manual/howto/htaccess.xml.fr +++ b/docs/manual/howto/htaccess.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr index 9ae08d8e3b..e14a0fc355 100644 --- a/docs/manual/logs.xml.fr +++ b/docs/manual/logs.xml.fr @@ -3,7 +3,7 @@ - + + -- 2.50.1