Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2022 21:36:25 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c2e1544f59ca - main - m_get3: add an MLINK for the manpage
Message-ID:  <202208232136.27NLaP9E020226@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit c2e1544f59cae72d16ac0878767766e9e0b07992
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2022-08-23 21:34:07 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-08-23 21:34:07 +0000

    m_get3: add an MLINK for the manpage
    
    Reviewed by:    kp
    Sponsored by:   DARPA, AFRL
    Differential Revision:  https://reviews.freebsd.org/D36319
---
 share/man/man9/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b99575b595ed..69f8817b5245 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1462,6 +1462,7 @@ MLINKS+=\
 	mbuf.9 MGET.9 \
 	mbuf.9 m_get.9 \
 	mbuf.9 m_get2.9 \
+	mbuf.9 m_get3.9 \
 	mbuf.9 m_getjcl.9 \
 	mbuf.9 m_getcl.9 \
 	mbuf.9 MGETHDR.9 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208232136.27NLaP9E020226>