summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mandoc_msg.c
AgeCommit message (Expand)Author
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2021-08-14print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze
2021-07-04The mandoc(1) manual already mentions that -T man output modeIngo Schwarze
2021-06-27add a style message about overlong text lines,Ingo Schwarze
2021-06-02In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-04-24provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze
2020-01-19Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze
2020-01-19Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze
2019-07-14If messages are shown and output is printed without a pager, displayIngo Schwarze
2019-07-10Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze
2019-01-10Initializers for file-scope static variables should be compile-timeIngo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-14Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze