* man/faillog.5.xml: Split a long paragraph. Typo fixes.
This commit is contained in:
parent
3aa2765d59
commit
2a08642cdc
@ -1,3 +1,7 @@
|
|||||||
|
2009-05-21 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/faillog.5.xml: Split a long paragraph. Typo fixes.
|
||||||
|
|
||||||
2009-05-21 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-21 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/gpasswd.1.xml: Minor updates.
|
* man/gpasswd.1.xml: Minor updates.
|
||||||
|
@ -42,13 +42,17 @@
|
|||||||
|
|
||||||
<refsect1 id='description'>
|
<refsect1 id='description'>
|
||||||
<title>DESCRIPTION</title>
|
<title>DESCRIPTION</title>
|
||||||
<para><filename>/var/log/faillog</filename> maintains a count of login
|
<para>
|
||||||
failures and the limits for each account. The file is fixed length
|
<filename>/var/log/faillog</filename> maintains a count of login
|
||||||
record, indexed by numerical UID. Each record contains the count of
|
failures and the limits for each account.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The file contains fixed length
|
||||||
|
records, indexed by numerical UID. Each record contains the count of
|
||||||
login failures since the last successful login; the maximum number of
|
login failures since the last successful login; the maximum number of
|
||||||
failures before the account is disabled; the line the last login
|
failures before the account is disabled; the line on whiche the last login
|
||||||
failure occurred on; the date the last login failure occurred;
|
failure occurred; the date of the last login failure;
|
||||||
and the time in seconds how long the account will be locked after
|
and the duration (in seconds) during which the account will be locked after
|
||||||
a failure.
|
a failure.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user