summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_sed.html.en
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2019-01-22 10:53:04 +0100
committerRainer Jung <rjung@apache.org>2019-01-22 10:53:04 +0100
commit5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch)
tree82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/mod/mod_sed.html.en
parentCopy the "Note about /" note from the Location (diff)
downloadapache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz
apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_sed.html.en')
-rw-r--r--docs/manual/mod/mod_sed.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_sed.html.en b/docs/manual/mod/mod_sed.html.en
index c66b0c5b25..62f2e4345f 100644
--- a/docs/manual/mod/mod_sed.html.en
+++ b/docs/manual/mod/mod_sed.html.en
@@ -74,7 +74,7 @@ Both the input and output filters only process the data if newline characters ar
<li><a href="#comments_section">Comments</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="sampleconf" id="sampleconf">Sample Configuration</a><a title="Permanent link" href="#sampleconf" class="permalink">&para;</a></h2>
+<h2><a name="sampleconf" id="sampleconf">Sample Configuration</a> <a title="Permanent link" href="#sampleconf" class="permalink">&para;</a></h2>
<div class="example"><h3>Adding an output filter </h3><pre class="prettyprint lang-config"># In the following example, the sed filter will change the string
# "monday" to "MON" and the string "sunday" to SUN in html documents
# before sending to the client.
@@ -96,7 +96,7 @@ Both the input and output filters only process the data if newline characters ar
</div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
-<h2><a name="sed_commands" id="sed_commands">Sed Commands</a><a title="Permanent link" href="#sed_commands" class="permalink">&para;</a></h2>
+<h2><a name="sed_commands" id="sed_commands">Sed Commands</a> <a title="Permanent link" href="#sed_commands" class="permalink">&para;</a></h2>
<p>
Complete details of the <code>sed</code> command can be found from the
<a href="http://www.gnu.org/software/sed/manual/sed.txt">sed manual
@@ -118,7 +118,7 @@ page</a>.
</dl>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="InputSed" id="InputSed">InputSed</a> <a name="inputsed" id="inputsed">Directive</a><a title="Permanent link" href="#inputsed" class="permalink">&para;</a></h2>
+<div class="directive-section"><h2><a name="InputSed" id="InputSed">InputSed</a> <a name="inputsed" id="inputsed">Directive</a> <a title="Permanent link" href="#inputsed" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sed command to filter request data (typically <code>POST</code> data)</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>InputSed <var>sed-command</var></code></td></tr>
@@ -132,7 +132,7 @@ page</a>.
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="OutputSed" id="OutputSed">OutputSed</a> <a name="outputsed" id="outputsed">Directive</a><a title="Permanent link" href="#outputsed" class="permalink">&para;</a></h2>
+<div class="directive-section"><h2><a name="OutputSed" id="OutputSed">OutputSed</a> <a name="outputsed" id="outputsed">Directive</a> <a title="Permanent link" href="#outputsed" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sed command for filtering response content</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>OutputSed <var>sed-command</var></code></td></tr>