]> granicus.if.org Git - shadow/commitdiff
* man/faillog.5.xml: Split a long paragraph. Typo fixes.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 21 May 2009 14:01:16 +0000 (14:01 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 21 May 2009 14:01:16 +0000 (14:01 +0000)
ChangeLog
man/faillog.5.xml

index e43af921f2b8ca8693e946993e3d3b961b203c99..08bc5df20e63f118eb82c7879e7b449bd287ee95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 503be83e6cd49611bf69cfbd7b35e2e8e5081e69..bdf5ccc5dcab9c7e041b472e33e6f5bb7d57b883 100644 (file)
 
   <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>