summaryrefslogtreecommitdiff
path: root/include/http_log.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-05-15 20:20:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-05-15 20:20:43 +0000
commiteda8eee6b8f41ef6cf6f44457a19448f25271dff (patch)
treef6ecc076e6c0ffe8c2778f2500a541b920af79b4 /include/http_log.h
parent3aac4df095cf483311a7a9444ec4c22cbbb65259 (diff)
downloadhttpd-eda8eee6b8f41ef6cf6f44457a19448f25271dff.tar.gz
Fix docs and bump mmn minor
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@775312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_log.h b/include/http_log.h
index bb7ebfd303..d406b811a8 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -272,7 +272,7 @@ typedef struct piped_log piped_log;
* @param p The pool to allocate out of
* @param program The program to run in the logging process
* @return The piped log structure
- * @tip The log program is invoked as APR_SHELLCMD_ENV,
+ * @tip The log program is invoked as APR_PROGRAM_ENV,
* @see ap_open_piped_log_ex to modify this behavior
*/
AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program);