]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve errno documentation in pthread_create(3) and thr_new(2)
authorEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 3 Jun 2016 14:30:32 +0000 (14:30 +0000)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 3 Jun 2016 14:30:32 +0000 (14:30 +0000)
commit28e3357884527e90cfc843e4a95d66661669fbf4
tree17cddcede90e8cc90ec4e14fc732321eecd7ee8f
parentd1cf30f4f18124441de37d61516fa9034aa52fda
Improve errno documentation in pthread_create(3) and thr_new(2)

Add some missing errno values to thr_new(2) and pthread_create(3).
In particular, EDEADLK was not documented in the latter.
While I'm here, improve some English and cross-references.

Reviewed by: kib
Sponsored by: Dell Inc.
Differential Revision: https://reviews.freebsd.org/D6663
lib/libc/sys/cpuset_getaffinity.2
lib/libc/sys/thr_new.2
share/man/man3/pthread_attr_affinity_np.3
share/man/man3/pthread_create.3