* man/faillog.5.xml: Split a long paragraph. Typo fixes.

This commit is contained in:
nekral-guest 2009-05-21 14:01:16 +00:00
parent 3aa2765d59
commit 2a08642cdc
2 changed files with 14 additions and 6 deletions

View File

@ -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>
* man/gpasswd.1.xml: Minor updates.

View File

@ -42,13 +42,17 @@
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para><filename>/var/log/faillog</filename> maintains a count of login
failures and the limits for each account. The file is fixed length
record, indexed by numerical UID. Each record contains the count of
<para>
<filename>/var/log/faillog</filename> maintains a count of login
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
failures before the account is disabled; the line the last login
failure occurred on; the date the last login failure occurred;
and the time in seconds how long the account will be locked after
failures before the account is disabled; the line on whiche the last login
failure occurred; the date of the last login failure;
and the duration (in seconds) during which the account will be locked after
a failure.
</para>