K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-05-09T16:42:01.758568Z K 7 svn:log V 268 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. MFC after: 1 week END