From 0b9a799587bfa464b7e677a36025a0d633b2ac5e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 Aug 2019 08:35:43 +0200 Subject: [PATCH] prctl.2: ffix Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index fdbea1baa..d1f8e9195 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1293,7 +1293,7 @@ The timer slack values of (PID 1), the ancestor of all processes, are 50,000 nanoseconds (50 microseconds). The timer slack value is inherited by a child created via -.BR fork(2), +.BR fork (2), and is preserved across .BR execve (2). .IP