Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatis.{db,index} -> mandoc.{db,index}; from kristaps@ | Ingo Schwarze | 2013-10-05 | 1 | -2/+2 |
| | |||||
* | 1) Revert the argument names in the SYNOPSIS back to the usual ones. | Ingo Schwarze | 2013-09-17 | 1 | -0/+171 |
| | | | | | 2) For citing the names and email addresses of authors, consistently use the style ".An name Aq Mt email". | ||||
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -186/+0 |
| | | | | (via mansearch), and merge mandocdb.h into mansearch.h (and remove). | ||||
* | Some documentation nits. | Kristaps Dzonsons | 2012-03-25 | 1 | -4/+0 |
| | |||||
* | Get ready for a version. | Kristaps Dzonsons | 2012-03-24 | 1 | -6/+24 |
| | |||||
* | State default usage before listing arguments of a utility. Inspired by a | Kristaps Dzonsons | 2011-12-25 | 1 | -6/+7 |
| | | | | patch to mandocdb.8 by schwarze@ some time ago. Ok jmc@. | ||||
* | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze | 2011-12-25 | 1 | -2/+2 |
| | | | | Requested by deraadt@, ok kristaps@. | ||||
* | Support leading, trailing and double colons in MANPATH to prepend, | Kristaps Dzonsons | 2011-12-24 | 1 | -1/+12 |
| | | | | | | | | append or insert the man.conf(5) default path; compatible with GNU manpath(1), implementation by kristaps@, heavily tweaked by schwarze@. Updates to MANPATH documentation applied to whatis.1, apropos.1, and catman.8 also. | ||||
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -14/+57 |
| | | | | | including various tweaks to the whatis(8) manual; ok kristaps@ | ||||
* | Snip some whitespace from apropos(1) and remove mandoc(1) ref from | Kristaps Dzonsons | 2011-11-29 | 1 | -1/+0 |
| | | | | | whatis(1) (both apropos/whatis aren't related to mandoc from an operator's perspective). | ||||
* | Tweak whatis(1): | Ingo Schwarze | 2011-11-28 | 1 | -1/+1 |
| | | | | | | | * Bugfix: Use all arguments, not just the last one. * Use 'Nm~' instead of 'Nm,Nd~' to match OpenBSD behaviour. * For the progname, accept '^whatis', not '^whatis$' to ease testing. ok kristaps@ | ||||
* | Get us a whatis(1) mode for apropos(1). | Kristaps Dzonsons | 2011-11-27 | 1 | -0/+118 |
This is from a patch to tech@ as critiqued by schwarze@, checked in to get the ball rolling. |