aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* Use a binary tree (for now, unbalanced) for deduping the records in theKristaps Dzonsons2011-10-091-6/+32
* Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.Kristaps Dzonsons2011-10-081-5/+2
* Lift hard-coded limit of results.Kristaps Dzonsons2011-10-071-6/+8
* Clean up file a bit: remove errx and err function pointers from theKristaps Dzonsons2011-10-071-118/+98
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-061-0/+689