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

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