summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/whatis.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* describe new featuresschwarze2014-03-171-3/+3
|
* remove Berkeley DB partsschwarze2014-03-171-7/+3
|
* For citing the names and email addresses of authors,schwarze2013-07-131-4/+3
| | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
* add/fix HISTORY and AUTHORSschwarze2012-01-141-4/+4
|
* Continue using the traditional name makewhatis(8),schwarze2012-01-101-7/+5
| | | | | | do not rename to mandocdb(8): Even though there is some additional functionality, the basic purpose remains the same. Requested by espie@; "decide fast" deraadt@.
* Rename whatis.{db,index} back to mandoc.{db,index}schwarze2012-01-091-6/+6
| | | | | | such that makewhatis(8) called from pkg_delete(1) does not fail trying to open old-style whatis.db files as btree(3). Suggested by espie@ deraadt@ millert@
* Small tweaks for precision; lots of feedback from jmc@.schwarze2012-01-051-7/+22
| | | | | | Update usage() as well; reminded by jmc@. Mention the manwhere(1) predecessor in 1BSD; suggested by kristaps@. OK jmc@.
* Add the missing EXIT STATUS section and lots of new informationschwarze2012-01-011-6/+27
| | | | | regarding HISTORY and AUTHORS. ok jmc@
* Document whatis(1) -S and -s; leading, trailing, and double colonsschwarze2011-12-261-3/+32
| | | | | | in the MANPATH; and the new whatis.index file. Include some synching to apropos(1) and to the usage() string. Use some feedback from jmc@.
* Copy from src/usr.bin/whatis, not changing the content yet.schwarze2011-12-261-0/+132
Since the code is moving from src/usr.bin/whatis/whatis.c to src/usr.bin/mandoc/apropos.c, the manual will move with it. The old copy will be removed after switching over. ok jmc@