Module Name: src Committed By: wiz Date: Mon Apr 25 23:14:33 UTC 2011
Modified Files: src/lib/librt: sched.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/librt/sched.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/librt/sched.3 diff -u src/lib/librt/sched.3:1.9 src/lib/librt/sched.3:1.10 --- src/lib/librt/sched.3:1.9 Thu May 6 10:49:53 2010 +++ src/lib/librt/sched.3 Mon Apr 25 23:14:33 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: sched.3,v 1.9 2010/05/06 10:49:53 jruoho Exp $ +.\" $NetBSD: sched.3,v 1.10 2011/04/25 23:14:33 wiz Exp $ .\" .\" Copyright (c) 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -147,6 +147,12 @@ into the .Fa cpuset . .El +.Sh IMPLEMENTATION NOTES +Portable applications should not use the +.Fn sched_setaffinity_np +and +.Fn sched_getaffinity_np +functions. .Sh RETURN VALUES .Fn sched_setparam , .Fn sched_getparam , @@ -242,12 +248,6 @@ .Fa pid is not zero. .El -.Sh IMPLEMENTATION NOTES -Portable applications should not use the -.Fn sched_setaffinity_np -and -.Fn sched_getaffinity_np -functions. .Sh SEE ALSO .Xr affinity 3 , .Xr cpuset 3 ,