You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2022/02/26 12:42:01 UTC

svn commit: r1898441 - /httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr

Author: lgentis
Date: Sat Feb 26 12:42:01 2022
New Revision: 1898441

URL: http://svn.apache.org/viewvc?rev=1898441&view=rev
Log:
fr doc X%ML file update.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr?rev=1898441&r1=1898440&r2=1898441&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr [utf-8] Sat Feb 26 12:42:01 2022
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1898220 -->
+<!-- English Revision: 1898351 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -545,9 +545,11 @@ listfunction ::= listfuncname "<strong>(
     <tr><td><code>file</code></td>
         <td>Lit le contenu d'un fichier(fins de lignes incluses, si
 	elles existent)</td><td>limité</td></tr>
+	<!-- Not in 2.4 yet
     <tr><td><code>filemod</code></td>
         <td>Renvoie la date de dernière modification d'un fichier (ou 0 si le
-	fichier n'existe pas ou n'est pas un fichier régulier)</td><td>limité</td></tr>	
+	fichier n'existe pas ou n'est pas un fichier régulier)</td><td>limité</td></tr>
+	-->
     <tr><td><code>filesize</code></td>
         <td>Renvoie la taille d'un fichier (ou 0 si le fichier n'existe
 	pas ou ne correspond pas à un fichier régulier)</td><td>limité</td></tr>