From 0c2ae398533152ce70df83bee73c4f863cabb9ef Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Apr 2020 08:50:14 +0200 Subject: [PATCH] exec.3: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man3/exec.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/exec.3 b/man3/exec.3 index 2649dd38e..88d74a4f2 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -71,7 +71,7 @@ The .BR exec () family of functions replaces the current process image with a new process image. -The functions described in this manual page are front-ends for +The functions described in this manual page are layered on top of .BR execve (2). (See the manual page for .BR execve (2)