From 285f6f1891e8e8acfeb7281136efdae50dbfbe78 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Fri, 14 Sep 2018 11:53:28 +0300 Subject: [PATCH] man: Fix some typos --- man/man1/radzap.1 | 4 ++-- man/man5/unlang.5 | 6 +++--- man/man8/radcrypt.8 | 2 +- man/man8/radiusd.8 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/man1/radzap.1 b/man/man1/radzap.1 index a2d529d064..03b9a43a54 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 40db5fa6e7..5f765f1787 100644 --- a/man/man5/unlang.5 +++ b/man/man5/unlang.5 @@ -195,7 +195,7 @@ The can be one of "request", "reply", "proxy-request", 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. @@ -397,7 +397,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 @@ -854,7 +854,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 08336c66f2..2917f60c46 100644 --- a/man/man8/radcrypt.8 +++ b/man/man8/radcrypt.8 @@ -30,7 +30,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 diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8 index 98aef5e1be..2ef5ccf789 100644 --- a/man/man8/radiusd.8 +++ b/man/man8/radiusd.8 @@ -211,11 +211,11 @@ This file is usually static. It defines all the possible RADIUS attributes used in the other configuration files. You don't have to modify it. It includes other dictionary files in the same directory. .IP hints -Defines certain hints to the radius server based on the users's loginname +Defines certain hints to the radius server based on the users' loginname or other attributes sent by the access server. It also provides for mapping user names (such as Pusername -> username). This provides the functionality that the \fILivingston 2.0\fP server has as "Prefix" and -"Suffix" support in the \fIusers\fP file, but is more general. Ofcourse +"Suffix" support in the \fIusers\fP file, but is more general. Of course the Livingston way of doing things is also supported, and you can even use both at the same time (within certain limits). .IP huntgroups