Date: Thu, 15 Dec 2022 19:59:45 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f05c00dc63fa - stable/13 - man9: Add MLINKS for dpcpu macros Message-ID: <202212151959.2BFJxjWj014466@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f05c00dc63fa4ac1b1000d976128d68834fec70e commit f05c00dc63fa4ac1b1000d976128d68834fec70e Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-12-08 20:07:53 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-12-15 19:59:27 +0000 man9: Add MLINKS for dpcpu macros MFC after: 1 week (cherry picked from commit b1ef176eb52877b06541ba5019c7d2a3c78fbdc3) --- share/man/man9/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 658038d15f2e..4bb9654b3c2f 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1040,6 +1040,15 @@ MLINKS+=domain.9 DOMAIN_SET.9 \ domain.9 pffinddomain.9 \ domain.9 pffindproto.9 \ domain.9 pffindtype.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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212151959.2BFJxjWj014466>