svn commit: r335671 - head/share/man/man9

Conrad Meyer cem at FreeBSD.org
Tue Jun 26 16:20:21 UTC 2018


Author: cem
Date: Tue Jun 26 16:20:19 2018
New Revision: 335671
URL: https://svnweb.freebsd.org/changeset/base/335671

Log:
  atomic.9: Add missing MLINK for testandclear, thread_fence routines
  
  Missed in r299912, r326982.
  
  X-MFC-With:	r299912, r326982
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Tue Jun 26 16:16:08 2018	(r335670)
+++ head/share/man/man9/Makefile	Tue Jun 26 16:20:19 2018	(r335671)
@@ -461,7 +461,9 @@ MLINKS+=atomic.9 atomic_add.9 \
 	atomic.9 atomic_store.9 \
 	atomic.9 atomic_subtract.9 \
 	atomic.9 atomic_swap.9 \
-	atomic.9 atomic_testandset.9
+	atomic.9 atomic_testandclear.9 \
+	atomic.9 atomic_testandset.9 \
+	atomic.9 atomic_thread_fence.9
 MLINKS+=bhnd.9 BHND_MATCH_BOARD_TYPE.9 \
 	bhnd.9 BHND_MATCH_BOARD_VENDOR.9 \
 	bhnd.9 BHND_MATCH_CHIP_ID.9 \


More information about the svn-src-head mailing list