From: Rich Bowen Date: Fri, 9 Mar 2012 19:55:11 +0000 (+0000) Subject: Fix broken link to sed docs. via Daniel Gruno X-Git-Tag: 2.5.0-alpha~7399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87537431eedf4ed2ede98856818f609526382e4e;p=apache Fix broken link to sed docs. via Daniel Gruno git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml index b414589685..70e8a48a93 100644 --- a/docs/manual/mod/mod_sed.xml +++ b/docs/manual/mod/mod_sed.xml @@ -33,7 +33,7 @@

mod_sed is an in-process content filter. The mod_sed filter implements the sed editing commands implemented by the Solaris 10 sed -program as described in the manual +program as described in the manual page. However, unlike sed, mod_sed doesn't take data from standard input. Instead, the filter acts on the entity data sent between client and @@ -55,7 +55,7 @@ Both the input and output filters only process the data if newline characters ar

A tutorial article on mod_sed, and why it is more powerful than simple string or regular expression search and replace, is available on +href="https://blogs.oracle.com/basant/entry/using_mod_sed_to_filter">on the author's blog.