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