From: Rich Bowen Date: Thu, 21 Dec 2017 16:59:30 +0000 (+0000) Subject: Make this example actually work. X-Git-Tag: 2.4.30~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35699f166cad935c6932b82e80efceabab69b9ad;p=apache Make this example actually work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 325caf1b54..b00a350f4c 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