Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/44e7728e96ea
branches:  trunk
changeset: 756194:44e7728e96ea
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 08 18:15:27 2010 +0000

description:
Sort sections.

diffstat:

 lib/libpthread/pthread_attr_getinheritsched.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r e2d0c1c218a5 -r 44e7728e96ea lib/libpthread/pthread_attr_getinheritsched.3
--- a/lib/libpthread/pthread_attr_getinheritsched.3     Thu Jul 08 15:13:35 2010 +0000
+++ b/lib/libpthread/pthread_attr_getinheritsched.3     Thu Jul 08 18:15:27 2010 +0000
@@ -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 <jruohonen%iki.fi@localhost>
 .\" 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 .



Home | Main Index | Thread Index | Old Index