From b2210694c0be923e7c57c748c4a1221fed0de28d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 21 Jun 2017 19:15:27 -0700 Subject: [PATCH] execve.2: tfix Signed-off-by: Eric Biggers Signed-off-by: Michael Kerrisk --- man2/execve.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/execve.2 b/man2/execve.2 index 029f8ea8b..694457b80 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -127,7 +127,7 @@ similarly, the effective group ID is copied to the saved set-group-ID. This copying takes place after any effective ID changes that occur because of the set-user-ID and set-group-ID mode bits. -The process's read UID and real GID, as well its supplementary group IDs, +The process's real UID and real GID, as well its supplementary group IDs, are unchanged by a call to .BR execve (). @@ -590,7 +590,7 @@ signal. .\" .SS Interpreter scripts A maximum line length of 127 characters is allowed for the first line in -an interpreter scripts. +an interpreter script. The semantics of the .I optional-arg -- 2.11.4.GIT