From: Amos Jeffries Date: Wed, 20 Mar 2013 21:31:35 +0000 (-0600) Subject: Docs: tweak and typo fix in ext_session_acl man page syntax X-Git-Tag: SQUID_3_4_0_1~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=935c292aec60f407d36b6b6997dad764acdf94fa;p=thirdparty%2Fsquid.git Docs: tweak and typo fix in ext_session_acl man page syntax --- diff --git a/helpers/external_acl/session/ext_session_acl.8 b/helpers/external_acl/session/ext_session_acl.8 index 40788fbfb2..aba3b0229f 100644 --- a/helpers/external_acl/session/ext_session_acl.8 +++ b/helpers/external_acl/session/ext_session_acl.8 @@ -68,7 +68,7 @@ Active mode. In this mode sessions are started by evaluating an acl with the argument .B LOGIN , or terminated by the argument -.B LOGOUT . +.B LOGOUT \. Without this flag the helper automatically starts the session after the first request. .SH CONFIGURATION @@ -79,7 +79,7 @@ helper is a concurrent helper; therefore, the concurrency= option .B must be specified in the configuration. .PP -Configuration example using the default automatic mode +Passive session configuration example using the default automatic mode .if !'po4a'hide' .RS .if !'po4a'hide' .B external_acl_type session ttl=300 negative_ttl=0 children=1 concurrency=200 %LOGIN /usr/local/squid/libexec/ext_session_acl .if !'po4a'hide' .br