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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"