From 87cd388c359a6c7a26bf8c073a64a2e9a2ab3cf1 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 10 Mar 2016 05:26:50 +0000 Subject: [PATCH] Be more consistent in the way examples are formatted Spotted by David Eisner in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734348 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/access.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 244bc1f1e7..c8255034ca 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -68,8 +68,8 @@

The usage of these directives is:

-Require host address -Require ip ip.address +Require host address +Require ip ip.address

In the first form, address is a fully qualified -- 2.40.0