aboutsummaryrefslogtreecommitdiff
path: root/lib/libstdthreads/thrd_create.3
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2012-01-05 21:36:12 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2012-01-05 21:36:12 +0000
commitcabdddae57051daeb4a2b8a0c2a40a6eb9f826b1 (patch)
tree06c6fadde69cb1db0ba661a6a9e6f5caf391a825 /lib/libstdthreads/thrd_create.3
parent8cb8d9fb8964962b0244a6fb8e5fc3ea1e2b66e7 (diff)
downloadsrc-cabdddae57051daeb4a2b8a0c2a40a6eb9f826b1.tar.gz
src-cabdddae57051daeb4a2b8a0c2a40a6eb9f826b1.zip
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)
Notes
Notes: svn path=/head/; revision=229651
Diffstat (limited to 'lib/libstdthreads/thrd_create.3')
-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 ede0d7f2d8fd..5cd960890f2c 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 .