Bug 25590

Summary: execve documentation doesn't mention EBADF
Product: Base System Reporter: ches <ches>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description ches 2001-03-07 16:50:00 UTC
The execve man page neglects to mention EBADF, which can
be returned if the caller does not have permission to access
the executed file.
Comment 1 Kris Kennaway 2001-03-27 19:58:29 UTC
Could you submit a patch to make someone's job easier?

Kris
Comment 2 dd freebsd_committer freebsd_triage 2001-04-29 04:19:19 UTC
State Changed
From-To: open->closed

execve should not return EBADF.  If it does, please file a PR with a sample 
program which demonstrates this behavior.