Blame SOURCES/freeradius-man-Fix-some-typos.patch

33c701
From 285f6f1891e8e8acfeb7281136efdae50dbfbe78 Mon Sep 17 00:00:00 2001
33c701
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
33c701
Date: Fri, 14 Sep 2018 11:53:28 +0300
33c701
Subject: [PATCH] man: Fix some typos
33c701
33c701
---
33c701
 man/man5/radrelay.conf.5 | 2 +-
33c701
 man/man5/rlm_files.5     | 2 +-
33c701
 man/man5/unlang.5        | 8 ++++----
33c701
 man/man8/radrelay.8      | 2 +-
33c701
 4 files changed, 7 insertions(+), 7 deletions(-)
33c701
33c701
diff --git a/man/man5/radrelay.conf.5 b/man/man5/radrelay.conf.5
33c701
index 5fb38bfc4e..e3e665024b 100644
33c701
--- a/man/man5/radrelay.conf.5
33c701
+++ b/man/man5/radrelay.conf.5
33c701
@@ -26,7 +26,7 @@ Many sites run multiple radius servers; at least one primary and one
33c701
 backup server. When the primary goes down, most NASes detect that and
33c701
 switch to the backup server.
33c701
 
33c701
-That will cause your accounting packets to go the the backup server -
33c701
+That will cause your accounting packets to go to the backup server -
33c701
 and some NASes don't even switch back to the primary server when it
33c701
 comes back up.
33c701
 
33c701
diff --git a/man/man5/rlm_files.5 b/man/man5/rlm_files.5
33c701
index bfee5030ff..52f4734ae3 100644
33c701
--- a/man/man5/rlm_files.5
33c701
+++ b/man/man5/rlm_files.5
33c701
@@ -48,7 +48,7 @@ This configuration entry enables you to have configurations that
33c701
 perform per-group checks, and return per-group attributes, where the
33c701
 group membership is dynamically defined by a previous module.  It also
33c701
 lets you do things like key off of attributes in the reply, and
33c701
-express policies like like "when I send replies containing attribute
33c701
+express policies like "when I send replies containing attribute
33c701
 FOO with value BAR, do more checks, and maybe send additional
33c701
 attributes".
33c701
 .SH CONFIGURATION
33c701
diff --git a/man/man5/unlang.5 b/man/man5/unlang.5
33c701
index 76db8f2d1c..12fe7855b2 100644
33c701
--- a/man/man5/unlang.5
33c701
+++ b/man/man5/unlang.5
33c701
@@ -36,7 +36,7 @@ the pre-defined keywords here.
33c701
 
33c701
 Subject to a few limitations described below, any keyword can appear
33c701
 in any context.  The language consists of a series of entries, each
33c701
-one one line.  Each entry begins with a keyword.  Entries are
33c701
+one line.  Each entry begins with a keyword.  Entries are
33c701
 organized into lists.  Processing of the language is line by line,
33c701
 from the start of the list to the end.  Actions are executed
33c701
 per-keyword.
33c701
@@ -131,7 +131,7 @@ expanded as described in the DATA TYPES section, below.  The match is
33c701
 then performed on the string returned from the expansion.  If the
33c701
 argument is an attribute reference (e.g. &User-Name), then the match
33c701
 is performed on the value of that attribute.  Otherwise, the argument
33c701
-is taken to be a literal string, and and matching is done via simple
33c701
+is taken to be a literal string, and matching is done via simple
33c701
 comparison.
33c701
 
33c701
 No statement other than "case" can appear in a "switch" block.
33c701
@@ -155,7 +155,7 @@ expanded as described in the DATA TYPES section, below.  The match is
33c701
 then performed on the string returned from the expansion.  If the
33c701
 argument is an attribute reference (e.g. &User-Name), then the match
33c701
 is performed on the value of that attribute.  Otherwise, the argument
33c701
-is taken to be a literal string, and and matching is done via simple
33c701
+is taken to be a literal string, and matching is done via simple
33c701
 comparison.
33c701
 
33c701
 .DS
33c701
@@ -799,7 +799,7 @@ regular expression.  If no attribute matches, nothing else is done.
33c701
 The value can be an attribute reference, or an attribute-specific
33c701
 string.
33c701
 
33c701
-When the value is an an attribute reference, it must take the form of
33c701
+When the value is an attribute reference, it must take the form of
33c701
 "&Attribute-Name".  The leading "&" signifies that the value is a
33c701
 reference.  The "Attribute-Name" is an attribute name, such as
33c701
 "User-Name" or "request:User-Name".  When an attribute reference is
33c701
diff --git a/man/man8/radrelay.8 b/man/man8/radrelay.8
33c701
index fdba6995d5..99e65732a2 100644
33c701
--- a/man/man8/radrelay.8
33c701
+++ b/man/man8/radrelay.8
33c701
@@ -13,7 +13,7 @@ Many sites run multiple radius servers; at least one primary and one
33c701
 backup server. When the primary goes down, most NASes detect that and
33c701
 switch to the backup server.
33c701
 
33c701
-That will cause your accounting packets to go the the backup server -
33c701
+That will cause your accounting packets to go to the backup server -
33c701
 and some NASes don't even switch back to the primary server when it
33c701
 comes back up.
33c701
 
33c701
-- 
33c701
2.18.0
33c701