From 85102346e3eea3d9b0c4d479c4aa5849ec56d917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sun, 9 May 2021 22:19:46 +0200 Subject: [PATCH] execve.2: tfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Štěpán Němec Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/execve.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index 1609bce04..c18ca5412 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -141,7 +141,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. .PP -The process's real UID and real GID, as well its supplementary group IDs, +The process's real UID and real GID, as well as its supplementary group IDs, are unchanged by a call to .BR execve (). .PP