DOC: management: Correct example reload command in the document
authorvarnav <varnavruz@gmail.com>
Mon, 10 May 2021 14:29:57 +0000 (10:29 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 18:35:41 +0000 (20:35 +0200)
commit5a3fe9fcbffc6ddc3af7fa0917d46e1af68513db
tree30ce7a411875a0a6af2f5c720e78f4ade03b74b1
parent89da7cf5d56573fec20997f8146a4b059279c6f2
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`
doc/management.txt