aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makewhatis.1
Commit message (Collapse)AuthorAgeFilesLines
* Apparently these weren't removed properly...Kristaps Dzonsons2011-07-141-191/+0
|
* Fairly straightforward patch adding basic update (-u) and remove (-r)Kristaps Dzonsons2011-07-111-3/+21
| | | | | functionality to makewhatis. This is somewhat expensive (requiring the index file to be trawled multiple times), but it's a good start.
* Use mandoc.1's error codes (we use them internally).Kristaps Dzonsons2011-07-111-2/+19
|
* Note we're no longer using temporary files.Kristaps Dzonsons2011-07-111-8/+2
|
* Added `Er' in ERRORS scan to makewhatis.Kristaps Dzonsons2011-07-011-1/+3
|
* Added search for `Ev' environment variables in ENVIRONMENT section.Kristaps Dzonsons2011-07-011-1/+3
|
* Add path reference (`Pa' in FILES section).Kristaps Dzonsons2011-07-011-2/+4
|
* Add cross-reference records to makewhatis.Kristaps Dzonsons2011-06-251-2/+6
|
* Clean up makewhatis.c a little bit and add verbosity (-v).Kristaps Dzonsons2011-06-221-2/+7
|
* Let descriptions (bit-mask 0x100) also be mined for text. This doublesKristaps Dzonsons2011-06-211-1/+3
| | | | | the database size (one record for each file), but it's critical information.
* Make sure makewhatis.1 is documenting the correct bit-fields.Kristaps Dzonsons2011-06-211-14/+11
|
* Remove untrue CAVEAT in makewhatis.1.Kristaps Dzonsons2011-05-261-6/+2
|
* Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops).Kristaps Dzonsons2011-05-141-3/+3
|
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-131-0/+152
Add initial version notes.