svn commit: r202002 - user/ed/utmpx/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Sun Jan 10 14:55:39 UTC 2010


Author: ed
Date: Sun Jan 10 14:55:38 2010
New Revision: 202002
URL: http://svn.freebsd.org/changeset/base/202002

Log:
  SHUTDOWN_TIME is also an extension.

Modified:
  user/ed/utmpx/lib/libc/gen/getutxent.3

Modified: user/ed/utmpx/lib/libc/gen/getutxent.3
==============================================================================
--- user/ed/utmpx/lib/libc/gen/getutxent.3	Sun Jan 10 14:55:21 2010	(r202001)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3	Sun Jan 10 14:55:38 2010	(r202002)
@@ -422,11 +422,14 @@ The
 .Fn getutxuser
 and
 .Fn setutxdb
-functions and the
+functions,
+the
 .Fa ut_host
 field of the
 .Vt utmpx
-structure are extensions.
+structure and
+.Dv SHUTDOWN_TIME
+are extensions.
 .Sh HISTORY
 These functions appeared in
 .Fx 9.0 .


More information about the svn-src-user mailing list