doecument that we now can return eagain.
This commit is contained in:
parent
3aa2f8095e
commit
972b0b15b4
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: execve.2,v 1.36 2007/12/02 10:26:27 rillig Exp $
|
||||
.\" $NetBSD: execve.2,v 1.37 2008/02/24 21:55:45 christos Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" @(#)execve.2 8.5 (Berkeley) 6/1/94
|
||||
.\"
|
||||
.Dd May 7, 2005
|
||||
.Dd February 24, 2008
|
||||
.Dt EXECVE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -210,6 +210,11 @@ is set to indicate the error.
|
||||
.Fn execve
|
||||
will fail and return to the calling process if:
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EAGAIN
|
||||
A
|
||||
.Xr setuid 7
|
||||
process has exceeded the current resource limit for the number of
|
||||
processes it is allowed to run concurrently.
|
||||
.It Bq Er ENOTDIR
|
||||
A component of the path prefix is not a directory.
|
||||
.It Bq Er ENAMETOOLONG
|
||||
|
Loading…
Reference in New Issue
Block a user