git: a19bd307bda8 - main - man9: Sort unr in Makefile MLINKS
Warner Losh
imp at FreeBSD.org
Thu Jun 17 19:56:55 UTC 2021
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=a19bd307bda85ef07edcc99a11cfdafadd3a751a
commit a19bd307bda85ef07edcc99a11cfdafadd3a751a
Author: Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-17 15:20:11 +0000
Commit: Warner Losh <imp at 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
More information about the dev-commits-src-all
mailing list