diff options
Diffstat (limited to 'modules/pam_tally/pam_tally.8.xml')
-rw-r--r-- | modules/pam_tally/pam_tally.8.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/pam_tally/pam_tally.8.xml b/modules/pam_tally/pam_tally.8.xml index 831ee1a5..91925688 100644 --- a/modules/pam_tally/pam_tally.8.xml +++ b/modules/pam_tally/pam_tally.8.xml @@ -129,7 +129,7 @@ <listitem> <para> If something weird happens (like unable to open the file), - return with <errorcode>PAM_SUCESS</errorcode> if + return with <errorcode>PAM_SUCCESS</errorcode> if <option>onerr=<replaceable>succeed</replaceable></option> is given, else with the corresponding PAM error code. </para> @@ -237,7 +237,7 @@ <listitem> <para> If the module is invoked by a user with uid=0 the - counter is not incremented. The sys-admin should use this + counter is not incremented. The sysadmin should use this for user launched services, like <command>su</command>, otherwise this argument should be omitted. </para> @@ -312,7 +312,7 @@ <para> Account phase resets attempts counter if the user is <emphasis remap='B'>not</emphasis> magic root. - This phase can be used optionaly for services which don't call + This phase can be used optionally for services which don't call <citerefentry> <refentrytitle>pam_setcred</refentrytitle><manvolnum>3</manvolnum> </citerefentry> correctly or if the reset should be done regardless @@ -326,7 +326,7 @@ <listitem> <para> If the module is invoked by a user with uid=0 the - counter is not incremented. The sys-admin should use this + counter is not incremented. The sysadmin should use this for user launched services, like <command>su</command>, otherwise this argument should be omitted. </para> @@ -364,7 +364,7 @@ <listitem> <para> A invalid option was given, the module was not able - to retrive the user name, no valid counter file + to retrieve the user name, no valid counter file was found, or too many failed logins. </para> </listitem> @@ -373,7 +373,7 @@ <term>PAM_SUCCESS</term> <listitem> <para> - Everything was successfull. + Everything was successful. </para> </listitem> </varlistentry> |