X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/bsd/man/man3/posix_spawnattr_setflags.3?ds=sidebyside diff --git a/bsd/man/man3/posix_spawnattr_setflags.3 b/bsd/man/man3/posix_spawnattr_setflags.3 index 21666ad8d..0077fa622 100644 --- a/bsd/man/man3/posix_spawnattr_setflags.3 +++ b/bsd/man/man3/posix_spawnattr_setflags.3 @@ -125,7 +125,7 @@ To resume the child process, it must be sent a signal. .It Dv POSIX_SPAWN_CLOEXEC_DEFAULT .Em Apple Extension : -If this bit is set, then only file descriptors explicitly described by the +If this bit is set, then only file descriptors explicitly created by the .Fa file_actions argument are available in the spawned process; all of the other file descriptors are automatically closed in the spawned process.