From b1ef176eb52877b06541ba5019c7d2a3c78fbdc3 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 8 Dec 2022 15:07:53 -0500 Subject: [PATCH] man9: Add MLINKS for dpcpu macros MFC after: 1 week --- share/man/man9/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e651172be7eb..4d80fa770f52 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1035,6 +1035,15 @@ MLINKS+=domain.9 protosw.9 \ domain.9 domain_add.9 \ domain.9 protosw_register.9 \ domain.9 protosw_unregister.9 +MLINKS+=dpcpu.9 DPCPU_DECLARE.9 \ + dpcpu.9 DPCPU_DEFINE.9 \ + dpcpu.9 DPCPU_DEFINE_STATIC.9 \ + dpcpu.9 DPCPU_GET.9 \ + dpcpu.9 DPCPU_ID_PTR.9 \ + dpcpu.9 DPCPU_ID_GET.9 \ + dpcpu.9 DPCPU_ID_SET.9 \ + dpcpu.9 DPCPU_PTR.9 \ + dpcpu.9 DPCPU_SET.9 MLINKS+=drbr.9 drbr_free.9 \ drbr.9 drbr_enqueue.9 \ drbr.9 drbr_dequeue.9 \