Regenerate user-manual
[privoxy.git] / doc / webserver / user-manual / config.html
index 292aeaa..d0cd99a 100644 (file)
 
               <p>After a client-specific tag has been defined with the
               client-specific-tag directive, action sections can be activated
-              based on the tag by using a <a href="#CLIENT-TAG-PATTERN"
-              target="_top">CLIENT-TAG</a> pattern. The CLIENT-TAG pattern is
+              based on the tag by using a <a href=
+              "actions-file.html#CLIENT-TAG-PATTERN" target=
+              "_top">CLIENT-TAG</a> pattern. The CLIENT-TAG pattern is
               evaluated at the same priority as URL patterns, as a result the
               last matching pattern wins. Tags that are created based on
               client or server headers are evaluated later on and can
             <dt>Default value:</dt>
 
             <dd>
-              <p>None</p>
+              <p>60</p>
             </dd>
 
             <dt>Notes:</dt>
               provides a "enable this tag temporarily" option. If it is used,
               the tag will be set until the client-tag-lifetime is over.</p>
             </dd>
+
+            <dt>Examples:</dt>
+
+            <dd>
+              <table border="0" bgcolor="#E0E0E0" width="90%">
+                <tr>
+                  <td>
+                    <pre class="SCREEN">
+      # Increase the time to life for temporarily enabled tags to 3 minutes
+      client-tag-lifetime 180
+
+</pre>
+                  </td>
+                </tr>
+              </table>
+            </dd>
           </dl>
         </div>
       </div>