From: Joshua Slive Date: Tue, 31 Jul 2007 20:21:45 +0000 (+0000) Subject: Document some -D magic. X-Git-Tag: 2.3.0~1667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7c1e16e187bcb118ab5b66eadc6deee0e90947;p=apache Document some -D magic. PR: 41148 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index e60989baea..b243db16e8 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -94,8 +94,11 @@ files.
Sets a configuration parameter which can be used with <IfDefine> sections -in the configuration files to conditionally skip or process -commands at server startup and restart.
+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).
-e level
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml index fa3951f5de..4115f5adf6 100644 --- a/docs/manual/programs/httpd.xml +++ b/docs/manual/programs/httpd.xml @@ -105,8 +105,11 @@ files.
Sets a configuration parameter which can be used with IfDefine sections -in the configuration files to conditionally skip or process -commands at server startup and restart.
+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).
-e level