Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2021 19:56:54 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a19bd307bda8 - main - man9: Sort unr in Makefile MLINKS
Message-ID:  <202106171956.15HJusk7009116@gitrepo.freebsd.org>

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

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

commit a19bd307bda85ef07edcc99a11cfdafadd3a751a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-06-17 15:20:11 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-06-17 19:55:50 +0000

    man9: Sort unr in Makefile MLINKS
    
    Sort unr entries in alphabetical order, like everything else in the
    MLINKS section.
    
    Sponsored by:           Netflix
---
 share/man/man9/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 60bfc907f16a..179f79b39573 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -447,14 +447,7 @@ MAN=	accept_filter.9 \
 	zero_region.9 \
 	zone.9
 
-MLINKS=	unr.9 alloc_unr.9 \
-	unr.9 alloc_unrl.9 \
-	unr.9 alloc_unr_specific.9 \
-	unr.9 clear_unrhdr.9 \
-	unr.9 delete_unrhdr.9 \
-	unr.9 free_unr.9 \
-	unr.9 new_unrhdr.9
-MLINKS+=accept_filter.9 accept_filt_add.9 \
+MLINKS=	accept_filter.9 accept_filt_add.9 \
 	accept_filter.9 accept_filt_del.9 \
 	accept_filter.9 accept_filt_generic_mod_event.9 \
 	accept_filter.9 accept_filt_get.9
@@ -2211,6 +2204,13 @@ MLINKS+=uidinfo.9 uifind.9 \
 MLINKS+=uio.9 uiomove.9 \
 	uio.9 uiomove_frombuf.9 \
 	uio.9 uiomove_nofault.9
+MLINKS+=unr.9 alloc_unr.9 \
+	unr.9 alloc_unrl.9 \
+	unr.9 alloc_unr_specific.9 \
+	unr.9 clear_unrhdr.9 \
+	unr.9 delete_unrhdr.9 \
+	unr.9 free_unr.9 \
+	unr.9 new_unrhdr.9
 
 .if ${MK_USB} != "no"
 MAN+=	usbdi.9



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