From 843edb785f3fde3b7509fb08a0a50eec5d5bf6ea Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Sat, 1 Mar 2014 15:48:41 +0100 Subject: [PATCH] alarm.2: wfix Signed-off-by: Michael Kerrisk --- man2/alarm.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/alarm.2 b/man2/alarm.2 index 6805ae840..1eea89d18 100644 --- a/man2/alarm.2 +++ b/man2/alarm.2 @@ -69,7 +69,7 @@ Alarms created by .BR alarm() are preserved across .BR execve (2) -not are not inherited by children created via +and are not inherited by children created via .BR fork (2). .PP .BR sleep (3)