]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: tweak and typo fix in ext_session_acl man page syntax
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Mar 2013 21:31:35 +0000 (15:31 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 Mar 2013 21:31:35 +0000 (15:31 -0600)
helpers/external_acl/session/ext_session_acl.8

index 40788fbfb21f78495660510cb2f938ea16e2dfef..aba3b0229fd61fe34347b2da49c6efb4768929c1 100644 (file)
@@ -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