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 308e60e659..4c33d46e9d 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -204,7 +204,7 @@ NPTL threading implementation invokes
.BR clone (2)
with flags that provide the same effect as the traditional system call.
The glibc wrapper invokes any fork handlers that have been
-have been established using
+established using
.BR pthread_atfork (3).
.\" and does some magic to ensure that getpid(2) returns the right value.
.SH EXAMPLE