diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-05 21:36:12 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-05 21:36:12 +0000 |
| commit | cabdddae57051daeb4a2b8a0c2a40a6eb9f826b1 (patch) | |
| tree | 06c6fadde69cb1db0ba661a6a9e6f5caf391a825 /lib | |
| parent | 8cb8d9fb8964962b0244a6fb8e5fc3ea1e2b66e7 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstdthreads/thrd_create.3 | 4 |
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 . |
