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