| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze | 2018-05-03 | 1 | -1/+1 |
* | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze | 2018-04-29 | 1 | -99/+85 |
* | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze | 2018-04-13 | 1 | -4/+8 |
* | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze | 2018-03-16 | 1 | -1/+7 |
* | duplicate word, found by igor(1) | Ingo Schwarze | 2017-11-28 | 1 | -1/+1 |
* | be less assertive when warning about a possible typo; | Ingo Schwarze | 2017-11-10 | 1 | -1/+1 |
* | typo: convertion -> convention; from dcoppa@ | Ingo Schwarze | 2017-09-07 | 1 | -1/+1 |
* | document -O mdoc; triggered by a question from jmc@ and OK jmc@ | Ingo Schwarze | 2017-08-19 | 1 | -0/+14 |
* | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze | 2017-07-20 | 1 | -1/+3 |
* | Radically simplify the definitions what the message levels ERROR | Ingo Schwarze | 2017-07-07 | 1 | -25/+6 |
* | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | 2017-07-06 | 1 | -56/+56 |
* | Printing "BASE:" in messages about violations of base system conventions | Ingo Schwarze | 2017-07-04 | 1 | -0/+6 |
* | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze | 2017-07-03 | 1 | -4/+8 |
* | warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD> | Ingo Schwarze | 2017-07-03 | 1 | -0/+8 |
* | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze | 2017-07-02 | 1 | -0/+18 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -0/+8 |
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 1 | -0/+17 |
* | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | 2017-06-27 | 1 | -1/+3 |
* | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze | 2017-06-25 | 1 | -0/+5 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -2/+6 |
* | delete useless .Ns macro that jmc@ found with mdoclint(1) | Ingo Schwarze | 2017-06-24 | 1 | -1/+1 |
* | document message "unknown architecture" | Ingo Schwarze | 2017-06-24 | 1 | -0/+6 |
* | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze | 2017-06-24 | 1 | -0/+6 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -28/+69 |
* | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -0/+5 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 1 | -0/+42 |
* | Delete the arbitrary range restriction for -Owidth. | Ingo Schwarze | 2017-06-13 | 1 | -2/+1 |
* | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze | 2017-06-11 | 1 | -0/+9 |
* | style message about missing blank before trailing delimiter; | Ingo Schwarze | 2017-06-10 | 1 | -0/+5 |
* | warning about unknown .Lb arguments; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-08 | 1 | -0/+6 |
* | style checks related to .Er; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-07 | 1 | -0/+30 |
* | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze | 2017-06-06 | 1 | -0/+5 |
* | enable -Wstyle by default in -Tlint; OK jmc@ | Ingo Schwarze | 2017-06-03 | 1 | -2/+2 |
* | STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) | Ingo Schwarze | 2017-06-01 | 1 | -0/+5 |
* | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze | 2017-05-31 | 1 | -0/+10 |
* | tweak previous; from jmc@ | Ingo Schwarze | 2017-05-30 | 1 | -2/+2 |
* | STYLE message about useless macros we don't want (Bt Tn Ud); | Ingo Schwarze | 2017-05-30 | 1 | -0/+12 |
* | Delete the -T xhtml command line option. | Ingo Schwarze | 2017-05-17 | 1 | -3/+0 |
* | Modernize an example showing antiquated syntax, | Ingo Schwarze | 2017-05-17 | 1 | -2/+1 |
* | missing space between macro arg and punctuation; from jmc@ | Ingo Schwarze | 2017-05-17 | 1 | -1/+1 |
* | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze | 2017-05-16 | 1 | -11/+30 |
* | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze | 2017-03-27 | 1 | -3/+3 |
* | For some options that are rarely needed in mandoc(1), | Ingo Schwarze | 2017-03-27 | 1 | -14/+4 |
* | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze | 2017-03-27 | 1 | -15/+3 |
* | simplify .Nd; to display manuals, use man(1) instead; | Ingo Schwarze | 2017-03-21 | 1 | -1/+1 |
* | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze | 2017-03-20 | 1 | -59/+29 |
* | Correct description of MANPATH, and a few more improvements | Ingo Schwarze | 2017-03-18 | 1 | -3/+16 |
* | Document that -T markdown produces ASCII output, and the implied | Ingo Schwarze | 2017-03-08 | 1 | -0/+10 |
* | Using .Nd only makes sense in the NAME section. | Ingo Schwarze | 2017-03-06 | 1 | -0/+8 |
* | Make the description of -K autodetection easer to understand. | Ingo Schwarze | 2017-03-04 | 1 | -11/+19 |