From: Rich Bowen Date: Thu, 21 Jul 2011 13:56:27 +0000 (+0000) Subject: "(!)" in the middle of a sentence is confusing, as it doesn't actually X-Git-Tag: 2.3.14^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4f2efaccbf7d28417c62de070b9342b4716d62;p=thirdparty%2Fapache%2Fhttpd.git "(!)" in the middle of a sentence is confusing, as it doesn't actually communicate anything. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 748ab63ac7c..ac8b5e8c17d 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -135,7 +135,7 @@ Negotiation
uri of the file containing the variant (of the given media type, encoded with the given content encoding). These are interpreted as URLs relative to the map file; they must - be on the same server (!), and they must refer to files to + be on the same server, and they must refer to files to which the client would be granted access if they were to be requested directly.
diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index e03aab2c068..73fa3664a92 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -122,7 +122,7 @@ Negotiation
uri of the file containing the variant (of the given media type, encoded with the given content encoding). These are interpreted as URLs relative to the map file; they must - be on the same server (!), and they must refer to files to + be on the same server, and they must refer to files to which the client would be granted access if they were to be requested directly.