From: Alexander Scheel Date: Tue, 9 Jun 2020 18:12:05 +0000 (-0400) Subject: Minor spelling fixes in man files (#3490) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498c2c3eb2637e5166b7980d7cb82baea8e684d5;p=thirdparty%2Ffreeradius-server.git Minor spelling fixes in man files (#3490) Signed-off-by: Alexander Scheel --- diff --git a/man/man1/radzap.1 b/man/man1/radzap.1 index 1e9808c9a56..e39da9a1c0c 100644 --- a/man/man1/radzap.1 +++ b/man/man1/radzap.1 @@ -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 diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index dea8a6ae013..dc691387a3b 100644 --- a/man/man5/unlang.5 +++ b/man/man5/unlang.5 @@ -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 can be one of "request", "reply", "session-state", or "control". As of Version 3, the 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 diff --git a/man/man8/radcrypt.8 b/man/man8/radcrypt.8 index 8f879dab306..b5c985897bf 100644 --- a/man/man8/radcrypt.8 +++ b/man/man8/radcrypt.8 @@ -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