Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm.
- In reply to: Yuri : "Re: git: 8dcf3a82c54c - main - libc: Implement bsort(3) a bitonic type of sorting algorithm."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 13:39:09 UTC
On 4/19/23 14:20, Yuri wrote: > Hans Petter Selasky wrote: >> The branch main has been updated by hselasky: NAME >> +.Nm bsort , >> +.Nm bsort_b , >> +.Nm bsort_r >> +and >> +.Nm bsort_s >> +.Nd sort functions > > mandoc: lib/libc/stdlib/bsort.3:34:1: WARNING: bad NAME section content: > text > mandoc: lib/libc/stdlib/bsort.3:35:2: WARNING: missing comma before > name: Nm bsort_s > > This should be a list of Nm macros, without any additional content: > > .Sh NAME > .Nm bsort , > .Nm bsort_b , > .Nm bsort_r , > .Nm bsort_s > Should be fixed now. See 7d65a450cdcc7cc743f2ecd114ba3428a21c0033 ! --HPS