Date: Fri, 10 Sep 2010 23:15:05 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212438 - head/lib/libc/sys Message-ID: <201009102315.o8ANF5X4098528@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009102315.o8ANF5X4098528>