commit | 5a3fe9fcbffc6ddc3af7fa0917d46e1af68513db | [log] [tgz] |
---|---|---|
author | varnav <varnavruz@gmail.com> | Mon May 10 10:29:57 2021 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 12 20:35:41 2021 +0200 |
tree | 30ce7a411875a0a6af2f5c720e78f4ade03b74b1 | |
parent | 89da7cf5d56573fec20997f8146a4b059279c6f2 [diff] |
DOC: management: Correct example reload command in the document Current example is: `echo "reload" | socat /var/run/haproxy-master.sock` it will cause socat error: `exactly 2 addresses required (there are 1); use option "-h" for help` Correct working command is: `echo "reload" | socat /var/run/haproxy-master.sock stdin`