execve.2: Segment should be rename to sections depends on definisions. For more : https://man7.org/linux/man-pages/man5/elf.5.html

This commit is contained in:
Ceyhun ERTURK 2022-03-06 23:40:24 +03:00
parent ae6b221882
commit bd9bce637d
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: