From 8f9c15530d0bc387af114619b3ff3f930eb23d3c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 15 Apr 2012 19:45:13 +0200 Subject: Import httpd-2.4.2.tar.bz2 --- docs/manual/mod/mod_sed.html.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/manual/mod/mod_sed.html.en') diff --git a/docs/manual/mod/mod_sed.html.en b/docs/manual/mod/mod_sed.html.en index 55a648a6..20bdd55c 100644 --- a/docs/manual/mod/mod_sed.html.en +++ b/docs/manual/mod/mod_sed.html.en @@ -34,7 +34,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 +string or regular expression search and replace, is available on the author's blog.

@@ -106,7 +106,7 @@ the author's blog.

Sed Commands

Complete details of the sed command can be found from the - sed manual + sed manual page.

-- cgit v1.2.3