The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b1ef176eb52877b06541ba5019c7d2a3c78fbdc3

commit b1ef176eb52877b06541ba5019c7d2a3c78fbdc3
Author:     Mark Johnston <[email protected]>
AuthorDate: 2022-12-08 20:07:53 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2022-12-08 20:07:53 +0000

    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 \

Reply via email to