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

Ed Schouten ed at FreeBSD.org
Sat Jan 9 12:28:42 UTC 2010


Author: ed
Date: Sat Jan  9 12:28:42 2010
New Revision: 201891
URL: http://svn.freebsd.org/changeset/base/201891

Log:
  This should read LOGIN_PROCESS. Not DEAD_PROCESS.

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	Sat Jan  9 11:28:01 2010	(r201890)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3	Sat Jan  9 12:28:42 2010	(r201891)
@@ -327,7 +327,7 @@ if a corresponding
 .Dv USER_PROCESS ,
 .Dv INIT_PROCESS
 or
-.Dv DEAD_PROCESS
+.Dv LOGIN_PROCESS
 entry whose
 .Fa ut_id
 is equal has been found in the latter.


More information about the svn-src-user mailing list