Author: ed
Date: Sat Jan 23 17:58:40 2010
New Revision: 202893
URL: http://svn.freebsd.org/changeset/base/202893

Log:
  EMPTY records don't have a timestamp.

Modified:
  head/lib/libc/gen/getutxent.3

Modified: head/lib/libc/gen/getutxent.3
==============================================================================
--- head/lib/libc/gen/getutxent.3       Sat Jan 23 17:31:13 2010        
(r202892)
+++ head/lib/libc/gen/getutxent.3       Sat Jan 23 17:58:40 2010        
(r202893)
@@ -138,7 +138,8 @@ Other fields inside the structure are:
 .Bl -tag -width ut_user
 .It Fa ut_tv
 The time the event occured.
-This field is used for all types of entries.
+This field is used for all types of entries, except
+.Dv EMPTY .
 .It Fa ut_id
 An identifier that is used to refer to the entry.
 This identifier can be used to remove or replace a login entry by
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to