]> granicus.if.org Git - apache/commitdiff
- remove to occurences of 'instead' without reference centre
authorAstrid Malo <kess@apache.org>
Fri, 25 Jul 2003 22:46:38 +0000 (22:46 +0000)
committerAstrid Malo <kess@apache.org>
Fri, 25 Jul 2003 22:46:38 +0000 (22:46 +0000)
- some markup improvement

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_actions.html.en
docs/manual/mod/mod_actions.xml

index 26c802687f41bfb60546f9c6b05ce48500d45c3a..0863f3c0e450ff5a3e95b95d73ac836458c035f0 100644 (file)
@@ -84,11 +84,11 @@ introduced in Apache 2.1</td></tr>
     </code></p></div>
 
     <p>In the first example, requests for files with a MIME content
-    type of <code>image/gif</code> will instead be handled by the
+    type of <code>image/gif</code> will be handled by the
     specified cgi script <code>/cgi-bin/images.cgi</code>.</p>
 
     <p>In the second example, requests for files with a file extension of
-    <code>.xyz</code> are handled instead by the specified cgi script 
+    <code>.xyz</code> are handled by the specified cgi script 
     <code>/cgi-bin/program.cgi</code>.</p>
 
     <p>The optional <code>virtual</code> modifier turns off the check
@@ -125,7 +125,8 @@ method.</td></tr>
     <var>method</var>. The <var>cgi-script</var> is the URL-path to a
     resource that has been designated as a CGI script using <code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>.  The URL and
     file path of the requested document is sent using the standard CGI
-    PATH_INFO and PATH_TRANSLATED environment variables.</p>
+    <code>PATH_INFO</code> and <code>PATH_TRANSLATED</code> environment 
+    variables.</p>
 
     <div class="note">
       Any arbitrary method name may be used. <strong>Method names are
@@ -134,11 +135,11 @@ method.</td></tr>
       effects.
     </div>
 
-    <p>Note that the Script command defines default actions only.
-    If a CGI script is called, or some other resource that is
+    <p>Note that the <code class="directive">Script</code> command defines default 
+    actions only. If a CGI script is called, or some other resource that is
     capable of handling the requested method internally, it will do
-    so. Also note that Script with a method of <code>GET</code>
-    will only be called if there are query arguments present
+    so. Also note that <code class="directive">Script</code> with a method of 
+    <code>GET</code> will only be called if there are query arguments present
     (<em>e.g.</em>, foo.html?hi). Otherwise, the request will
     proceed normally.</p>
 
index b69489ff21bea71f90d8628e1e198301cfa93cc1..8962026fbba2a5e5761fe4ebe3c3505e10ab13d9 100644 (file)
@@ -63,11 +63,11 @@ introduced in Apache 2.1</compatibility>
     </example>
 
     <p>In the first example, requests for files with a MIME content
-    type of <code>image/gif</code> will instead be handled by the
+    type of <code>image/gif</code> will be handled by the
     specified cgi script <code>/cgi-bin/images.cgi</code>.</p>
 
     <p>In the second example, requests for files with a file extension of
-    <code>.xyz</code> are handled instead by the specified cgi script 
+    <code>.xyz</code> are handled by the specified cgi script 
     <code>/cgi-bin/program.cgi</code>.</p>
 
     <p>The optional <code>virtual</code> modifier turns off the check
@@ -104,7 +104,8 @@ method.</description>
     module="mod_alias">ScriptAlias</directive> or <directive
     module="mod_mime">AddHandler</directive>.  The URL and
     file path of the requested document is sent using the standard CGI
-    PATH_INFO and PATH_TRANSLATED environment variables.</p>
+    <code>PATH_INFO</code> and <code>PATH_TRANSLATED</code> environment 
+    variables.</p>
 
     <note>
       Any arbitrary method name may be used. <strong>Method names are
@@ -113,11 +114,11 @@ method.</description>
       effects.
     </note>
 
-    <p>Note that the Script command defines default actions only.
-    If a CGI script is called, or some other resource that is
+    <p>Note that the <directive>Script</directive> command defines default 
+    actions only. If a CGI script is called, or some other resource that is
     capable of handling the requested method internally, it will do
-    so. Also note that Script with a method of <code>GET</code>
-    will only be called if there are query arguments present
+    so. Also note that <directive>Script</directive> with a method of 
+    <code>GET</code> will only be called if there are query arguments present
     (<em>e.g.</em>, foo.html?hi). Otherwise, the request will
     proceed normally.</p>