diff options
Diffstat (limited to 'docs/manual/programs/ab.html.en')
-rw-r--r-- | docs/manual/programs/ab.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index 0ee98aa71a..68472d7b81 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -42,7 +42,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="synopsis" id="synopsis">Synopsis</a><a title="Permanent link" href="#synopsis" class="permalink">¶</a></h2> +<h2><a name="synopsis" id="synopsis">Synopsis</a> <a title="Permanent link" href="#synopsis" class="permalink">¶</a></h2> <p><code><strong>ab</strong> [ -<strong>A</strong> <var>auth-username</var>:<var>password</var> ] [ -<strong>b</strong> <var>windowsize</var> ] @@ -81,7 +81,7 @@ [http[s]://]<var>hostname</var>[:<var>port</var>]/<var>path</var></code></p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="options" id="options">Options</a><a title="Permanent link" href="#options" class="permalink">¶</a></h2> +<h2><a name="options" id="options">Options</a> <a title="Permanent link" href="#options" class="permalink">¶</a></h2> <dl> <dt><code>-A <var>auth-username</var>:<var>password</var></code></dt> <dd>Supply BASIC Authentication credentials to the server. The username and @@ -232,7 +232,7 @@ </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="output" id="output">Output</a><a title="Permanent link" href="#output" class="permalink">¶</a></h2> +<h2><a name="output" id="output">Output</a> <a title="Permanent link" href="#output" class="permalink">¶</a></h2> <p>The following list describes the values returned by <code>ab</code>: </p> @@ -318,7 +318,7 @@ </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="bugs" id="bugs">Bugs</a><a title="Permanent link" href="#bugs" class="permalink">¶</a></h2> +<h2><a name="bugs" id="bugs">Bugs</a> <a title="Permanent link" href="#bugs" class="permalink">¶</a></h2> <p>There are various statically declared buffers of fixed length. Combined with the lazy parsing of the command line arguments, the response headers from the server and other external inputs, this might bite you.</p> |