CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/22 05:01:42
Modified files:
usr.bin/mandoc : main.c mansearch.c mansearch.h
Log message:
In apropos(1) output, stop sorting .Nm search results by name
priorities (bits). The obscure feature wasn't documented and merely
confused people - for example Edward Tomasz Napierala <trasz at
FreeBSD>, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227408.
Smaller patch provided by Yuri Pankov <yuripv at FreeBSD>, but i'm
also retiring the now unused "bits" member from struct manpage.
Simplification is good.