From: Victor J. Orlikowski Date: Tue, 10 Apr 2001 23:18:27 +0000 (+0000) Subject: Small docco fix. X-Git-Tag: 2.0.17~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08aa9643b562b2898fe7b12d0ed42066d3c6676;p=thirdparty%2Fapache%2Fhttpd.git Small docco fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88803 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/config.c b/server/config.c index 1bddede0cd9..bf52650d85e 100644 --- a/server/config.c +++ b/server/config.c @@ -1711,7 +1711,7 @@ static void show_overrides(const command_rec *pc, module *pm) /* Show the preloaded configuration directives, the help string explaining * the directive arguments, in what module they are handled, and in - * what parts of the configuration they are allowed. Used for httpd -h. + * what parts of the configuration they are allowed. Used for httpd -L. */ AP_DECLARE(void) ap_show_directives(void) {