sync
This commit is contained in:
parent
ae25582c29
commit
3751effe59
23 changed files with 241 additions and 101 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: posix_spawn.3,v 1.9 2017/10/17 22:47:58 schwarze Exp $
|
||||
.\" $OpenBSD: posix_spawn.3,v 1.10 2023/06/26 06:58:18 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: October 17 2017 $
|
||||
.Dd $Mdocdate: June 26 2023 $
|
||||
.Dt POSIX_SPAWN 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -122,6 +122,10 @@ with exit status 127.
|
|||
.Sh STANDARDS
|
||||
Both functions conform to
|
||||
.St -p1003.1-2001 .
|
||||
.Pp
|
||||
The handling of NULL
|
||||
.Fa envp
|
||||
is an extension to that standard.
|
||||
.Sh HISTORY
|
||||
These functions were ported from
|
||||
.Fx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue