svn commit: r212438 - head/lib/libc/sys

Glen Barber gjb at FreeBSD.org
Fri Sep 10 23:15:05 UTC 2010


Author: gjb (doc committer)
Date: Fri Sep 10 23:15:05 2010
New Revision: 212438
URL: http://svn.freebsd.org/changeset/base/212438

Log:
  Add EINVAL to list of possible return values for cpuset_getaffinity(2).
  
  PR:		149978
  Submitted by:	gcooper
  Patch by:	gcooper
  Approved by:	keramida (mentor)
  MFC after:	1 week

Modified:
  head/lib/libc/sys/cpuset_getaffinity.2

Modified: head/lib/libc/sys/cpuset_getaffinity.2
==============================================================================
--- head/lib/libc/sys/cpuset_getaffinity.2	Fri Sep 10 21:53:47 2010	(r212437)
+++ head/lib/libc/sys/cpuset_getaffinity.2	Fri Sep 10 23:15:05 2010	(r212438)
@@ -121,6 +121,12 @@ The
 or
 .Fa which
 argument was not a valid value.
+.It Bq Er EINVAL
+The
+.Fa mask
+argument specified when calling
+.Fn cpuset_setaffinity
+was not a valid value.
 .It Bq Er EDEADLK
 The
 .Fn cpuset_setaffinity


More information about the svn-src-all mailing list