DOC: management: -q is quiet all the time
The documentation about -q seems wrong, it does not output messages
after the startup, it disables all messages. It was always quiet with
the stdio_quiet() function.
Must be backported in all stable versions.
(cherry picked from commit 705a72fd1937fb1e9247c19c81a1ce4b98a57b36)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 01e12945b5759f749a4e5172c975f3e555e4a4ff)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 25ad84b65cacb4feeafbc34bff4e77b8d084ccbd)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit e5b54f3dfeeb5a80a588c8ac99f344a8bb866fd4)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
diff --git a/doc/management.txt b/doc/management.txt
index 1177aa2..7898caa 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -299,9 +299,8 @@
before entering the chroot jail, and after doing the chdir() implied by
"-C". Each pid appears on its own line.
- -q : set "quiet" mode. This disables some messages during the configuration
- parsing and during startup. It can be used in combination with "-c" to
- just check if a configuration file is valid or not.
+ -q : set "quiet" mode. This disables the output messages. It can be used in
+ combination with "-c" to just check if a configuration file is valid or not.
-S <bind>[,bind_options...]: in master-worker mode, bind a master CLI, which
allows the access to every processes, running or leaving ones.