From e8796f63a021f0745fb36c8118d7742d18055df1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 23:10:05 +0200 Subject: [PATCH] clone.2: NOTES: add "C library/kernel ABI differences" subheading Signed-off-by: Michael Kerrisk --- man2/clone.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/clone.2 b/man2/clone.2 index 1f83d336d..c1fa49d5b 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -790,7 +790,7 @@ space of the calling process at the time of Memory writes or file mappings/unmappings performed by one of the processes do not affect the other, as with .BR fork (2). -.SS The raw system call interface +.SS C library/kernel ABI differences The raw .BR clone () system call corresponds more closely to