From: Eric Covener
Date: Fri, 27 Aug 2010 11:57:39 +0000 (+0000)
Subject: compatability text for apachectl -T
X-Git-Tag: 2.2.17~57
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f90f671e9310256f9bfdbb52f031d53a82a502;p=thirdparty%2Fapache%2Fhttpd.git
compatability text for apachectl -T
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@990114 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en
index 97f1e0adfa1..b388b2631a4 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:
@@ -142,7 +143,7 @@ places where the directive is valid.
Show the settings as parsed from the config file (currently only
shows the virtualhost settings).
--T
+-T
(Available in 2.2.17 and later)
Skip document root check at startup/restart.
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml
index bfdd582d24a..3ca66fba30e 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:
@@ -152,7 +153,7 @@ places where the directive is valid.
Show the settings as parsed from the config file (currently only
shows the virtualhost settings).
--T
+-T
(Available in 2.2.17 and later)
Skip document root check at startup/restart.