execve(2) & fexecve(2) don't have any return value/status
on succesful invocation. au_errno_to_bsm() then places the
default BSM_ERRNO_UNKNOWN's local errno mapping for
"ar->ar_errno". If the errno is not found in bsm_errnos[] in
bsm_errno.c, then we set it as 0 for successful execution.
Also, a minor grammatical correction in bsm_arg.c