summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-23 17:58:40 +0000
committered <ed@FreeBSD.org>2010-01-23 17:58:40 +0000
commit3f4b8c890828e53d4cda96f6ebafb4b30e27d7aa (patch)
treeaa7ccdbefa3ff57605abec2d42bec7935121bce2
parent4a47bd71ab9b1c9cda2ea32e3324f28a09bf6ad8 (diff)
downloadFreeBSD-src-3f4b8c890828e53d4cda96f6ebafb4b30e27d7aa.zip
FreeBSD-src-3f4b8c890828e53d4cda96f6ebafb4b30e27d7aa.tar.gz
EMPTY records don't have a timestamp.
-rw-r--r--lib/libc/gen/getutxent.33
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud