]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/fork.2
_exit.2, access.2, brk.2, chmod.2, clone.2, epoll_wait.2, eventfd.2, fork.2, getgroup...
[thirdparty/man-pages.git] / man2 / fork.2
index a2bb666112c314747847462dc2a36526f7bc628a..cf900ce9ed74ad72e115a7b2cdfdc76b2e2bbf6f 100644 (file)
@@ -243,7 +243,7 @@ Under Linux,
 is implemented using copy-on-write pages, so the only penalty that it incurs
 is the time and memory required to duplicate the parent's page tables,
 and to create a unique task structure for the child.
-.SS C library/kernel ABI differences
+.SS C library/kernel differences
 Since version 2.3.3,
 .\" nptl/sysdeps/unix/sysv/linux/fork.c
 rather than invoking the kernel's