]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fixed 2 typos in haproxy-en/fr
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Sep 2007 21:49:18 +0000 (23:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Sep 2007 21:49:18 +0000 (23:49 +0200)
-st was indicated instead of -sf, and the pidfile was wrong.

doc/haproxy-en.txt
doc/haproxy-fr.txt

index 50a480285f4b5b1f5a3e32a903eaccafc0946172..d18f59a0d5a26f4a3c82b691710e39029e850320 100644 (file)
@@ -322,7 +322,7 @@ Example :
 
     # to reload a new configuration with minimal service impact and without
     # breaking existing sessions :
-    # haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
+    # haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
 
 1.7) Polling mechanisms
 -----------------------
index 9845cff8094578a08c8a0745953e172a2ecbee03..eafe4365ae3feaa12845ec33b1df9fcaa6cbd1ae 100644 (file)
@@ -343,7 +343,7 @@ Exemple :
 
     # pour recharger une configuration avec un impact minimal sur le service,
     # et sans casser les sessions existantes :
-    # haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
+    # haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
 
 1.7) Mécanismes de traitements des événements
 ---------------------------------------------