This commit is contained in:
blldce 2022-03-06 23:56:38 +03:00 committed by GitHub
commit 5a48feb81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ execve \- execute program
executes the program referred to by \fIpathname\fP. executes the program referred to by \fIpathname\fP.
This causes the program that is currently being run by the calling process This causes the program that is currently being run by the calling process
to be replaced with a new program, with newly initialized stack, heap, to be replaced with a new program, with newly initialized stack, heap,
and (initialized and uninitialized) data segments. and (initialized and uninitialized) data sections.
.PP .PP
\fIpathname\fP must be either a binary executable, or a script \fIpathname\fP must be either a binary executable, or a script
starting with a line of the form: starting with a line of the form: