From 76e944b7a50f4df9bee8130f12437d7679f725bd Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 26 Jun 2018 09:30:14 +0000 Subject: [PATCH] Add missing MLINK. MFC after: 3 days --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 80ff21775209..eabe7e5ffa49 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -453,6 +453,7 @@ MLINKS+=altq.9 ALTQ.9 MLINKS+=atomic.9 atomic_add.9 \ atomic.9 atomic_clear.9 \ atomic.9 atomic_cmpset.9 \ + atomic.9 atomic_fcmpset.9 \ atomic.9 atomic_fetchadd.9 \ atomic.9 atomic_load.9 \ atomic.9 atomic_readandclear.9 \