diff options
Diffstat (limited to 'usr/src/man/man3c/posix_spawn.3c')
-rw-r--r-- | usr/src/man/man3c/posix_spawn.3c | 72 |
1 files changed, 46 insertions, 26 deletions
diff --git a/usr/src/man/man3c/posix_spawn.3c b/usr/src/man/man3c/posix_spawn.3c index 20d56f8ead..acd92e64d3 100644 --- a/usr/src/man/man3c/posix_spawn.3c +++ b/usr/src/man/man3c/posix_spawn.3c @@ -396,7 +396,7 @@ descriptor that is not open at the time of the call to \fBposix_spawn()\fR or .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -410,36 +410,56 @@ Interface Stability Committed _ MT-Level MT-Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .sp .LP -\fBalarm\fR(2), \fBchmod\fR(2), \fBclose\fR(2), \fBdup\fR(2), \fBexec\fR(2), -\fBexit\fR(2), \fBfcntl\fR(2), \fBfork\fR(2), \fBkill\fR(2), \fBopen\fR(2), -\fBsetpgid\fR(2), \fBsetuid\fR(2), \fBstat\fR(2), \fBtimes\fR(2), -\fBdup2\fR(3C), \fBpopen\fR(3C), \fBposix_spawn_file_actions_addclose\fR(3C), -\fBposix_spawn_file_actions_adddup2\fR(3C), -\fBposix_spawn_file_actions_addopen\fR(3C), -\fBposix_spawn_file_actions_destroy\fR(3C), -\fBposix_spawn_file_actions_init\fR(3C), -\fBposix_spawn_pipe_np\fR(3C), -\fBposix_spawnattr_destroy\fR(3C), -\fBposix_spawnattr_getflags\fR(3C), \fBposix_spawnattr_getpgroup\fR(3C), -\fBposix_spawnattr_getschedparam\fR(3C), -\fBposix_spawnattr_getschedpolicy\fR(3C), -\fBposix_spawnattr_getsigdefault\fR(3C), -\fBposix_spawnattr_getsigignore_np\fR(3C), -\fBposix_spawnattr_getsigmask\fR(3C), \fBposix_spawnattr_init\fR(3C), -\fBposix_spawnattr_setflags\fR(3C), \fBposix_spawnattr_setpgroup\fR(3C), -\fBposix_spawnattr_setschedparam\fR(3C), -\fBposix_spawnattr_setschedpolicy\fR(3C), -\fBposix_spawnattr_setsigdefault\fR(3C), -\fBposix_spawnattr_setsigignore_np\fR(3C), -\fBposix_spawnattr_setsigmask\fR(3C), \fBsched_setparam\fR(3C), -\fBsched_setscheduler\fR(3C), \fBsystem\fR(3C), \fBwait\fR(3C), -\fBattributes\fR(5), \fBstandards\fR(5) +.BR alarm (2), +.BR chmod (2), +.BR close (2), +.BR dup (2), +.BR exec (2), +.BR exit (2), +.BR fcntl (2), +.BR fork (2), +.BR kill (2), +.BR open (2), +.BR setpgid (2), +.BR setuid (2), +.BR stat (2), +.BR times (2), +.BR dup2 (3C), +.BR popen (3C), +.BR posix_spawn_file_actions_addclose (3C), +.BR posix_spawn_file_actions_adddup2 (3C), +.BR posix_spawn_file_actions_addopen (3C), +.BR posix_spawn_file_actions_destroy (3C), +.BR posix_spawn_file_actions_init (3C), +.BR posix_spawn_pipe_np (3C), +.BR posix_spawnattr_destroy (3C), +.BR posix_spawnattr_getflags (3C), +.BR posix_spawnattr_getpgroup (3C), +.BR posix_spawnattr_getschedparam (3C), +.BR posix_spawnattr_getschedpolicy (3C), +.BR posix_spawnattr_getsigdefault (3C), +.BR posix_spawnattr_getsigignore_np (3C), +.BR posix_spawnattr_getsigmask (3C), +.BR posix_spawnattr_init (3C), +.BR posix_spawnattr_setflags (3C), +.BR posix_spawnattr_setpgroup (3C), +.BR posix_spawnattr_setschedparam (3C), +.BR posix_spawnattr_setschedpolicy (3C), +.BR posix_spawnattr_setsigdefault (3C), +.BR posix_spawnattr_setsigignore_np (3C), +.BR posix_spawnattr_setsigmask (3C), +.BR sched_setparam (3C), +.BR sched_setscheduler (3C), +.BR system (3C), +.BR wait (3C), +.BR attributes (7), +.BR standards (7) .SH NOTES .sp .LP |