]> err.no Git - varnish/commitdiff
Update the parameter list in the man page, and add reminders to keep the
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 17 Sep 2006 08:39:37 +0000 (08:39 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 17 Sep 2006 08:39:37 +0000 (08:39 +0000)
lists in synch.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1044 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c
varnish-cache/bin/varnishd/varnishd.1

index c587c5173b06c287fd9c82efac5f6ecfb16256d8..219b353c74a786ec0e8b7f20dd9f2cb561d1b2fa 100644 (file)
@@ -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 "
index 6adb2db723215ea5760697c98ebe460120816269..1eb53ed9cf5528200ed50d8ad405c21e0f2b237a 100644 (file)
@@ -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