summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_access_compat.html.fr
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-02-06 00:56:57 +0100
committerAndré Malo <nd@apache.org>2014-02-06 00:56:57 +0100
commitf2bc49c096554eae78eb8941c51e3fa00efb0a9e (patch)
tree579c13ecb85d6d1f98adfc58708baaf0bdfaadb8 /docs/manual/mod/mod_access_compat.html.fr
parentleft-trim one-liner-<pre>s or -<highlight>s completely. The indentation is (diff)
downloadapache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.tar.xz
apache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_access_compat.html.fr')
-rw-r--r--docs/manual/mod/mod_access_compat.html.fr4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_access_compat.html.fr b/docs/manual/mod/mod_access_compat.html.fr
index 9be74d2ff5..f4fc48fbec 100644
--- a/docs/manual/mod/mod_access_compat.html.fr
+++ b/docs/manual/mod/mod_access_compat.html.fr
@@ -167,7 +167,7 @@ Allow from 10 172.20 192.168.2</pre>
<dt>Une paire réseau/masque de sous-réseau</dt>
<dd>
- <pre class="prettyprint lang-config"> Allow from 10.1.0.0/255.255.0.0</pre>
+ <pre class="prettyprint lang-config">Allow from 10.1.0.0/255.255.0.0</pre>
<p>Un réseau a.b.c.d, et un masque de sous-réseau w.x.y.z, pour
une définition plus précise de la restriction d'accès imposée à un
@@ -176,7 +176,7 @@ Allow from 10 172.20 192.168.2</pre>
<dt>Une spécification CIDR réseau/nnn</dt>
<dd>
- <pre class="prettyprint lang-config"> Allow from 10.1.0.0/16</pre>
+ <pre class="prettyprint lang-config">Allow from 10.1.0.0/16</pre>
<p>Identique au cas précédent, mis à part que le masque est
constitué des nnn bits de poids fort.</p></dd>