From: Eric Covener Date: Fri, 27 Aug 2010 11:55:34 +0000 (+0000) Subject: add compat info to apachectl -T, add -T to short description of flags X-Git-Tag: 2.3.9~528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cc331beeab04eaad067eff3a37b40ef295894b3;p=thirdparty%2Fapache%2Fhttpd.git add compat info to apachectl -T, add -T to short description of flags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990112 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 1e49a1087ee..979892c877c 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -49,7 +49,8 @@ [ -R directory ] [ -h ] [ -l ] [ -L ] [ -S ] [ -t ] [ -v ] [ -V ] - [ -X ] [ -M ]

+ [ -X ] [ -M ] [ -T ] +

On Windows systems, the following additional arguments are available:

@@ -136,7 +137,7 @@ places where the directive is valid. Directives provided by shared modules are n
Show the settings as parsed from the config file (currently only shows the virtualhost settings).
-
-T
+
-T (Availabe in 2.3.8 and later)
Skip document root check at startup/restart.
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml index c33d7334ecf..6ef9eb3b665 100644 --- a/docs/manual/programs/httpd.xml +++ b/docs/manual/programs/httpd.xml @@ -56,7 +56,8 @@ [ -R directory ] [ -h ] [ -l ] [ -L ] [ -S ] [ -t ] [ -v ] [ -V ] - [ -X ] [ -M ]

+ [ -X ] [ -M ] [ -T ] +

On Windows systems, the following additional arguments are available:

@@ -146,7 +147,7 @@ places where the directive is valid. Directives provided by shared modules are n
Show the settings as parsed from the config file (currently only shows the virtualhost settings).
-
-T
+
-T (Availabe in 2.3.8 and later)
Skip document root check at startup/restart.