r1128 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Tue Sep 26 15:52:29 CEST 2006


Author: des
Date: 2006-09-26 15:52:29 +0200 (Tue, 26 Sep 2006)
New Revision: 1128

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Correct man page reference in send_timeout description.

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-26 13:31:58 UTC (rev 1127)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-26 13:52:29 UTC (rev 1128)
@@ -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