K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-08-25T15:00:34.221330Z K 7 svn:log V 262 MFC r250412: posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor. As per POSIX.1-2008, posix_spawn_file_actions_add* return [EBADF] if a file descriptor is negative, not [EINVAL]. The bug was only in the manual page; the code is correct. END