summaryrefslogtreecommitdiff
path: root/usr.bin/man
AgeCommit message (Expand)Author
2022-03-13Pull up following revision(s) (requested by gutteridge in ticket #1433):martin
2020-04-09Pull up following revision(s) (requested by maya in ticket #824):martin
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
2011-10-07Refer to X11R7.mbalmer
2011-06-14Fix usage in man page and sync usage in executable with it.wiz
2011-06-14Add support for man -p to print the search path for manual pages (notjoerg
2010-07-07get the value of the entry for the class not the key.christos
2010-05-23- centralize the snprintf code.christos
2009-10-07Mimic OSX behaviour:cegger
2009-10-06- use EXIT_FAILURE/EXIT_SUCCESScegger
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-03-08pass lint, from anon ymouschristos