aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manpage.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow compilation on Mac OSX.Kristaps Dzonsons2012-06-091-1/+2
|
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-7/+10
| | | | (via mansearch), and merge mandocdb.h into mansearch.h (and remove).
* Flip apropos to use mansearch instead of apropos_db.Kristaps Dzonsons2012-06-081-0/+178
This makes the utility much smaller and simpler. A lot of functionality has been omitted while the sqlite3 search routines improve (logical operations, etc.). It still needs work to make the output more conventional. Also add the manpage utility, which I use extensively as a mind-meld of apropos and man.