From fcc07bdd9a14ad0fd8945b79872e05e477c08cfd Mon Sep 17 00:00:00 2001 From: Ingo Schwarze <> Date: Mon, 29 May 2017 18:29:45 +1200 Subject: [PATCH] Docs: Improve formatting of several manual pages --- helpers/basic_auth/LDAP/basic_ldap_auth.8 | 12 ++++++------ helpers/basic_auth/RADIUS/basic_radius_auth.8 | 4 ++-- .../external_acl/file_userip/ext_file_userip_acl.8 | 2 +- tools/squidclient/squidclient.1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helpers/basic_auth/LDAP/basic_ldap_auth.8 b/helpers/basic_auth/LDAP/basic_ldap_auth.8 index 3223007c72..51cedf10d9 100644 --- a/helpers/basic_auth/LDAP/basic_ldap_auth.8 +++ b/helpers/basic_auth/LDAP/basic_ldap_auth.8 @@ -5,9 +5,9 @@ basic_ldap_auth \- LDAP authentication helper for Squid . .SH SYNOPSIS .if !'po4a'hide' .B basic_ldap_auth -.if !'po4a'hide' .B \-b\ \" +.if !'po4a'hide' .B \-b\ \(dq base DN -.if !'po4a'hide' .B \"\ [\-u +.if !'po4a'hide' .B \(dq\ [\-u attribute .if !'po4a'hide' .B ]\ [ options @@ -20,11 +20,11 @@ URI .if !'po4a'hide' .B ]... .br .if !'po4a'hide' .B basic_ldap_auth -.if !'po4a'hide' .B \-b\ \" +.if !'po4a'hide' .B \-b\ \(dq base DN -.if !'po4a'hide' .B \"\ \-f\ \" +.if !'po4a'hide' .B \(dq\ \-f\ \(dq LDAP search filter -.if !'po4a'hide' .B \"\ [ +.if !'po4a'hide' .B \(dq\ [ options .if !'po4a'hide' .B ]\ [ LDAP server name @@ -74,7 +74,7 @@ not what builds the user specific part of the users DN. The search filter can contain up to 15 occurrences of .B %s which will be replaced by the username, as in -.B "\"uid\=%s\"" +.B "\(dquid\=%s\(dq" for RFC2037 directories. For a detailed description of LDAP search filter syntax see RFC2254. .br diff --git a/helpers/basic_auth/RADIUS/basic_radius_auth.8 b/helpers/basic_auth/RADIUS/basic_radius_auth.8 index 50ed31b901..453c285702 100644 --- a/helpers/basic_auth/RADIUS/basic_radius_auth.8 +++ b/helpers/basic_auth/RADIUS/basic_radius_auth.8 @@ -9,9 +9,9 @@ basic_radius_auth \- Squid RADIUS authentication helper config file .br .if !'po4a'hide' .B basic_radius_auth -.if !'po4a'hide' .B "\-h \"" +.if !'po4a'hide' .B "\-h \(dq" server name -.if !'po4a'hide' .B "\" [\-p " +.if !'po4a'hide' .B "\(dq [\-p " port .if !'po4a'hide' .B "] [\-i " identifier diff --git a/helpers/external_acl/file_userip/ext_file_userip_acl.8 b/helpers/external_acl/file_userip/ext_file_userip_acl.8 index f5f0675daa..28a7470eb9 100644 --- a/helpers/external_acl/file_userip/ext_file_userip_acl.8 +++ b/helpers/external_acl/file_userip/ext_file_userip_acl.8 @@ -68,7 +68,7 @@ There are other two directives, .B ALL and .B NONE -, which mean \"any user on this IP address may authenticate\" or \"no user on this IP address may authenticate\". +, which mean \(dqany user on this IP address may authenticate\(dq or \(dqno user on this IP address may authenticate\(dq. . .SH AUTHOR This program was written by diff --git a/tools/squidclient/squidclient.1 b/tools/squidclient/squidclient.1 index 0419fc2390..e19bd37d9a 100644 --- a/tools/squidclient/squidclient.1 +++ b/tools/squidclient/squidclient.1 @@ -86,7 +86,7 @@ Retrieve URL from server host. Default is .if !'po4a'hide' .TP .if !'po4a'hide' .B "\-H 'string'" Extra headers to send. Use -.B '\\n' +.B '\en' for new lines. . .if !'po4a'hide' .TP -- 2.47.2