Author: rbowen
Date: Thu Jul 21 13:56:27 2011
New Revision: 1149182
URL: http://svn.apache.org/viewvc?rev=1149182&view=rev
Log:
"(!)" in the middle of a sentence is confusing, as it doesn't actually
communicate anything.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.en
httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.en?rev=1149182&r1=1149181&r2=1149182&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_negotiation.html.en Thu Jul 21 13:56:27 2011
@@ -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.
Modified: httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml?rev=1149182&r1=1149181&r2=1149182&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml Thu Jul 21 13:56:27 2011
@@ -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.