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

acdfd7
From 285f6f1891e8e8acfeb7281136efdae50dbfbe78 Mon Sep 17 00:00:00 2001
acdfd7
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
acdfd7
Date: Fri, 14 Sep 2018 11:53:28 +0300
acdfd7
Subject: [PATCH] man: Fix some typos
acdfd7
acdfd7
---
acdfd7
 man/man1/radzap.1   | 4 ++--
acdfd7
 man/man5/unlang.5   | 6 +++---
acdfd7
 man/man8/radcrypt.8 | 2 +-
acdfd7
 man/man8/radiusd.8  | 4 ++--
acdfd7
 4 files changed, 8 insertions(+), 8 deletions(-)
acdfd7
acdfd7
diff --git a/man/man1/radzap.1 b/man/man1/radzap.1
acdfd7
index a2d529d064..03b9a43a54 100644
acdfd7
--- a/man/man1/radzap.1
acdfd7
+++ b/man/man1/radzap.1
acdfd7
@@ -1,4 +1,4 @@
acdfd7
-.TH RADZAP 1 "8 April 2005" "" "FreeRadius Daemon"
acdfd7
+.TH RADZAP 1 "8 April 2005" "" "FreeRADIUS Daemon"
acdfd7
 .SH NAME
acdfd7
 radzap - remove rogue entries from the active sessions database
acdfd7
 .SH SYNOPSIS
acdfd7
@@ -17,7 +17,7 @@ radzap - remove rogue entries from the active sessions database
acdfd7
 .RB [ \-x ]
acdfd7
 \fIserver[:port] secret\fP
acdfd7
 .SH DESCRIPTION
acdfd7
-The FreeRadius server can be configured to maintain an active session
acdfd7
+The FreeRADIUS server can be configured to maintain an active session
acdfd7
 database in a file called \fIradutmp\fP. Commands like \fBradwho\fP(1)
acdfd7
 use this database. Sometimes that database can get out of sync, and
acdfd7
 then it might contain rogue entries. \fBradzap\fP can clean up this
acdfd7
diff --git a/man/man5/unlang.5 b/man/man5/unlang.5
acdfd7
index 40db5fa6e7..5f765f1787 100644
acdfd7
--- a/man/man5/unlang.5
acdfd7
+++ b/man/man5/unlang.5
acdfd7
@@ -195,7 +195,7 @@ The <list> can be one of "request", "reply", "proxy-request",
acdfd7
 of Version 3, the <list> can be omitted, in which case "request" is
acdfd7
 assumed.
acdfd7
 
acdfd7
-The "control" list is the list of attributes maintainted internally by
acdfd7
+The "control" list is the list of attributes maintained internally by
acdfd7
 the server that controls how the server processes the request.  Any
acdfd7
 attribute that does not go in a packet on the network will generally
acdfd7
 be placed in the "control" list.
acdfd7
@@ -397,7 +397,7 @@ Evaluates to true if 'foo' is a non-empty string (single quotes, double
acdfd7
 quotes, or back-quoted).  Also evaluates to true if 'foo' is a
acdfd7
 non-zero number.  Note that the language is poorly typed, so the
acdfd7
 string "0000" can be interpreted as a numerical zero.  This issue can
acdfd7
-be avoided by comparings strings to an empty string, rather than by
acdfd7
+be avoided by comparing strings to an empty string, rather than by
acdfd7
 evaluating the string by itself.
acdfd7
 
acdfd7
 If the word 'foo' is not a quoted string, then it can be taken as a
acdfd7
@@ -854,7 +854,7 @@ failover tracking that nothing was done in the current section.
acdfd7
 .IP ok
acdfd7
 Instructs the server that the request was processed properly.  This
acdfd7
 keyword can be used to over-ride earlier failures, if the local
acdfd7
-administrator determines that the faiures are not catastrophic.
acdfd7
+administrator determines that the failures are not catastrophic.
acdfd7
 .IP reject
acdfd7
 Causes the request to be immediately rejected
acdfd7
 .SH MODULE RETURN CODES
acdfd7
diff --git a/man/man8/radcrypt.8 b/man/man8/radcrypt.8
acdfd7
index 08336c66f2..2917f60c46 100644
acdfd7
--- a/man/man8/radcrypt.8
acdfd7
+++ b/man/man8/radcrypt.8
acdfd7
@@ -30,7 +30,7 @@ Use a MD5 (Message Digest 5) hash.
acdfd7
 Ignored if performing a password check.
acdfd7
 .IP "\-c --check"
acdfd7
 Perform a validation check on a password hash to verify if it matches
acdfd7
-the plantext password.
acdfd7
+the plaintext password.
acdfd7
 
acdfd7
 .SH EXAMPLES
acdfd7
 .nf
acdfd7
diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8
acdfd7
index 98aef5e1be..2ef5ccf789 100644
acdfd7
--- a/man/man8/radiusd.8
acdfd7
+++ b/man/man8/radiusd.8
acdfd7
@@ -211,11 +211,11 @@ This file is usually static. It defines all the possible RADIUS attributes
acdfd7
 used in the other configuration files.  You don't have to modify it.
acdfd7
 It includes other dictionary files in the same directory.
acdfd7
 .IP hints
acdfd7
-Defines certain hints to the radius server based on the users's loginname
acdfd7
+Defines certain hints to the radius server based on the users' loginname
acdfd7
 or other attributes sent by the access server. It also provides for
acdfd7
 mapping user names (such as Pusername -> username). This provides the
acdfd7
 functionality that the \fILivingston 2.0\fP server has as "Prefix" and
acdfd7
-"Suffix" support in the \fIusers\fP file, but is more general. Ofcourse
acdfd7
+"Suffix" support in the \fIusers\fP file, but is more general. Of course
acdfd7
 the Livingston way of doing things is also supported, and you can even use
acdfd7
 both at the same time (within certain limits).
acdfd7
 .IP huntgroups