You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/08/27 13:55:34 UTC

svn commit: r990112 - in /httpd/httpd/trunk/docs/manual/programs: httpd.html.en httpd.xml

Author: covener
Date: Fri Aug 27 11:55:34 2010
New Revision: 990112

URL: http://svn.apache.org/viewvc?rev=990112&view=rev
Log:
add compat info to apachectl -T, add -T to short description of flags


Modified:
    httpd/httpd/trunk/docs/manual/programs/httpd.html.en
    httpd/httpd/trunk/docs/manual/programs/httpd.xml

Modified: httpd/httpd/trunk/docs/manual/programs/httpd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.html.en?rev=990112&r1=990111&r2=990112&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.html.en Fri Aug 27 11:55:34 2010
@@ -49,7 +49,8 @@
      [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong> ]
      [ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong> ]
      [ -<strong>t</strong> ] [ -<strong>v</strong> ] [ -<strong>V</strong> ]
-     [ -<strong>X</strong> ] [ -<strong>M</strong> ]</code></p>
+     [ -<strong>X</strong> ] [ -<strong>M</strong> ] [ -<strong>T</strong> ]
+     </code></p>
 
      <p>On <a href="../platform/windows.html">Windows systems</a>, the
      following additional arguments are available:</p>
@@ -136,7 +137,7 @@ places where the directive is valid. Dir
 <dd>Show the settings as parsed from the config file (currently only
 shows the virtualhost settings).</dd>
 
-<dt><code>-T</code></dt>
+<dt><code>-T</code> (Availabe in 2.3.8 and later)</dt>
 
 <dd>Skip document root check at startup/restart.</dd>
 

Modified: httpd/httpd/trunk/docs/manual/programs/httpd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.xml?rev=990112&r1=990111&r2=990112&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.xml Fri Aug 27 11:55:34 2010
@@ -56,7 +56,8 @@
      [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong> ]
      [ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong> ]
      [ -<strong>t</strong> ] [ -<strong>v</strong> ] [ -<strong>V</strong> ]
-     [ -<strong>X</strong> ] [ -<strong>M</strong> ]</code></p>
+     [ -<strong>X</strong> ] [ -<strong>M</strong> ] [ -<strong>T</strong> ]
+     </code></p>
 
      <p>On <a href="../platform/windows.html">Windows systems</a>, the
      following additional arguments are available:</p>
@@ -146,7 +147,7 @@ places where the directive is valid. Dir
 <dd>Show the settings as parsed from the config file (currently only
 shows the virtualhost settings).</dd>
 
-<dt><code>-T</code></dt>
+<dt><code>-T</code> (Availabe in 2.3.8 and later)</dt>
 
 <dd>Skip document root check at startup/restart.</dd>