INN commit: branches/2.6/doc/pod (hook-perl.pod readers.conf.pod)

INN Commit rra at isc.org
Mon May 14 12:32:45 UTC 2018


    Date: Monday, May 14, 2018 @ 05:32:44
  Author: iulius
Revision: 10280

Typo fixes

Modified:
  branches/2.6/doc/pod/hook-perl.pod
  branches/2.6/doc/pod/readers.conf.pod

------------------+
 hook-perl.pod    |    2 +-
 readers.conf.pod |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: hook-perl.pod
===================================================================
--- hook-perl.pod	2018-05-12 13:31:56 UTC (rev 10279)
+++ hook-perl.pod	2018-05-14 12:32:44 UTC (rev 10280)
@@ -464,7 +464,7 @@
 inclusion of a perl_auth: parameter in a F<readers.conf> auth
 group. perl_auth: works exactly like the auth: parameter in
 F<readers.conf>, except that it calls the script given as argument using
-the Perl hook rather then treating it as an external program.
+the Perl hook rather than treating it as an external program.
 
 If the processing of readers.conf requires that a perl_auth: statement
 be used for authentication, Perl is loaded (if it has yet to be) and

Modified: readers.conf.pod
===================================================================
--- readers.conf.pod	2018-05-12 13:31:56 UTC (rev 10279)
+++ readers.conf.pod	2018-05-14 12:32:44 UTC (rev 10280)
@@ -297,7 +297,7 @@
 
 A path to a perl script for authentication.  The perl_auth: parameter
 works exactly like auth:, except that it calls the named script using
-the perl hook rather then an external program.  Multiple/mixed use of
+the perl hook rather than an external program.  Multiple/mixed use of
 the auth, perl_auth, and python_auth parameters is permitted within any
 auth group; each line is tried in the order it appears.  perl_auth:
 has more power than auth: in that it provides the authentication
@@ -310,7 +310,7 @@
 
 A Python script for authentication.  The I<python_auth> parameter works
 exactly like I<auth>, except that it calls the named script (without its
-C<.py> extension) using the Python hook rather then an external program.
+C<.py> extension) using the Python hook rather than an external program.
 Multiple/mixed use of the I<auth>, I<perl_auth>, and I<python_auth>
 parameters is permitted within any auth group; each line is tried
 in the order it appears.  I<python_auth> has more power than I<auth>



More information about the inn-committers mailing list