summaryrefslogtreecommitdiffstats
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-2/+20
| | | | | 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-1/+18
|
* Note we're no longer using temporary files.Kristaps Dzonsons2011-07-111-6/+0
|
* Added `Er' in ERRORS scan to makewhatis.Kristaps Dzonsons2011-07-011-0/+2
|
* Added search for `Ev' environment variables in ENVIRONMENT section.Kristaps Dzonsons2011-07-011-0/+2
|
* Add path reference (`Pa' in FILES section).Kristaps Dzonsons2011-07-011-0/+2
|
* Add cross-reference records to makewhatis.Kristaps Dzonsons2011-06-251-0/+4
|
* Clean up makewhatis.c a little bit and add verbosity (-v).Kristaps Dzonsons2011-06-221-0/+5
|
* Let descriptions (bit-mask 0x100) also be mined for text. This doublesKristaps Dzonsons2011-06-211-0/+2
| | | | | 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-12/+9
|
* Remove untrue CAVEAT in makewhatis.1.Kristaps Dzonsons2011-05-261-4/+0
|
* Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops).Kristaps Dzonsons2011-05-141-1/+1
|
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-131-0/+152
Add initial version notes.