You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2017/12/21 16:59:30 UTC

svn commit: r1818953 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml

Author: rbowen
Date: Thu Dec 21 16:59:30 2017
New Revision: 1818953

URL: http://svn.apache.org/viewvc?rev=1818953&view=rev
Log:
Make this example actually work.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml?rev=1818953&r1=1818952&r2=1818953&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ext_filter.xml Thu Dec 21 16:59:30 2017
@@ -67,7 +67,7 @@ delivery to the client</description>
 # 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 -"
 
 &lt;Directory "/export/home/trawick/apacheinst/htdocs/c"&gt;
     # core directive to cause the new filter to