You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/09/12 11:20:22 UTC

svn commit: r694661 - /httpd/httpd/trunk/docs/manual/mod/mod_sed.xml

Author: niq
Date: Fri Sep 12 02:20:21 2008
New Revision: 694661

URL: http://svn.apache.org/viewvc?rev=694661&view=rev
Log:
Reorder sections as per the DTD

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_sed.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_sed.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_sed.xml?rev=694661&r1=694660&r2=694661&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_sed.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_sed.xml Fri Sep 12 02:20:21 2008
@@ -58,34 +58,6 @@
 
 </summary>
 
-<directivesynopsis>
-<name>OutputSed</name>
-<description>Sed command for filter the response content</description>
-<syntax>OutputSed <var>sed-command</var></syntax>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-
-<usage>
-    <p>The <directive>OutputSed</directive> directive specify the sed
-    command which will be executed on the response.
-    </p>
-</usage>
-</directivesynopsis>
-
-<directivesynopsis>
-<name>InputSed</name>
-<description>Sed command to filter the request data (typically post data)</description>
-<syntax>InputSed <var>sed-command</var></syntax>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-
-<usage>
-    <p>The <directive>InputSed</directive> directive specify the sed command
-    which will be executed on the request data e.g POST data.
-    </p>
-</usage>
-</directivesynopsis>
-
 <section id="sampleconf"><title>Sample Configuration</title>
     <example><title>Adding a output filter </title>
          # In following example, sed filter will replace the string <br />
@@ -138,4 +110,33 @@
         <dd>Swap the content of hold buffer and current line</dd>
     </dl>
 </section>
+
+<directivesynopsis>
+<name>OutputSed</name>
+<description>Sed command for filter the response content</description>
+<syntax>OutputSed <var>sed-command</var></syntax>
+<contextlist><context>directory</context><context>.htaccess</context>
+</contextlist>
+
+<usage>
+    <p>The <directive>OutputSed</directive> directive specify the sed
+    command which will be executed on the response.
+    </p>
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
+<name>InputSed</name>
+<description>Sed command to filter the request data (typically post data)</description>
+<syntax>InputSed <var>sed-command</var></syntax>
+<contextlist><context>directory</context><context>.htaccess</context>
+</contextlist>
+
+<usage>
+    <p>The <directive>InputSed</directive> directive specify the sed command
+    which will be executed on the request data e.g POST data.
+    </p>
+</usage>
+</directivesynopsis>
+
 </modulesynopsis>