aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fork.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/fork.2')
-rw-r--r--man2/fork.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/fork.2 b/man2/fork.2
index 51caf5868a..5c94d4b535 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -268,7 +268,7 @@ 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 differences
-Since version 2.3.3,
+Since glibc 2.3.3,
.\" nptl/sysdeps/unix/sysv/linux/fork.c
rather than invoking the kernel's
.BR fork ()