| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2022-06-19 | man.conf.5: improve wording on searching alternate machine paths | gutteridge |
| 2022-06-18 | man.conf(5): Tweak formatting for prettier PS output. | uwe |
| 2022-06-18 | man.conf.5: add details about the machine line and search order | gutteridge |
| 2022-06-18 | man.1: add a small note about alternate machine name searches | gutteridge |
| 2022-05-10 | man.c: minor KNF | gutteridge |
| 2022-03-08 | man: remove unused global variable 'instype' (since yesterday) | rillig |
| 2022-03-08 | man: remove trailing whitespace | rillig |
| 2022-03-08 | man: fix type mismatch between enum and int (since yesterday) | rillig |
| 2022-03-07 | man.c: fix -m option so it works as documented | gutteridge |
| 2020-04-06 | Exit successfully after printing the search path, stop further processing. | maya |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2018-06-15 | move 'utsname' to the main() function scope, so that the reference to | mrg |
| 2017-05-02 | Teach man -p to respect the MANPATH environment variable and the -M option. | abhinav |
| 2017-04-27 | Fix comment indentation at couple of places: Use \t instead of space | abhinav |
| 2016-06-16 | Replace makewhatis(8) with makemandb(8) in SEE ALSO. | abhinav |
| 2016-06-16 | Document -f option for man(1). | abhinav |
| 2016-05-21 | put back _PATH_WHATIS, it is used. | christos |
| 2016-05-21 | Remove unused include and unused constant. Ok from christos@. | abhinav |
| 2015-04-07 | change _whatdb => _mandb as that is the correct keyword here, | plunky |
| 2015-03-03 | there is no more makewhatis; it has been replaced by makemandb | christos |
| 2014-08-14 | More detail about treating a local file as a man page, | apb |
| 2014-08-14 | For an argument to be interpreted as a local file name, bypassing the | apb |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-02-17 | config() in manconf.c now verifies _build (and _crunch) command | uwe |
| 2014-02-17 | Check _build and _crunch commands with fmtcheck(3), warn about and | uwe |
| 2013-10-28 | Instead of guessing the suffix in the code, use the suffix list previously | christos |
| 2013-10-06 | add more compression suffixes and local suffixes. | christos |
| 2013-10-06 | Recognize .gz and .bz2 suffixes so $ man ./man.1.gz works. From Franco Fichter | christos |
| 2013-10-06 | Be more permissive in interpreting man pages as filenames, from Franco | christos |
| 2013-07-30 | Mark the dead. | joerg |
| 2013-07-19 | Constify some more. | uwe |
| 2013-07-19 | Spell "keywords" without space. Fix couple of typos. | uwe |
| 2013-07-19 | manual_find_buildkeyword() - now that we control the format string, we | uwe |
| 2013-07-19 | Fix manual_find_buildkeyword() to not use non-literal printf format. | uwe |
| 2013-07-19 | Use -Wno-format-nonliteral instead of blanket -Wno-format. | uwe |
| 2013-07-18 | Don't access memory outside the array if tmpdirlen == 0. | uwe |
| 2013-07-18 | use -Wno-format and revert "fixstring" | christos |
| 2013-07-18 | Set the string to NUL instread of providing an new empty string (from uwe) | christos |
| 2013-07-18 | WARNS=6 | christos |
| 2013-07-18 | Revert previous; other errors from WARNS=3 obscured the error in jump(). | uwe |
| 2013-07-18 | Constify jump() arguments appropriately. | uwe |
| 2013-07-18 | Move manstate::pagerlen so that its "length of the above" comment makes sense. | uwe |
| 2013-07-18 | whatis.db is no more, so don't mention its location in FILES. | uwe |
| 2013-07-18 | Remove unnecessary line wrap. | uwe |
| 2013-06-28 | Prefer Aq to \*[Lt] etc. | wiz |
| 2013-06-27 | * adjust indentation of list block | jdf |
| 2012-04-29 | document _machine | christos |
| 2012-01-03 | If the default path doesn't result in a match, bail out early instead of | joerg |
| 2011-12-27 | Document the reality that the _build and _crunch commands should each | apb |