summaryrefslogtreecommitdiff
path: root/usr.bin/man
AgeCommit message (Expand)Author
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
2007-10-05Convert to using raise_default_signal(3).lukem
2007-02-10Add "catman" to the SEE ALSO.reed
2007-02-05Since MAN_DEBUG is constant, go from if (MAN_DEBUG) to #if MAN_DEBUGjwise
2006-10-08WFORMAT is no more...peter
2006-05-01Coverity CID 2996: Don't return without closing fp.christos
2006-04-13Bump date for previous.wiz
2006-04-13Bump date for previous, slightly reword a sentencen.wiz
2006-04-10fix .Xr to invalid man page that i put in by mistakechuck
2006-04-10modified man(1):chuck