From owner-svn-src-head@freebsd.org Sun Dec 20 08:34:42 2020 Return-Path: Delivered-To: svn-src-head@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 C49174BC13A; Sun, 20 Dec 2020 08:34:42 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CzG9t50bHz4Z5k; Sun, 20 Dec 2020 08:34:42 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p4fd3a159.dip0.t-ipconnect.de [79.211.161.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 6145823102; Sun, 20 Dec 2020 08:34:42 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Sun, 20 Dec 2020 09:34:40 +0100 From: Gordon Bergling To: Konstantin Belousov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r368817 - in head/lib/libc: locale net stdlib sys x86/sys Message-ID: References: <202012191454.0BJEsSaH001310@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 9:31AM up 3 days, 2:26, 4 users, load averages: 0.10, 0.27, 0.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2020 08:34:42 -0000 On Sun, Dec 20, 2020 at 03:19:51AM +0200, Konstantin Belousov wrote: > On Sat, Dec 19, 2020 at 02:54:28PM +0000, Gordon Bergling wrote: > > Modified: head/lib/libc/sys/thr_self.2 > > ============================================================================== > > --- head/lib/libc/sys/thr_self.2 Sat Dec 19 13:56:19 2020 (r368816) > > +++ head/lib/libc/sys/thr_self.2 Sat Dec 19 14:54:28 2020 (r368817) > > @@ -71,12 +71,12 @@ The memory pointed to by the > > argument is not valid. > > .El > > .Sh SEE ALSO > > +.Xr _umtx_op 2 , > > .Xr thr_exit 2 , > > .Xr thr_kill 2 , > > .Xr thr_kill2 2 , > > .Xr thr_new 2 , > > .Xr thr_set_name 2 , > > -.Xr _umtx_op 2 , > > .Xr pthread_getthreadid_np 3 , > > .Xr pthread_self 3 > > .Sh STANDARDS > Why this reordering ? The SEE ALSO section should be ordered by section and within the section alphabetically. Therefore _umtx_op must be on top of section two. --Gordon