Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |