Remove special hidden character from documentation that prevent pod2man from working. Thanks to David Walser for the report.
This commit is contained in:
parent
1f354bd4bb
commit
c556c9b384
2
README
2
README
|
@ -193,7 +193,7 @@ CONFIGURATION
|
|||
|
||||
UseClientDNSName 0
|
||||
If you want to use DNS name instead of client Ip address as username
|
||||
enable this directive. When you don't have authentication, the
|
||||
enable this directive. When you don't have authentication, the
|
||||
username is set to the client ip address, this allow you to use the
|
||||
DNS name instead. Note that you must have a working DNS resolution
|
||||
and that it can really slow down the generation of reports.
|
||||
|
|
|
@ -202,7 +202,7 @@ Set the path to the Squid log file.
|
|||
=item UseClientDNSName 0
|
||||
|
||||
If you want to use DNS name instead of client Ip address as username enable
|
||||
this directive. When you don't have authentication, the username is set to
|
||||
this directive. When you don't have authentication, the username is set to
|
||||
the client ip address, this allow you to use the DNS name instead.
|
||||
Note that you must have a working DNS resolution and that it can really slow
|
||||
down the generation of reports.
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "SQUIDANALYZER 1"
|
||||
.TH SQUIDANALYZER 1 "2013-12-01" "perl v5.14.2" "User Contributed Perl Documentation"
|
||||
.TH SQUIDANALYZER 1 "2013-12-23" "perl v5.14.2" "User Contributed Perl Documentation"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -336,7 +336,7 @@ Set the path to the Squid log file.
|
|||
.IP "UseClientDNSName 0" 4
|
||||
.IX Item "UseClientDNSName 0"
|
||||
If you want to use \s-1DNS\s0 name instead of client Ip address as username enable
|
||||
thisA\*^\ directive. When you don't have authentication, the username is set to
|
||||
this directive. When you don't have authentication, the username is set to
|
||||
the client ip address, this allow you to use the \s-1DNS\s0 name instead.
|
||||
Note that you must have a working \s-1DNS\s0 resolution and that it can really slow
|
||||
down the generation of reports.
|
||||
|
|
Loading…
Reference in New Issue