summaryrefslogtreecommitdiffstats
path: root/man3/pthread_atfork.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_atfork.3')
-rw-r--r--man3/pthread_atfork.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/pthread_atfork.3 b/man3/pthread_atfork.3
index e6ec6ddb0..1bcfc7e4c 100644
--- a/man3/pthread_atfork.3
+++ b/man3/pthread_atfork.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_atfork 3 2023-02-05 "Linux man-pages 6.03"
+.TH pthread_atfork 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
pthread_atfork \- register fork handlers
.SH LIBRARY
@@ -65,7 +65,9 @@ handlers are called in the order of registration.
.B ENOMEM
Could not allocate memory to record the fork handler list entry.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH NOTES
When
.BR fork (2)