Module Name: src
Committed By: wiz
Date: Thu Jul 8 18:15:27 UTC 2010
Modified Files:
src/lib/libpthread: pthread_attr_getinheritsched.3
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_attr_getinheritsched.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_attr_getinheritsched.3
diff -u src/lib/libpthread/pthread_attr_getinheritsched.3:1.1 src/lib/libpthread/pthread_attr_getinheritsched.3:1.2
--- src/lib/libpthread/pthread_attr_getinheritsched.3:1.1 Wed Jul 7 15:30:32 2010
+++ src/lib/libpthread/pthread_attr_getinheritsched.3 Thu Jul 8 18:15:27 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getinheritsched.3,v 1.1 2010/07/07 15:30:32 jruoho Exp $
+.\" $NetBSD: pthread_attr_getinheritsched.3,v 1.2 2010/07/08 18:15:27 wiz Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -89,6 +89,9 @@
.Sh RETURN VALUES
If successful, both functions return 0.
Otherwise, an error number is returned to indicate the error.
+.Sh COMPATIBILITY
+The standard leaves it unspecified which (if any) is the default
+inherit scheduler attribute in a newly initialized attribute object.
.Sh ERRORS
No errors are defined for
.Fn pthread_attr_getinheritsched .
@@ -104,9 +107,6 @@
.El
.Sh SEE ALSO
.Xr pthread_attr 3
-.Sh COMPATIBILITY
-The standard leaves it unspecified which (if any) is the default
-inherit scheduler attribute in a newly initialized attribute object.
.Sh STANDARDS
Both functions conform to
.St -p1003.1-2008 .