aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_detach.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_detach.3')
-rw-r--r--man3/pthread_detach.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/pthread_detach.3 b/man3/pthread_detach.3
index 3ccce10b58..946ae31402 100644
--- a/man3/pthread_detach.3
+++ b/man3/pthread_detach.3
@@ -61,7 +61,9 @@ T} Thread safety MT-Safe
.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH NOTES
Once a thread has been detached, it can't be joined with
.BR pthread_join (3)