You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fa...@apache.org on 2001/01/24 03:11:09 UTC

cvs commit: apache-1.3/src/main http_config.c

fanf        01/01/23 18:11:09

  Modified:    src/main http_config.c
  Log:
  fix comment `httpd -h` -> `httpd -L`
  
  Revision  Changes    Path
  1.159     +1 -1      apache-1.3/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_config.c,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -u -r1.158 -r1.159
  --- http_config.c	2001/01/15 17:04:57	1.158
  +++ http_config.c	2001/01/24 02:11:09	1.159
  @@ -1720,7 +1720,7 @@
   
   /* 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.
    */
   void ap_show_directives(void)
   {