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/a440bd4f3002
branches:  trunk
changeset: 756263:a440bd4f3002
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 09 20:58:38 2010 +0000

description:
Sort sections.

diffstat:

 lib/libpthread/affinity.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 182dbeb395af -r a440bd4f3002 lib/libpthread/affinity.3
--- a/lib/libpthread/affinity.3 Fri Jul 09 20:56:01 2010 +0000
+++ b/lib/libpthread/affinity.3 Fri Jul 09 20:58:38 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: affinity.3,v 1.5 2010/07/09 18:16:31 jruoho Exp $
+.\"    $NetBSD: affinity.3,v 1.6 2010/07/09 20:58:38 wiz Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -72,8 +72,6 @@
 .Fn pthread_getaffinity_np
 functions return 0 on success.
 Otherwise, an error number is returned to indicate the error.
-.Sh COMPATIBILITY
-Both functions are non-standard extensions.
 .Sh EXAMPLES
 An example of code fragment, which sets the affinity for the current
 thread to the CPU whose ID is 0:
@@ -96,6 +94,8 @@
        }
        cpuset_destroy(cset);
 .Ed
+.Sh COMPATIBILITY
+Both functions are non-standard extensions.
 .Sh ERRORS
 Both functions may fail if:
 .Bl -tag -width Er



Home | Main Index | Thread Index | Old Index