CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/24 14:30:38
Modified files:
usr.bin/mandoc : cgi.c mansearch.c mansearch.h
Log message:
Sort result pages first by section number, then by name.
By moving the sort from cgi.c to mansearch.c, we get two advantages:
Easier access to the data needed for sorting, in particular the section
number, and the apropos(1) command line utility profits as well.
Feature requested by deraadt@.
