Re: [PATCH] DOC: fix minor typo on http-send-name-header

2012-10-16 Thread Willy Tarreau
On Mon, Oct 15, 2012 at 07:44:24PM +0200, Cyril Bonté wrote:
 The server keyword documentation had a reference on http-send-server-name
 instead of http-send-name-header.

Applied, thanks Cyril.

Willy




[PATCH] DOC: fix minor typo on http-send-name-header

2012-10-15 Thread Cyril Bonté
The server keyword documentation had a reference on http-send-server-name
instead of http-send-name-header.
---
 doc/configuration.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 208c432..cc07423 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -4762,7 +4762,7 @@ server name address[:[port]] [param*]
  no|no|   yes  |   yes
   Arguments :
 nameis the internal name assigned to this server. This name will
-  appear in logs and alerts.  If http-send-server-name is
+  appear in logs and alerts.  If http-send-name-header is
   set, it will be added to the request header sent to the server.
 
 address is the IPv4 or IPv6 address of the server. Alternatively, a
-- 
1.7.10.4