]> granicus.if.org Git - apache/commitdiff
Clarification of pronoun - I had to read that sentence a few times to be certain...
authorRich Bowen <rbowen@apache.org>
Wed, 30 Mar 2011 11:19:07 +0000 (11:19 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 30 Mar 2011 11:19:07 +0000 (11:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086908 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index 07c41dc89c3fe9feeb1bffdf2bb13b835cfd282c..8b8a1c9f26c19462f033d49990718f54d973aaf5 100644 (file)
@@ -329,9 +329,10 @@ a different URL</description>
 
     <p>Other status codes can be returned by giving the numeric
     status code as the value of <var>status</var>. If the status is
-    between 300 and 399, the <var>URL</var> argument must be present,
-    otherwise it must be omitted. Note that the status must be
-    known to the Apache code (see the function
+    between 300 and 399, the <var>URL</var> argument must be present.
+    If the status is <em>not</em> between 300 and 399, the
+    <var>URL</var> agument must be omitted. The status must be a valid
+    HTTP status code, known to the Apache HTTP Server (see the function
     <code>send_error_response</code> in http_protocol.c).</p>
 
     <example><title>Example:</title>