aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_msg.c
Commit message (Expand)AuthorAgeFilesLines
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-141-0/+1
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-041-1/+3
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-0/+1
* In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze2021-06-021-1/+1
* Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze2020-09-011-0/+1
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-241-2/+5
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-191-3/+3
* If messages are shown and output is printed without a pager, displayIngo Schwarze2019-07-141-1/+10
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-101-8/+36
* this file needs to #include "config.h" because it calls getprogname();Ingo Schwarze2019-03-061-1/+3
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-101-2/+2
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-161-1/+1
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-0/+2
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-11/+1
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-0/+335