From 3f4b8c890828e53d4cda96f6ebafb4b30e27d7aa Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 23 Jan 2010 17:58:40 +0000 Subject: EMPTY records don't have a timestamp. --- lib/libc/gen/getutxent.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3 index 37080bb..0b29807 100644 --- a/lib/libc/gen/getutxent.3 +++ b/lib/libc/gen/getutxent.3 @@ -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 -- cgit v1.1