summaryrefslogtreecommitdiffstats
path: root/lib/libstdthreads
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-05 21:36:12 +0000
committeruqs <uqs@FreeBSD.org>2012-01-05 21:36:12 +0000
commit962d9f7018174ba31dee0955e96d5c4caf550748 (patch)
tree06c6fadde69cb1db0ba661a6a9e6f5caf391a825 /lib/libstdthreads
parent0478fd27f94306801bbb2a3a4af358951d6d1476 (diff)
downloadFreeBSD-src-962d9f7018174ba31dee0955e96d5c4caf550748.zip
FreeBSD-src-962d9f7018174ba31dee0955e96d5c4caf550748.tar.gz
Pull up vendor changes to mdoc(7)
This switches us to using -isoC-2011 as the symbol name which is used by groff and mdocml. It follows the change to 4 digit years as done with IEEE Std 1003 post-1999. MFC after: 2 weeks (groff changes only)
Diffstat (limited to 'lib/libstdthreads')
-rw-r--r--lib/libstdthreads/thrd_create.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstdthreads/thrd_create.3 b/lib/libstdthreads/thrd_create.3
index ede0d7f..5cd9608 100644
--- a/lib/libstdthreads/thrd_create.3
+++ b/lib/libstdthreads/thrd_create.3
@@ -110,7 +110,7 @@
.Fn tss_set "tss_t key" "void *val"
.Sh DESCRIPTION
As of
-.St -isoC-11 ,
+.St -isoC-2011 ,
the C standard includes an API for writing multithreaded applications.
Since POSIX.1 already includes a threading API that is used by virtually
any multithreaded application, the interface provided by the C standard
@@ -252,7 +252,7 @@ code
.Xr pthread 3
.Sh STANDARDS
These functions are expected to conform to
-.St -isoC-11 .
+.St -isoC-2011 .
.Sh HISTORY
These functions appeared in
.Fx 10.0 .
OpenPOWER on IntegriCloud