From 2cc331beeab04eaad067eff3a37b40ef295894b3 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 27 Aug 2010 11:55:34 +0000 Subject: [PATCH] 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 --- docs/manual/programs/httpd.html.en | 5 +++-- docs/manual/programs/httpd.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 1e49a1087e..979892c877 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 c33d7334ec..6ef9eb3b66 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.
-- 2.50.1