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 2014/05/18 14:26:44 UTC

svn commit: r1595611 - in /httpd/httpd/trunk/docs/manual/mod: mod_include.xml.ja mod_lua.html.fr

Author: lgentis
Date: Sun May 18 12:26:44 2014
New Revision: 1595611

URL: http://svn.apache.org/r1595611
Log:
Updates.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_lua.html.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja?rev=1595611&r1=1595610&r2=1595611&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] Sun May 18 12:26:44 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 656287:1440766 (outdated) -->
+<!-- English Revision: 656287:1595575 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.html.fr?rev=1595611&r1=1595610&r2=1595611&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.fr Sun May 18 12:26:44 2014
@@ -346,7 +346,7 @@ que vous pouvez écrire dans Lua sous la
 <pre class="prettyprint lang-lua">
 <strong>translate_name.lua</strong><br />
 -- exemple d'accroche qui réécrit un URI en chemin du système de
-fichiers.
+-- fichiers.
 
 require 'apache2'