Commit cee00cf9 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Update the parameter list in the man page, and add reminders to keep the

lists in synch.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1044 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent fe254061
......@@ -318,9 +318,13 @@ tweak_srcaddr_ttl(struct cli *cli, struct parspec *par, const char *arg)
#define EXPERIMENTAL \
"\nNB: We don't know yet if it is a good idea to change " \
"this parameter. Caution adviced.\n"
"this parameter. Caution advised.\n"
/*
* Remember to update varnishd.1 whenever you add / remove a parameter or
* change its default value.
*/
static struct parspec parspec[] = {
{ "default_ttl", tweak_default_ttl,
"The TTL assigned to objects if neither the backend nor "
......
......@@ -200,6 +200,7 @@ The following commands are available:
.It Cm vcl.use Ar configname
.El
.Ss Run-Time Parameters
.\" Keep in synch with parspec[] in mgt_param.c
.Bl -tag -width=4
.It Va auto_restart
.It Va default_ttl
......@@ -208,11 +209,14 @@ The following commands are available:
.It Va listen_address
.It Va listen_depth
.It Va pipe_timeout
.It Va send_timeout
.It Va sendfile_threshold
.It Va send_timeout
.It Va sess_timeout
.It Va srcaddr_hash
.It Va srcaddr_ttl
.It Va thread_pool_max
.It Va thread_pool_min
.It Va thread_pools
.It Va thread_pool_timeout
.It Va vcl_trace
.El
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment