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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to