]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor spelling fixes in man files (#3490)
authorAlexander Scheel <ascheel@redhat.com>
Tue, 9 Jun 2020 18:12:05 +0000 (14:12 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 18:12:05 +0000 (13:12 -0500)
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
man/man1/radzap.1
man/man5/unlang.5
man/man8/radcrypt.8

index 1e9808c9a568e20176e98fefc89d4ab000329378..e39da9a1c0c644ec72d4a81fb9987fc2797e44ef 100644 (file)
@@ -1,4 +1,4 @@
-.TH RADZAP 1 "8 April 2005" "" "FreeRadius Daemon"
+.TH RADZAP 1 "8 April 2005" "" "FreeRADIUS Daemon"
 .SH NAME
 radzap - remove rogue entries from the active sessions database
 .SH SYNOPSIS
@@ -17,7 +17,7 @@ radzap - remove rogue entries from the active sessions database
 .RB [ \-x ]
 \fIserver[:port] secret\fP
 .SH DESCRIPTION
-The FreeRadius server can be configured to maintain an active session
+The FreeRADIUS server can be configured to maintain an active session
 database in a file called \fIradutmp\fP. Commands like \fBradwho\fP(1)
 use this database. Sometimes that database can get out of sync, and
 then it might contain rogue entries. \fBradzap\fP can clean up this
index dea8a6ae013fa4ddba1d22ed2bb174fbf4d3b5b6..dc691387a3b044373ba7413b76fc050357ae32f5 100644 (file)
@@ -285,7 +285,7 @@ request).  Attributes in the child can be copied from the parent via
 an "update" block.
 
 The packet type and protocol can be changed in a subrequest, by
-changing the second paramater to the subrequest.  That parameter can
+changing the second parameter to the subrequest.  That parameter can
 be:
 
 * packet name, e.g. "Access-Request"
@@ -324,7 +324,7 @@ parent.
        }
 .DE
 The purpose of a "subrequest" section is to create a child request
-which can be edited and upated independently of the parent.
+which can be edited and updated independently of the parent.
 
 The return value of the subrequest is taken from the return value of
 the subsection being run.
@@ -416,7 +416,7 @@ The <list> can be one of "request", "reply", "session-state", or
 "control".  As of Version 3, the <list> can be omitted, in which case
 "request" is assumed.
 
-The "control" list is the list of attributes maintainted internally by
+The "control" list is the list of attributes maintained internally by
 the server that controls how the server processes the request.  Any
 attribute that does not go in a packet on the network will generally
 be placed in the "control" list.
@@ -513,7 +513,7 @@ Evaluates to true if 'foo' is a non-empty string (single quotes, double
 quotes, or back-quoted).  Also evaluates to true if 'foo' is a
 non-zero number.  Note that the language is poorly typed, so the
 string "0000" can be interpreted as a numerical zero.  This issue can
-be avoided by comparings strings to an empty string, rather than by
+be avoided by comparing strings to an empty string, rather than by
 evaluating the string by itself.
 
 If the word 'foo' is not a quoted string, then it can be taken as a
@@ -1067,7 +1067,7 @@ the list.
 .IP ==
 Keep only those attributes which have values matching the given one.
 
-Note that this operator (eqaulity filtering) is very different than
+Note that this operator (equality filtering) is very different than
 the '=' operator (set if not already existing) described above!
 .IP !=
 Keep only those attributes which have values not equal to the
@@ -1143,7 +1143,7 @@ failover tracking that nothing was done in the current section.
 .IP ok
 Instructs the server that the request was processed properly.  This
 keyword can be used to over-ride earlier failures, if the local
-administrator determines that the faiures are not catastrophic.
+administrator determines that the failures are not catastrophic.
 .IP reject
 Causes the request to be immediately rejected
 .SH MODULE RETURN CODES
index 8f879dab306bb67a8c597e6849c7b73c4a67f66a..b5c985897bf3db2b1b7e744b23127fdfb981f3cd 100644 (file)
@@ -36,7 +36,7 @@ Use a MD5 (Message Digest 5) hash.
 Ignored if performing a password check.
 .IP "\-c --check"
 Perform a validation check on a password hash to verify if it matches
-the plantext password.
+the plaintext password.
 
 .SH EXAMPLES
 .nf