Author: gjb (doc committer)
Date: Tue Feb 15 01:34:46 2011
New Revision: 218693
URL: http://svn.freebsd.org/changeset/base/218693

Log:
  MFC 212438:
  Add EINVAL to list of possible return values for cpuset_getaffinity(2).
  
  PR:           149978
  Approved by:  keramida (mentor)

Modified:
  stable/7/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/cpuset_getaffinity.2
==============================================================================
--- stable/7/lib/libc/sys/cpuset_getaffinity.2  Tue Feb 15 01:33:59 2011        
(r218692)
+++ stable/7/lib/libc/sys/cpuset_getaffinity.2  Tue Feb 15 01:34:46 2011        
(r218693)
@@ -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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to