From 8f9c15530d0bc387af114619b3ff3f930eb23d3c Mon Sep 17 00:00:00 2001
From: Stefan Fritsch
A tutorial article on 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
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.
Complete details of the sed
command can be found from the
- sed manual
+ sed manual
page.