aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-12-27 13:01:10 +0000
committerEd Schouten <ed@FreeBSD.org>2011-12-27 13:01:10 +0000
commitfd8a33c1d669249e1d747aee496d8659652d98d2 (patch)
tree5720f41eb424c4ee9bcc2f3a7109641e01ce40f5
parent4d8a7eab018a5f9e55d07f7aae68d31768211190 (diff)
Notes
-rw-r--r--share/man/man3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 6b47b2310fb5a..470650693427a 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -36,7 +36,7 @@ MLINKS= ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong.3 \
ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
ATOMIC_VAR_INIT.3 atomic_init.3 \
- ATOMIC_VAR_INIT.3 atomic_is_lock_free.3
+ ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \
ATOMIC_VAR_INIT.3 atomic_load.3 \
ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
ATOMIC_VAR_INIT.3 atomic_store.3 \