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

Ed Schouten ed at FreeBSD.org
Wed Feb 3 19:31:03 UTC 2010


Author: ed
Date: Wed Feb  3 19:31:02 2010
New Revision: 203439
URL: http://svn.freebsd.org/changeset/base/203439

Log:
  Also add a cross-reference to NetBSD updlastlogx().

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

Modified: head/lib/libc/gen/getutxent.3
==============================================================================
--- head/lib/libc/gen/getutxent.3	Wed Feb  3 19:13:41 2010	(r203438)
+++ head/lib/libc/gen/getutxent.3	Wed Feb  3 19:31:02 2010	(r203439)
@@ -426,8 +426,10 @@ database files, depending on its
 .Fa ut_type .
 This prevents the need for special utility functions to update the other
 databases, such as the
+.Fn updlastlogx
+and
 .Fn updwtmpx
-function which is often available in other implementations.
+functions which are available in other implementations.
 It also tries to replace
 .Dv DEAD_PROCESS
 entries in the active sessions database when storing


More information about the svn-src-head mailing list