]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor spelling fixes in man files
authorAlexander Scheel <ascheel@redhat.com>
Tue, 9 Jun 2020 16:02:47 +0000 (12:02 -0400)
committerAlan DeKok <aland@freeradius.org>
Wed, 10 Jun 2020 01:53:07 +0000 (21:53 -0400)
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
man/man1/radtest.1
man/man1/radzap.1
man/man5/rlm_chap.5
man/man5/rlm_expr.5
man/man5/rlm_realm.5
man/man5/rlm_sql.5
man/man5/unlang.5
man/man8/radiusd.8

index b3184779c0294b4c7e20d7cdf0e6f631364a48e3..2bf899797af1fc1baf11eadf929755f1bacb4932 100644 (file)
@@ -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.
 
index a2d529d064fcccfe80768e64c4c42fb11acb314b..03b9a43a54d9a749edf1111bd3d324aed4f542bd 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 9a95bc9319d25725081ea11381f53407fab58c13..de0b8c0fcc5877bcae6b510da0e689a0d8104c3c 100644 (file)
@@ -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
index a6a2bc17f94e20d7c09258278039ddcd2d9ca1fe..313a16e1b0a428a8fc6a19f6973b2ffc12acbebd 100644 (file)
@@ -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
index 0fd6607bb1813b2b953eca37f95a69bdcefb1740..8b8237a55a32f51a03adebd0aa4e3dc70caa0176 100644 (file)
@@ -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
index b11b13762957f5909dc24f7bee3a5665149a1b94..f0c42b5cc45eca791e36c9c059dea5aa55b0e076 100644 (file)
@@ -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
index 40db5fa6e74f72db9fbd0277a6d185b2b1f93aa4..5f765f17874c215b31f197d068c82cdced0faa3f 100644 (file)
@@ -195,7 +195,7 @@ The <list> can be one of "request", "reply", "proxy-request",
 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.
@@ -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
index 98aef5e1bee903452aadd0fbeca7953c4291114b..74da13b219c3ea637cfe3fbc7c5e0c3e9b1cde26 100644 (file)
@@ -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