From: Yoshiki Hayashi Date: Tue, 23 Nov 2004 04:02:11 +0000 (+0000) Subject: Close paren. X-Git-Tag: 2.1.2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c906f81470d3dd781889d95c68ab588ccf32e20b;p=apache Close paren. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106269 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 919724ed08..e5c2fed8e9 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -239,7 +239,7 @@ delivery to the client external command to run. If there are arguments after the program name, the command line should be surrounded in quotation marks (e.g., cmd="/bin/mypgm - arg1 arg2". Normal shell quoting is + arg1 arg2".) Normal shell quoting is not necessary since the program is run directly, bypassing the shell. Program arguments are blank-delimited. A backslash can be used to escape blanks which should be part of a program argument. Any