Commit c57ed8fa authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Be more consistent in the way examples are formatted

Spotted by David Eisner  in online doc

+ synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734353 13f79535-47bb-0310-9956-ffa450edef68
parent 04f9c630
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -68,8 +68,8 @@
    <p>The usage of these directives is:</p>

    <highlight language="config">
Require host address
Require ip ip.address
Require host <var>address</var>
Require ip <var>ip.address</var>
    </highlight>

    <p>In the first form, <var>address</var> is a fully qualified
@@ -105,7 +105,9 @@ Require ip ip.address
    instead, you have a machine name, rather than an IP address, you 
    can use that.</p>

    <highlight language="config">Require not host <var>host.example.com</var></highlight>
    <highlight language="config">
Require not host <var>host.example.com</var>
    </highlight>

    <p>And, if you'd like to block access from an entire domain,
    you can specify just part of an address or domain name:</p>
@@ -203,4 +205,3 @@ RewriteRule "^/fridge" "-" [F]
</section>

</manualpage>