From owner-dev-commits-src-all@freebsd.org Thu Jun 17 19:56:55 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25B2C65D1D3; Thu, 17 Jun 2021 19:56:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G5XrR0Z7Yz3nL7; Thu, 17 Jun 2021 19:56:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F007115A0E; Thu, 17 Jun 2021 19:56:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15HJusA1009117; Thu, 17 Jun 2021 19:56:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15HJusk7009116; Thu, 17 Jun 2021 19:56:54 GMT (envelope-from git) Date: Thu, 17 Jun 2021 19:56:54 GMT Message-Id: <202106171956.15HJusk7009116@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: a19bd307bda8 - main - man9: Sort unr in Makefile MLINKS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a19bd307bda85ef07edcc99a11cfdafadd3a751a Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 19:56:55 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a19bd307bda85ef07edcc99a11cfdafadd3a751a commit a19bd307bda85ef07edcc99a11cfdafadd3a751a Author: Warner Losh AuthorDate: 2021-06-17 15:20:11 +0000 Commit: Warner Losh 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