summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2017-06-11ooops, fix a glitch in the previous commit...Ingo Schwarze
2017-06-11Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze
2017-06-11style message about missing .Fn markup; inspired by mdoclintIngo Schwarze
2017-06-11Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze
2017-06-10Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo Schwarze
2017-06-10do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze
2017-06-08Properly reinitialize roffce_node between parses,Ingo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-06-08make the internal a2roffsu() interface more powerful by returningIngo Schwarze
2017-06-08Portable mandoc just got a warning about unknown .Lb namesIngo Schwarze
2017-06-07style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze
2017-06-07Also catch "new sentence, new line" if there are three blanksIngo Schwarze
2017-06-07Make "new sentence, new line" detection stricter:Ingo Schwarze
2017-06-07Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze
2017-06-07Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze
2017-06-07The \h escape sequence provides another method for moving backwards,Ingo Schwarze
2017-06-07Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze
2017-06-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
2017-06-04Make term_flushln() simpler and more robust:Ingo Schwarze
2017-06-04Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze
2017-06-03ignore blank lines in man(7) next line scope;Ingo Schwarze
2017-06-03enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-06-01STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze
2017-05-31STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze
2017-05-30tweak previous;Jason McIntyre
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze
2017-05-30Macro argument quoting does not prevent recognition of punctuationIngo Schwarze
2017-05-17Delete the -T xhtml command line option.Ingo Schwarze
2017-05-17Fix documentation bug:Ingo Schwarze
2017-05-17Modernize an example showing antiquated syntax,Ingo Schwarze
2017-05-17Never create empty databases.Ingo Schwarze
2017-05-17Do not warn if a database file does not existIngo Schwarze
2017-05-17Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze
2017-05-16missing space between macro arg and punctuation;Jason McIntyre
2017-05-16Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze
2017-05-14warn about punctuation between .Xr and .Rs in SEE ALSO;Ingo Schwarze
2017-05-14Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze
2017-05-12Make the tag column in .Bl -tag lists wider:Ingo Schwarze
2017-05-12Fix the man.cgi target after the recent file additions;Ingo Schwarze
2017-05-09Trailing \c suppresses the output line break even ifIngo Schwarze
2017-05-08Line-breaking roff(7) requests also break man(7) next-line scope.Ingo Schwarze
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-07implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze
2017-05-07Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze