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