From bd9bce637dc993379b6acc42318f31d811c97741 Mon Sep 17 00:00:00 2001 From: Ceyhun ERTURK Date: Sun, 6 Mar 2022 23:40:24 +0300 Subject: [PATCH] execve.2: Segment should be rename to sections depends on definisions. For more : https://man7.org/linux/man-pages/man5/elf.5.html --- man2/execve.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index 0d9582492..d52adde4a 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -49,7 +49,7 @@ execve \- execute program executes the program referred to by \fIpathname\fP. 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, -and (initialized and uninitialized) data segments. +and (initialized and uninitialized) data sections. .PP \fIpathname\fP must be either a binary executable, or a script starting with a line of the form: