From 7efd35f2aedefdc2c300b8034d26b2cd99c45687 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Thu, 17 Mar 2016 18:21:09 +0000 Subject: [PATCH] Document the client-tag-lifetime default and add an example --- doc/source/p-config.sgml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index d3ac9226..2a6e911e 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.115 2016/03/17 10:43:20 fabiankeil Exp $ + $Id: p-config.sgml,v 2.116 2016/03/17 10:43:29 fabiankeil Exp $ Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy &p-version; </title> <para> - $Id: p-config.sgml,v 2.115 2016/03/17 10:43:20 fabiankeil Exp $ + $Id: p-config.sgml,v 2.116 2016/03/17 10:43:29 fabiankeil Exp $ </para> <para> Copyright (C) 2001-2016 Privoxy Developers http://www.privoxy.org/ @@ -3460,7 +3460,7 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title> <varlistentry> <term>Default value:</term> <listitem> - <para>None</para> + <para>60</para> </listitem> </varlistentry> <varlistentry> @@ -3486,6 +3486,17 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title> </para> </listitem> </varlistentry> + <varlistentry> + <term>Examples:</term> + <listitem> + <para> + <screen> + # Increase the time to life for temporarily enabled tags to 3 minutes + client-tag-lifetime 180 + </screen> + </para> + </listitem> + </varlistentry> </variablelist> </sect3> -- 2.49.0