You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2007/08/01 16:05:02 UTC

svn commit: r561801 - /httpd/httpd/branches/2.2.x/docs/man/httpd.8

Author: slive
Date: Wed Aug  1 07:05:01 2007
New Revision: 561801

URL: http://svn.apache.org/viewvc?view=rev&rev=561801
Log:
Sync auto-generated man page.

Modified:
    httpd/httpd/branches/2.2.x/docs/man/httpd.8

Modified: httpd/httpd/branches/2.2.x/docs/man/httpd.8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/man/httpd.8?view=diff&rev=561801&r1=561800&r2=561801
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/man/httpd.8 (original)
+++ httpd/httpd/branches/2.2.x/docs/man/httpd.8 Wed Aug  1 07:05:01 2007
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "HTTPD" 8 "2005-09-20" "Apache HTTP Server" "httpd"
+.TH "HTTPD" 8 "2007-08-01" "Apache HTTP Server" "httpd"
 
 .SH NAME
 httpd \- Apache Hypertext Transfer Protocol Server
@@ -65,7 +65,7 @@
 Process the configuration \fIdirective\fR after reading config files\&.  
 .TP
 -D \fIparameter\fR
-Sets a configuration \fIparameter \fRwhich can be used with <IfDefine> sections in the configuration files to conditionally skip or process commands at server startup and restart\&.  
+Sets a configuration \fIparameter \fRwhich can be used with <IfDefine> sections in the configuration files to conditionally skip or process commands at server startup and restart\&. Also can be used to set certain less-common startup parameters including -DNO_DETACH (prevent the parent from forking) and -DFOREGROUND (prevent the parent from calling setsid() et al)\&.  
 .TP
 -e \fIlevel\fR
 Sets the LogLevel to \fIlevel\fR during server startup\&. This is useful for temporarily increasing the verbosity of the error messages to find problems during startup\&.