summaryrefslogtreecommitdiffstats
path: root/share/man/man3/ATOMIC_VAR_INIT.3
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 /share/man/man3/ATOMIC_VAR_INIT.3
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 'share/man/man3/ATOMIC_VAR_INIT.3')
-rw-r--r--share/man/man3/ATOMIC_VAR_INIT.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/ATOMIC_VAR_INIT.3 b/share/man/man3/ATOMIC_VAR_INIT.3
index 41f28db..1f85d3b 100644
--- a/share/man/man3/ATOMIC_VAR_INIT.3
+++ b/share/man/man3/ATOMIC_VAR_INIT.3
@@ -274,7 +274,7 @@ When using GCC, all atomic operations are executed as if they are using
.Dv memory_order_seq_cst .
.Pp
Instead of using the atomic operations provided by this interface,
-.St -isoC-11
+.St -isoC-2011
allows the atomic variables to be modified directly using built-in
language operators.
This behaviour cannot be emulated for older compilers.
@@ -292,7 +292,7 @@ datatypes, if supported by the CPU.
.Xr atomic 9
.Sh STANDARDS
These macros attempt to conform to
-.St -isoC-11 .
+.St -isoC-2011 .
.Sh HISTORY
These macros appeared in
.Fx 10.0 .
OpenPOWER on IntegriCloud