| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify documentation of macro keys | Ingo Schwarze | 2018-02-23 | 1 | -0/+23 |
* | various nits found with mandoc -Tlint | Ingo Schwarze | 2017-07-04 | 1 | -1/+1 |
* | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze | 2017-03-27 | 1 | -1/+1 |
* | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze | 2017-03-27 | 1 | -10/+3 |
* | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze | 2017-03-25 | 1 | -27/+5 |
* | Correct description of MANPATH, and a few more improvements | Ingo Schwarze | 2017-03-18 | 1 | -17/+22 |
* | Document man(1) section selection priority, | Ingo Schwarze | 2017-03-17 | 1 | -2/+23 |
* | add missing HISTORY information | Ingo Schwarze | 2017-01-31 | 1 | -0/+4 |
* | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze | 2015-04-03 | 1 | -1/+2 |
* | Escape punctuation characters that have a different meaning in -Tpdf. | Ingo Schwarze | 2015-03-30 | 1 | -6/+6 |
* | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 1 | -3/+1 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 1 | -1/+1 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -1/+6 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 1 | -3/+19 |
* | implement MANPAGER and PAGER | Ingo Schwarze | 2014-08-22 | 1 | -1/+13 |
* | mandoc -a, man, apropos -a, whatis -a now paginate by default | Ingo Schwarze | 2014-08-22 | 1 | -2/+15 |
* | Describe the new options -afkw. | Ingo Schwarze | 2014-08-21 | 1 | -7/+42 |
* | Complete the whatis.1 -> apropos.1 merge, | Ingo Schwarze | 2014-08-21 | 1 | -6/+24 |
* | misplaced punctuation | Ingo Schwarze | 2014-04-24 | 1 | -2/+2 |
* | Slowly, the dust begins to settle. | Ingo Schwarze | 2014-04-18 | 1 | -7/+7 |
* | Fix a few lies; polish wording and formatting while here. | Ingo Schwarze | 2014-04-18 | 1 | -23/+30 |
* | remove documentation of the former macro key "NAME"; | Ingo Schwarze | 2014-04-15 | 1 | -1/+0 |
* | Remember which names are in the NAME section. | Ingo Schwarze | 2014-04-04 | 1 | -0/+2 |
* | merge OpenBSD rev. 1.20, describing new features | Ingo Schwarze | 2014-04-04 | 1 | -2/+20 |
* | Sync to OpenBSD: | Ingo Schwarze | 2014-03-17 | 1 | -55/+151 |
* | Merge the relevant parts from the VERSION_1_12 branch: | Ingo Schwarze | 2013-10-01 | 1 | -1/+1 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -2/+1 |
* | Simple partial sync with OpenBSD: | Ingo Schwarze | 2013-07-05 | 1 | -4/+4 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -13/+19 |
* | Flip apropos to use mansearch instead of apropos_db. | Kristaps Dzonsons | 2012-06-08 | 1 | -92/+24 |
* | Be insane. Make apropos(1) subsume man(1). | Kristaps Dzonsons | 2012-03-24 | 1 | -10/+26 |
* | State default usage before listing arguments of a utility. Inspired by a | Kristaps Dzonsons | 2011-12-25 | 1 | -12/+14 |
* | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze | 2011-12-25 | 1 | -2/+2 |
* | Support leading, trailing and double colons in MANPATH to prepend, | Kristaps Dzonsons | 2011-12-24 | 1 | -1/+12 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -1/+23 |
* | Snip some whitespace from apropos(1) and remove mandoc(1) ref from | Kristaps Dzonsons | 2011-11-29 | 1 | -1/+1 |
* | Make `-i' only apply to regular expressions. For the equality operator | Kristaps Dzonsons | 2011-11-29 | 1 | -22/+16 |
* | Add tables of matchable keys into apropos.1. Ok and with feedback by | Kristaps Dzonsons | 2011-11-29 | 1 | -4/+82 |
* | Sync to OpenBSD, mostly gratuitous and whitespace differences, | Ingo Schwarze | 2011-11-26 | 1 | -3/+3 |
* | Fix whitespace in manuals. | Kristaps Dzonsons | 2011-11-23 | 1 | -2/+1 |
* | Initial support for man.conf/makepath(1). | Kristaps Dzonsons | 2011-11-20 | 1 | -3/+13 |
* | Clarify some behaviour, bringing schwarze@'s patch and mine closer together | Kristaps Dzonsons | 2011-11-20 | 1 | -19/+11 |
* | Integrate a moderately-patched version of schwarze@'s support for multiple | Kristaps Dzonsons | 2011-11-20 | 1 | -3/+12 |
* | Evaluation with logical subexpressions. This allows support for arbitrary, | Kristaps Dzonsons | 2011-11-18 | 1 | -50/+94 |
* | Change getopt() to be more like schwarze@'s suggestions. | Kristaps Dzonsons | 2011-11-09 | 1 | -38/+19 |
* | Use `Mt' instead of `Aq' for email address. | Kristaps Dzonsons | 2011-10-08 | 1 | -1/+2 |
* | Import apropos from mandoc-tools after inlining all source files | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+169 |