From: Alexander Scheel Date: Tue, 9 Jun 2020 16:02:47 +0000 (-0400) Subject: Minor spelling fixes in man files X-Git-Tag: release_3_0_22~552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9d6e9765f0c06ca4bb0be28be73fffd56b9318;p=thirdparty%2Ffreeradius-server.git Minor spelling fixes in man files Signed-off-by: Alexander Scheel --- diff --git a/man/man1/radtest.1 b/man/man1/radtest.1 index b3184779c02..2bf899797af 100644 --- a/man/man1/radtest.1 +++ b/man/man1/radtest.1 @@ -35,7 +35,7 @@ Use \fIproto\fP transport protocol ("tcp" or "udp"). Only available if FreeRADIUS is compiled with TCP transport support. .IP "\-t \fIpap/chap/mschap/eap-md5\fP" -Choose the authentiction method to use. e.g. "-t pap", "-t chap", "-t +Choose the authentication method to use. e.g. "-t pap", "-t chap", "-t mschap", or "-t eap-md5",. Defaults to "pap". Using EAP-MD5 requires that the "radeapclient" program is installed. diff --git a/man/man1/radzap.1 b/man/man1/radzap.1 index a2d529d064f..03b9a43a54d 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/rlm_chap.5 b/man/man5/rlm_chap.5 index 9a95bc9319d..de0b8c0fcc5 100644 --- a/man/man5/rlm_chap.5 +++ b/man/man5/rlm_chap.5 @@ -6,7 +6,7 @@ The \fIrlm_chap\fP module provides CHAP functionality. .PP This module validates a user with CHAP authentication. If called in Authorize, it will look for CHAP-Password -attribute in the Acess-Request and adds an Auth-Type +attribute in the Access-Request and adds an Auth-Type attribute set to CHAP if the Config-Items list unless Auth-Type has already set. .PP diff --git a/man/man5/rlm_expr.5 b/man/man5/rlm_expr.5 index a6a2bc17f94..313a16e1b0a 100644 --- a/man/man5/rlm_expr.5 +++ b/man/man5/rlm_expr.5 @@ -39,7 +39,7 @@ where the attributes Vendor-Interface, Vendor-Card, and Vendor-Port are attributes created by either you or a vendor-supplied dictionary. -The methematical operators supported by the expression module are: +The mathematical operators supported by the expression module are: .TP .B + addition diff --git a/man/man5/rlm_realm.5 b/man/man5/rlm_realm.5 index 0fd6607bb18..8b8237a55a3 100644 --- a/man/man5/rlm_realm.5 +++ b/man/man5/rlm_realm.5 @@ -37,7 +37,7 @@ prevent the module instance from matching a realm against the NULL entry. This may be useful if you have multiple realm module instances. The default is 'no'. .PP -This module parses the realm from the User-Name attrbiute according +This module parses the realm from the User-Name attribute according to the instance configuration, and then performs a lookup to find a matching realm in the '/etc/raddb/proxy.conf' file. Depending on the configuration of the Realm as matched in the file, the username may diff --git a/man/man5/rlm_sql.5 b/man/man5/rlm_sql.5 index b11b1376295..f0c42b5cc45 100644 --- a/man/man5/rlm_sql.5 +++ b/man/man5/rlm_sql.5 @@ -67,7 +67,7 @@ The tables where individual Check-Items and Reply-Items are stored. The tables where group Check-Items and Reply-Items are stored. .IP usergroup_table The table where username to group relationships are stored. -.IP deletestatlesessions +.IP deletestalesessions This option is set to 'yes' or 'no'. If you are doing Simultaneous-Use checking, and this is set to yes, stale sessions ( defined as sessions for which a Stop record was not received ) will be diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index 40db5fa6e74..5f765f17874 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/radiusd.8 b/man/man8/radiusd.8 index 98aef5e1bee..74da13b219c 100644 --- a/man/man8/radiusd.8 +++ b/man/man8/radiusd.8 @@ -32,7 +32,7 @@ SQL, LDAP, Perl, Python, etc. It also supports many authentication protocols such as PAP, CHAP, MS-CHAP(v2), HTTP Digest, and EAP (EAP-MD5, EAP-TLS, PEAP, EAP-TTLS, EAP-SIM, etc.). -It also has fullsupport for Cisco's VLAN Query Protocol (VMPS) and +It also has full support for Cisco's VLAN Query Protocol (VMPS) and DHCP. Please read the DEBUGGING section below. It contains instructions @@ -215,7 +215,7 @@ Defines certain hints to the radius server based on the users's 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