From: des Date: Tue, 26 Sep 2006 13:52:29 +0000 (+0000) Subject: Correct man page reference in send_timeout description. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2464b8e3bdd3940706cab2b8495734b50bfba5;p=varnish Correct man page reference in send_timeout description. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1128 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index fd01c1e3..1428713d 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -436,7 +436,7 @@ static struct parspec parspec[] = { "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,