From: Rich Bowen Date: Thu, 21 Dec 2017 16:59:01 +0000 (+0000) Subject: Make this example actually work. X-Git-Tag: 2.5.0-alpha2-ci-test-only~3037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d234d48f38ce5fddf3405d0e441c5c8491f0fd5d;p=thirdparty%2Fapache%2Fhttpd.git Make this example actually work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 94b74337a38..7868cbbd2d7 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -67,7 +67,7 @@ delivery to the client # the result set to text/html ExtFilterDefine c-to-html mode=output \ intype=text/c outtype=text/html \ - cmd="/usr/bin/enscript --color -W html -Ec -o - -" + cmd="/usr/bin/enscript --color -w html -Ec -o -" <Directory "/export/home/trawick/apacheinst/htdocs/c"> # core directive to cause the new filter to