aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/man/man.sh
Commit message (Expand)AuthorAgeFilesLines
* MFC r326276:Eitan Adler2018-03-051-0/+2
* MFC r326527:Baptiste Daroussin2017-12-081-1/+1
* MFC r326526:Baptiste Daroussin2017-12-081-0/+3
* MFC r324100:Baptiste Daroussin2017-10-031-1/+1
* MFC r315053-r315054, r315056Baptiste Daroussin2017-03-261-5/+26
* Restore man -t for manpages rendered by mandocBaptiste Daroussin2015-09-191-1/+5
* inode should be different to actually mean mandocdb is in usedBaptiste Daroussin2015-07-241-2/+2
* Fix man -k with mandocdbBaptiste Daroussin2015-07-241-0/+4
* Allow MANWIDTH to work with mandoc(1)Baptiste Daroussin2015-05-151-1/+4
* Update mandoc to cvs snaphot from 20150302Baptiste Daroussin2015-03-021-1/+1
* Only manpages with fatal errors should be rendered by groff(1)Baptiste Daroussin2015-01-031-1/+1
* mandoc -Tlocale is now the default, no need to enforce it anymoreBaptiste Daroussin2014-12-251-1/+1
* Update to mandoc cvs version as of 20141201Baptiste Daroussin2014-12-021-16/+3
* Fix commentsBaptiste Daroussin2014-11-231-2/+4
* Fix typoBaptiste Daroussin2014-11-231-1/+1
* Change man(1) to use mandoc to render manpagesBaptiste Daroussin2014-11-231-4/+44
* Remove default support for 1aout section manpages. There haven't beenBrooks Davis2013-01-161-1/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* When MANCOLOR environment variable is set, enable ANSI color escapesRuslan Ermilov2011-06-031-10/+22
* Don't use col(1) since grotty(1) never outputs reverse line feeds,Ruslan Ermilov2011-06-031-13/+5
* Trim more when parsing MANCONFIG directive.Ruslan Ermilov2011-06-031-1/+1
* Added support for the MANWIDTH environment variable:Ruslan Ermilov2011-06-031-1/+39
* Fix man -t by not passing grotty flags to groff when grotty is notUlrich Spörlein2011-06-021-1/+1
* Let users' PATH decide which groff suite to pick up.Ulrich Spörlein2011-05-011-7/+9
* Overhaul locale handling.Gordon Tetlow2011-04-021-46/+45
* Use test(1) operators and test for the catpage not being older than theUlrich Spörlein2011-01-251-2/+2
* Move sysctl invocation to using a variable that's fully pathed.Gordon Tetlow2010-12-141-2/+3
* Add ability to decompress different format manual pages.Gordon Tetlow2010-12-031-25/+79
* Add the ability to display specific manual pages if passed on theGordon Tetlow2010-10-071-0/+14
* If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a pageGordon Tetlow2010-10-061-3/+9
* Fix up whatis/apropos issue displaying all output on a single due toGordon Tetlow2010-10-021-2/+2
* Implementaiton of man, manpath, whatis, and apropos written entirely in sh.Gordon Tetlow2010-10-011-0/+847