clone.2: NOTES: add "C library/kernel ABI differences" subheading

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-15 23:10:05 +02:00
parent 8f692313d1
commit e8796f63a0
1 changed files with 1 additions and 1 deletions

View File

@ -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