From: nekral-guest Date: Thu, 21 May 2009 14:01:16 +0000 (+0000) Subject: * man/faillog.5.xml: Split a long paragraph. Typo fixes. X-Git-Tag: 4.1.4.1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a08642cdcf0f3ba575cd64d78221d2cc065b558;p=shadow * man/faillog.5.xml: Split a long paragraph. Typo fixes. --- diff --git a/ChangeLog b/ChangeLog index e43af921..08bc5df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-21 Nicolas François + + * man/faillog.5.xml: Split a long paragraph. Typo fixes. + 2009-05-21 Nicolas François * man/gpasswd.1.xml: Minor updates. diff --git a/man/faillog.5.xml b/man/faillog.5.xml index 503be83e..bdf5ccc5 100644 --- a/man/faillog.5.xml +++ b/man/faillog.5.xml @@ -42,13 +42,17 @@ DESCRIPTION - /var/log/faillog 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 + + /var/log/faillog maintains a count of login + failures and the limits for each account. + + + 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.