diff options
author | joel <joel@FreeBSD.org> | 2013-08-22 16:00:09 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-08-22 16:00:09 +0000 |
commit | df7871af7a1eabbfd127bb1bae8cff7a4388fcd8 (patch) | |
tree | daa2b0ec3cfb16a450aef0620eedfd630216c2d7 | |
parent | 4639378b96541fe61d6a45cb69ed3522c8f31874 (diff) | |
download | FreeBSD-src-df7871af7a1eabbfd127bb1bae8cff7a4388fcd8.zip FreeBSD-src-df7871af7a1eabbfd127bb1bae8cff7a4388fcd8.tar.gz |
Minor mdoc nit.
-rw-r--r-- | share/man/man9/atomic.9 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index a2c0a67..44d800e 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -266,7 +266,6 @@ and do not have any variants with memory barriers at this time. The .Fn atomic_store functions are only provided with release memory barriers. -.Pp .Bl -hang .It Fn atomic_swap p v .Bd -literal -compact |