r1167 - in branches/1.0: . bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Wed Oct 18 16:26:52 CEST 2006


Author: des
Date: 2006-10-18 16:26:52 +0200 (Wed, 18 Oct 2006)
New Revision: 1167

Modified:
   branches/1.0/
   branches/1.0/bin/varnishd/mgt_param.c
Log:
 r31759 at cat (orig r1128):  des | 2006-09-26 15:52:29 +0200
 Correct man page reference in send_timeout description.



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1127
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1128

Modified: branches/1.0/bin/varnishd/mgt_param.c
===================================================================
--- branches/1.0/bin/varnishd/mgt_param.c	2006-10-18 14:26:51 UTC (rev 1166)
+++ branches/1.0/bin/varnishd/mgt_param.c	2006-10-18 14:26:52 UTC (rev 1167)
@@ -436,7 +436,7 @@
 		"Send timeout for client connections. "
 		"If no data has been sent to the client in this many seconds, "
 		"the session is closed.\n"
-		"See getopt(3) under SO_SNDTIMEO for more information.\n"
+		"See setsockopt(2) under SO_SNDTIMEO for more information.\n"
 		DELAYED_EFFECT,
 		"600", "seconds" },
 	{ "auto_restart", tweak_auto_restart,




More information about the varnish-commit mailing list