.Os
.Sh NAME
.Nm pthread_attr_getinheritsched ,
-.Nm pthread_attr_setinheritsched
+.Nm pthread_attr_setinheritsched
.Nd thread attribute operations
.Sh SYNOPSIS
.Fd #include <pthread.h>
"inheritsched" attribute can be either PTHREAD_INHERIT_SCHED or PTHREAD_EXPLICIT_SCHED.
.Pp
PTHREAD_INHERIT_SCHED
-.Pp
+.Pp
Indicates that the newly created thread should inherit all it's scheduling related attributes from it's creating
thread. It ignores the values of the relevant attributes within the
.Fa attr
Invalid value for
.Fa attr .
.El
+.Sh BUGS
+.Pp
+The "inheritsched" attribute has no effect on Darwin. It is provided for compatibility only.
.Sh SEE ALSO
.Xr pthread_create 3 ,
.Xr pthread_attr_init 3 ,