aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.1
Commit message (Collapse)AuthorAgeFilesLines
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-201-5/+14
| | | | | | | | | | | directories containing mandocdb(8) databases. Some changes follow: (1) don't support -M yet; (2) fall back to cwd if no prior manpath has been specified; (3) resolve manpages using realpath() to prevent consecutive chdir()'s over relative paths; (4) note where further error-reporting is required; (5) fix leaking memory on exit in several cases.
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-181-52/+96
| | | | nested logical subexpressions with AND (-a) and OR (-o) support.
* Change getopt() to be more like schwarze@'s suggestions.Kristaps Dzonsons2011-11-091-40/+21
|
* Use `Mt' instead of `Aq' for email address.Kristaps Dzonsons2011-10-081-3/+4
|
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-061-0/+169
(originally including extern.h, state.c, and sort.c). The apropos utility interfaces with the databases of mandocdb to provide semantic searching capabilities. It Works For Me, but will need lots of cleanup in the coming months.