summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mandoc.1
AgeCommit message (Expand)Author
2017-11-10Be less assertive when warning about a possible typo.Jeremie Courreges-Anglas
2017-09-07typo: convertion -> conventionDavid Coppa
2017-08-19document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze
2017-07-20For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze
2017-07-07Radically simplify the definitions what the message levels ERRORIngo Schwarze
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze
2017-07-04Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze
2017-07-03report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze
2017-07-03warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze
2017-07-02add warning "cross reference to self"; inspired by mdoclintIngo Schwarze
2017-07-01Basic reporting of .Xrs to manual pages that don't existIngo Schwarze
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-27warn about .Ns macros that have no effect because they are followedIngo Schwarze
2017-06-25Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze
2017-06-25Add support for the MT and ME mailto macros, used for example in wg(8).Anthony J. Bentley
2017-06-24delete useless .Ns macro that jmc@ found with mdoclint(1)Ingo Schwarze
2017-06-24document message "unknown architecture"Ingo Schwarze
2017-06-24in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-17style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17style message about missing RCS ids; inspired by mdoclintIngo Schwarze
2017-06-13Delete the arbitrary range restriction for -Owidth.Ingo Schwarze
2017-06-11style message about missing .Fn markup; inspired by mdoclintIngo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo 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-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze
2017-06-03enable -Wstyle by default in -Tlint; OK jmc@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-17Delete the -T xhtml command line option.Ingo Schwarze
2017-05-17Modernize an example showing antiquated syntax,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-03-27simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze
2017-03-27For some options that are rarely needed in mandoc(1),Ingo Schwarze
2017-03-27Simplify: mention at one place that -fkl override each other,Ingo Schwarze
2017-03-21simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze
2017-03-20Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze
2017-03-18Correct description of MANPATH, and a few more improvementsIngo Schwarze
2017-03-08Document that -T markdown produces ASCII output, and the impliedIngo Schwarze
2017-03-06Using .Nd only makes sense in the NAME section.Ingo Schwarze
2017-03-04Make the description of -K autodetection easer to understand.Ingo Schwarze
2017-03-03new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze
2017-02-10In -Ttree output mode, show the BROKEN node flag andIngo Schwarze
2017-01-31add missing HISTORY informationIngo Schwarze
2017-01-28Add a warning "new sentence, new line".Ingo Schwarze
2017-01-21bug was fixed, delete the BUGS sectionIngo Schwarze