posix_spawn.3 (8ed1e4a5c1a9d0550f1a81e80e22c4012dadec64) posix_spawn.3 (bd44dce5b3176c19a9435a5e7e125fc06182fbc9)
1.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 20 unchanged lines hidden (view full) ---

29.\" Electrical and Electronics Engineers, Inc and The Open Group. In the
30.\" event of any discrepancy between this version and the original IEEE and
31.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32.\" the referee document. The original Standard can be obtained online at
33.\" http://www.opengroup.org/unix/online.html.
34.\"
35.\" $FreeBSD$
36.\"
1.\" Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 20 unchanged lines hidden (view full) ---

29.\" Electrical and Electronics Engineers, Inc and The Open Group. In the
30.\" event of any discrepancy between this version and the original IEEE and
31.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32.\" the referee document. The original Standard can be obtained online at
33.\" http://www.opengroup.org/unix/online.html.
34.\"
35.\" $FreeBSD$
36.\"
37.Dd January 5, 2016
37.Dd November 28, 2021
38.Dt POSIX_SPAWN 3
39.Os
40.Sh NAME
41.Nm posix_spawn ,
42.Nm posix_spawnp
43.Nd "spawn a process"
44.Sh LIBRARY
45.Lb libc

--- 385 unchanged lines hidden (view full) ---

431.Xr open 2 ,
432.Xr sched_setparam 2 ,
433.Xr sched_setscheduler 2 ,
434.Xr setpgid 2 ,
435.Xr vfork 2 ,
436.Xr posix_spawn_file_actions_addclose 3 ,
437.Xr posix_spawn_file_actions_adddup2 3 ,
438.Xr posix_spawn_file_actions_addopen 3 ,
38.Dt POSIX_SPAWN 3
39.Os
40.Sh NAME
41.Nm posix_spawn ,
42.Nm posix_spawnp
43.Nd "spawn a process"
44.Sh LIBRARY
45.Lb libc

--- 385 unchanged lines hidden (view full) ---

431.Xr open 2 ,
432.Xr sched_setparam 2 ,
433.Xr sched_setscheduler 2 ,
434.Xr setpgid 2 ,
435.Xr vfork 2 ,
436.Xr posix_spawn_file_actions_addclose 3 ,
437.Xr posix_spawn_file_actions_adddup2 3 ,
438.Xr posix_spawn_file_actions_addopen 3 ,
439.Xr posix_spawn_file_actions_addchdir_np 3 ,
440.Xr posix_spawn_file_actions_addfchdir_np 3 ,
439.Xr posix_spawn_file_actions_destroy 3 ,
440.Xr posix_spawn_file_actions_init 3 ,
441.Xr posix_spawnattr_destroy 3 ,
442.Xr posix_spawnattr_getflags 3 ,
443.Xr posix_spawnattr_getpgroup 3 ,
444.Xr posix_spawnattr_getschedparam 3 ,
445.Xr posix_spawnattr_getschedpolicy 3 ,
446.Xr posix_spawnattr_getsigdefault 3 ,

--- 30 unchanged lines hidden ---
441.Xr posix_spawn_file_actions_destroy 3 ,
442.Xr posix_spawn_file_actions_init 3 ,
443.Xr posix_spawnattr_destroy 3 ,
444.Xr posix_spawnattr_getflags 3 ,
445.Xr posix_spawnattr_getpgroup 3 ,
446.Xr posix_spawnattr_getschedparam 3 ,
447.Xr posix_spawnattr_getschedpolicy 3 ,
448.Xr posix_spawnattr_getsigdefault 3 ,

--- 30 unchanged lines hidden ---