From owner-svn-src-head@freebsd.org Sun Dec 20 01:19:59 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 A69DA4B2BD0; Sun, 20 Dec 2020 01:19:59 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4Cz4XH2ltDz3jf3; Sun, 20 Dec 2020 01:19:59 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.16.1/8.16.1) with ESMTPS id 0BK1JpoV029583 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 20 Dec 2020 03:19:54 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 0BK1JpoV029583 Received: (from kostik@localhost) by tom.home (8.16.1/8.16.1/Submit) id 0BK1JpR9029582; Sun, 20 Dec 2020 03:19:51 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 20 Dec 2020 03:19:51 +0200 From: Konstantin Belousov To: Gordon Bergling 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: <202012191454.0BJEsSaH001310@repo.freebsd.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on tom.home X-Rspamd-Queue-Id: 4Cz4XH2ltDz3jf3 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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 01:19:59 -0000 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 ?