aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch_const.c
Commit message (Collapse)AuthorAgeFilesLines
* Remember which names are in the NAME section.Ingo Schwarze2014-04-041-8/+9
| | | | | | | This helps to find missing MLINKS. Database build times do not change and database growth is minimal (1.2% with -Q, 0.7% without -Q in /usr/share/man), so making this optional would be pointless.
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-191-0/+31
i need that for debugging, in particular to be used with -t. To be able to do so, provide a global table of key names, for reuse.