svn commit: r201893 - user/ed/utmpx/lib/libc/gen
Ed Schouten
ed at FreeBSD.org
Sat Jan 9 12:32:07 UTC 2010
Author: ed
Date: Sat Jan 9 12:32:07 2010
New Revision: 201893
URL: http://svn.freebsd.org/changeset/base/201893
Log:
Use consistent ordering of _PROCESS types.
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 12:31:11 2010 (r201892)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3 Sat Jan 9 12:32:07 2010 (r201893)
@@ -219,9 +219,9 @@ has an equal value.
If
.Fa ut_type
has a value of
+.Dv USER_PROCESS ,
.Dv INIT_PROCESS ,
-.Dv LOGIN_PROCESS ,
-.Dv USER_PROCESS
+.Dv LOGIN_PROCESS
or
.Dv DEAD_PROCESS ,
it will return the next entry whose
@@ -235,9 +235,9 @@ The
function searches for the next entry in the database whose
.Fa ut_type
has a value of
-.Dv LOGIN_PROCESS
-or
.Dv USER_PROCESS
+or
+.Dv LOGIN_PROCESS
and whose
.Fa ut_line
is equal to the the same field in
More information about the svn-src-user
mailing list