]> granicus.if.org Git - apache/commitdiff
Reorder sections as per the DTD
authorNick Kew <niq@apache.org>
Fri, 12 Sep 2008 09:20:21 +0000 (09:20 +0000)
committerNick Kew <niq@apache.org>
Fri, 12 Sep 2008 09:20:21 +0000 (09:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694661 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index 854b1c5ef70be9ce9d38bdb7c8d5db181ae0b2d9..eb71503e383d1a66cd2c1eb374da6ad761151ec4 100644 (file)
@@ -58,34 +58,6 @@ the author's blog</a>.</p>
 
 </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 @@ page</a>.
         <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>