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