]> granicus.if.org Git - apache/commitdiff
Updates.
authorLucien Gentis <lgentis@apache.org>
Mon, 20 May 2013 12:58:45 +0000 (12:58 +0000)
committerLucien Gentis <lgentis@apache.org>
Mon, 20 May 2013 12:58:45 +0000 (12:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484460 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml.fr
docs/manual/logs.xml.fr

index fd816f75128a7bc404648851acc8e221dfae23d2..35d3830f35de586a7932f83c32ba4206e676b442 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1458004:1481359 (outdated) -->
+<!-- English Revision : 1481359 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -574,7 +574,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 # N'autoriser l'acc&egrave;s &agrave; ce contenu que pendant les heures de
 # travail
 &lt;Directory "/foo/bar/business"&gt;
-     Require expr %{TIME_HOUR} -gt 9 &amp;&amp; %{TIME_HOUR} -lt 17
+     Require expr "%{TIME_HOUR} -gt 9 &amp;&amp; %{TIME_HOUR} -lt 17"
 &lt;/Directory&gt;     
        </highlight>
 </section>
index adfb6495f95f4eb8c367492ec9b096caa8da10b3..7414dcac6469511e5811f026bb622f79f576d44e 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1330883:1480904 (outdated) -->
+<!-- English Revision : 1480904 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more