svn commit: r202893 - head/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Sat Jan 23 17:58:40 UTC 2010


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


More information about the svn-src-head mailing list