summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mansearch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In man(1) mode, i.e. when asking for a single manual page by name,schwarze2019-04-301-1/+2
* In apropos(1) output, stop sorting .Nm search results by nameschwarze2018-11-221-2/+1
* Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.schwarze2017-04-171-2/+5
* Remove the dependency on SQLite without loss of functionality.schwarze2016-08-011-7/+14
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-4/+1
* header cleanup:schwarze2014-12-011-1/+3
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
* Make makewhatis(8) understand .so links to .gz pages.schwarze2014-11-271-2/+1
* In man(1) mode, prefer file name matches over .Dt name matches overschwarze2014-11-181-5/+6
* In man(1) mode without -a, stop searching after the first manual treeschwarze2014-11-111-1/+2
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeschwarze2014-09-031-1/+6
* In man(1) mode, change to the right directory before starting the parser,schwarze2014-09-011-1/+2
* Add an implementation of man(1) into the /usr/bin/mandoc binary andschwarze2014-08-271-8/+13
* Sort result pages first by section number, then by name.schwarze2014-07-241-1/+2
* Fix whatis(1) to correctly match words instead of any substrings.schwarze2014-07-121-2/+3
* Further apropos(1) speed optimization was trickier than anticipated.schwarze2014-04-111-1/+2
* Next speed optimization step for the new apropos(1).schwarze2014-04-101-42/+48
* After careful gprof(1)ing of the new apropos(1), move the descriptionsschwarze2014-04-091-40/+40
* Remember which names are in the NAME section.schwarze2014-04-041-42/+43
* Sort the macro keys by their real-world frequency to reduce the averageschwarze2014-01-171-41/+41
* Drop Nd from the mpages table, it is still in the keys table.schwarze2014-01-061-2/+1
* Put section and architecture info into the keys table,schwarze2014-01-051-1/+3
* Experimental feature to let apropos(1) show different keys than .Nd.schwarze2013-12-311-1/+4
* Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,schwarze2013-12-311-0/+87