You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2014/06/24 07:35:47 UTC

svn commit: r1605004 - in /httpd/httpd/branches/2.4.x/docs/manual/programs: ab.xml htpasswd.xml rotatelogs.xml

Author: nilgun
Date: Tue Jun 24 05:35:47 2014
New Revision: 1605004

URL: http://svn.apache.org/r1605004
Log:
fixed build

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml
    httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml
    httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml?rev=1605004&r1=1605003&r2=1605004&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml Tue Jun 24 05:35:47 2014
@@ -106,7 +106,7 @@
     'gnuplot' file; as the results are already 'binned'.</dd>
 
     <dt><code>-f <var>protocol</var></code></dt>
-    <dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL).<br />
+    <dd>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.</dd>
 
     <dt><code>-g <var>gnuplot-file</var></code></dt>
@@ -132,12 +132,12 @@
 
     <dt><code>-l</code></dt>
     <dd>Do not report errors if the length of the responses is not constant. This 
-    can be usefull for dynamic pages.<br />
+    can be usefull for dynamic pages.
     Available in 2.4.7 and later.
     </dd>
 
     <dt><code>-m <var>HTTP-method</var></code></dt>
-    <dd>Custom HTTP method for the requests.<br />
+    <dd>Custom HTTP method for the requests.
     Available in 2.4.10 and later.</dd>
 
     <dt><code>-n <var>requests</var></code></dt>
@@ -165,7 +165,7 @@
 
     <dt><code>-s <var>timeout</var></code></dt>
     <dd>Maximum number of seconds to wait before the socket times out.
-    Default is 30 seconds.<br />
+    Default is 30 seconds.
     Available in 2.4.4 and later.</dd>
 
     <dt><code>-S</code></dt>

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml?rev=1605004&r1=1605003&r2=1605004&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml Tue Jun 24 05:35:47 2014
@@ -108,7 +108,7 @@ distribution.</seealso>
     <dd>Use batch mode; <em>i.e.</em>, get the password from the command line
     rather than prompting for it. This option should be used with extreme care,
     since <strong>the password is clearly visible</strong> on the command
-    line. For script use see the <code>-i</code> option.<br />
+    line. For script use see the <code>-i</code> option.
     Available in 2.4.4 and later.</dd>
 
     <dt><code>-i</code></dt>
@@ -162,7 +162,7 @@ distribution.</seealso>
 
     <dt><code>-v</code></dt>
     <dd>Verify password. Verify that the given password matches the password
-    of the user stored in the specified htpasswd file.<br />
+    of the user stored in the specified htpasswd file.
     Available in 2.4.5 and later.</dd>
 
     <dt><code><var>passwdfile</var></code></dt>

Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml?rev=1605004&r1=1605003&r2=1605004&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml Tue Jun 24 05:35:47 2014
@@ -106,7 +106,7 @@ processed in real time by a further tool
 <dt><code>-n <var>number-of-files</var></code></dt>
 <dd>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".<br />
+"logfile", "logfile.1", "logfile.2", then overwriting "logfile".
 Available in 2.4.5 and later.</dd>
 
 <dt><code><var>logfile</var></code></dt>