summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/msec.c
AgeCommit message (Expand)Author
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2014-12-21Fix build with -Werror -std=c99 -pedantic.Daniel Dickman
2014-12-01header cleanup:Ingo Schwarze
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2011-12-02In man(7), when no explicit volume name is given, use the defaultIngo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2010-05-24sync to bsd.lv: remove needless #include <time.h>Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps