diff options
author | Joshua Slive <slive@apache.org> | 2007-07-31 22:23:38 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2007-07-31 22:23:38 +0200 |
commit | cc5185db912241b71203110b604309d0d8cfd36c (patch) | |
tree | 4fd4271a345c29e96620f44d382b8465d016c033 /docs/man | |
parent | Document some -D magic. (diff) | |
download | apache2-cc5185db912241b71203110b604309d0d8cfd36c.tar.xz apache2-cc5185db912241b71203110b604309d0d8cfd36c.zip |
Update the generated man page for -D change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/httpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/httpd.8 b/docs/man/httpd.8 index 97a65b5fdc..3e9734be29 100644 --- a/docs/man/httpd.8 +++ b/docs/man/httpd.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTTPD" 8 "2006-08-18" "Apache HTTP Server" "httpd" +.TH "HTTPD" 8 "2007-07-31" "Apache HTTP Server" "httpd" .SH NAME httpd \- Apache Hypertext Transfer Protocol Server @@ -65,7 +65,7 @@ Process the configuration \fIdirective\fR before reading config files\&. 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\&. |