You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/12/27 13:16:25 UTC

svn commit: r1776122 - /httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr

Author: jailletc36
Date: Tue Dec 27 13:16:25 2016
New Revision: 1776122

URL: http://svn.apache.org/viewvc?rev=1776122&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr?rev=1776122&r1=1776121&r2=1776122&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_macro.html.fr Tue Dec 27 13:16:25 2016
@@ -259,14 +259,20 @@ propos des arguments de Macro vides</td>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="undefmacro" id="undefmacro">Directive</a> <a name="UndefMacro" id="UndefMacro">UndefMacro</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Undefine a macro</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>UndefMacro <var>name</var></code></td></tr>
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Supprime une macro</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>UndefMacro <var>nom</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration du serveur, serveur virtuel, r�pertoire</td></tr>
 <tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_macro</td></tr>
-</table><p>La documentation de cette directive
-	n'a pas encore t traduite. Veuillez vous reporter  la version
-	en langue anglaise.</p></div>
+</table>
+    <p>La directive <code class="directive">UndefMacro</code> annule la d�finition
+    d'une macro qui doit avoir �t� d�finie auparavant.</p>
+
+    <pre class="prettyprint lang-config">UndefMacro LocalAccessPolicy
+UndefMacro RestrictedAccessPolicy</pre>
+
+
+</div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="use" id="use">Directive</a> <a name="Use" id="Use">Use</a></h2>
 <table class="directive">