]> git.kaiwu.me - 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>
Thu, 1 Nov 2007 22:15:59 +0000 (23:15 +0100)
-st was indicated instead of -sf, and the pidfile was wrong.

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

index 3e0d4a72017c747806de72264273d5b3885be074..09d311e52e6ca3669f9eb861e6f2d68398aae97a 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 19f8112db196c6676996b2aa28687b1a1057e0c9..d29259fc7c71dc18070e6fc2ad676366a7a7ada5 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
 ---------------------------------------------