]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: remove -s and -l options from the manpage
authorApollon Oikonomopoulos <apoikos@gmail.com>
Sun, 29 Sep 2013 20:04:27 +0000 (23:04 +0300)
committerWilly Tarreau <w@1wt.eu>
Tue, 1 Oct 2013 05:22:15 +0000 (07:22 +0200)
These options are no longer supported since 1.3, so remove them from the
manpage.

Signed-off-by: Apollon Oikonomopoulos <apoikos@gmail.com>
doc/haproxy.1

index 3254fe68641791e70fecb68c87636a0e0f76796d..c9f159a60d6fc4cfdfb2b296a48dec4406ba8614 100644 (file)
@@ -6,7 +6,7 @@ HAProxy \- fast and reliable http reverse proxy and load balancer
 
 .SH SYNOPSIS
 
-haproxy \-f <configuration\ file> [\-L\ <name>] [\-n\ maxconn] [\-N\ maxconn] [\-C\ <dir>] [\-v|\-vv] [\-d] [\-D] [\-q] [\-V] [\-c] [\-p\ <pidfile>] [\-s] [\-l] [\-dk] [\-ds] [\-de] [\-dp] [\-db] [\-dM[<byte>]] [\-m\ <megs>] [{\-sf|\-st}\ pidlist...]
+haproxy \-f <configuration\ file> [\-L\ <name>] [\-n\ maxconn] [\-N\ maxconn] [\-C\ <dir>] [\-v|\-vv] [\-d] [\-D] [\-q] [\-V] [\-c] [\-p\ <pidfile>] [\-dk] [\-ds] [\-de] [\-dp] [\-db] [\-dM[<byte>]] [\-m\ <megs>] [{\-sf|\-st}\ pidlist...]
 
 .SH DESCRIPTION
 
@@ -98,16 +98,6 @@ exits with code 1 if a syntax error was found.
 Ask the process to write down each of its children's pids to this file
 in daemon mode.
 
-.TP
-\fB\-s\fP
-Show statistics (only if compiled in).
-Statistics are only available if compiled in with the 'STATTIME' option.
-It's only used during code optimization phases, and will soon disappear.
-
-.TP
-\fB\-l\fP
-Show even more statistics (implies '\-s').
-
 .TP
 \fB\-dk\fP
 Disable use of \fBkqueue\fP(2). \fBkqueue\fP(2) is available only on BSD systems.