From 0bd1a50c6991bd360406aa88a8b23c94556878ea Mon Sep 17 00:00:00 2001 From: Nilgun Belma Buguner Date: Tue, 24 Jun 2014 05:35:47 +0000 Subject: [PATCH] fixed build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1605004 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/ab.xml | 8 ++++---- docs/manual/programs/htpasswd.xml | 4 ++-- docs/manual/programs/rotatelogs.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml index a58985e9bf..0244700ab3 100644 --- a/docs/manual/programs/ab.xml +++ b/docs/manual/programs/ab.xml @@ -106,7 +106,7 @@ 'gnuplot' file; as the results are already 'binned'.
-f protocol
-
Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL).
+
Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL). TLS1.1 and TLS1.2 support available in 2.4.4 and later.
-g gnuplot-file
@@ -132,12 +132,12 @@
-l
Do not report errors if the length of the responses is not constant. This - can be usefull for dynamic pages.
+ can be usefull for dynamic pages. Available in 2.4.7 and later.
-m HTTP-method
-
Custom HTTP method for the requests.
+
Custom HTTP method for the requests. Available in 2.4.10 and later.
-n requests
@@ -165,7 +165,7 @@
-s timeout
Maximum number of seconds to wait before the socket times out. - Default is 30 seconds.
+ Default is 30 seconds. Available in 2.4.4 and later.
-S
diff --git a/docs/manual/programs/htpasswd.xml b/docs/manual/programs/htpasswd.xml index c2c71fc628..7f0f835054 100644 --- a/docs/manual/programs/htpasswd.xml +++ b/docs/manual/programs/htpasswd.xml @@ -108,7 +108,7 @@ distribution.
Use batch mode; i.e., get the password from the command line rather than prompting for it. This option should be used with extreme care, since the password is clearly visible on the command - line. For script use see the -i option.
+ line. For script use see the -i option. Available in 2.4.4 and later.
-i
@@ -162,7 +162,7 @@ distribution.
-v
Verify password. Verify that the given password matches the password - of the user stored in the specified htpasswd file.
+ of the user stored in the specified htpasswd file. Available in 2.4.5 and later.
passwdfile
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index 28c5d46ba7..20fd3b05d2 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -106,7 +106,7 @@ processed in real time by a further tool in the chain.
-n number-of-files
Use a circular list of filenames without timestamps. With -n 3, the series of log files opened would be -"logfile", "logfile.1", "logfile.2", then overwriting "logfile".
+"logfile", "logfile.1", "logfile.2", then overwriting "logfile". Available in 2.4.5 and later.
logfile
-- 2.50.1