aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
* Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze2019-02-231-2/+13
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-011-4/+12
* add some notes about using col(1) and ul(1) to process the ascii markupIngo Schwarze2018-12-281-2/+9
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.Ingo Schwarze2018-12-241-9/+9
* Explain what the fields in mandoc messages mean,Ingo Schwarze2018-12-201-5/+21
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-3/+17
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-221-2/+14
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-021-1/+4
* Support a second argument to -O man,Ingo Schwarze2018-10-021-3/+7
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-2/+15
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-2/+24
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-281-2/+12
* Minor correction: we render HTML character references hexadecimal,Ingo Schwarze2018-05-031-3/+3
* Simpler description of output formats, shortening the manual page by 15 lines.Ingo Schwarze2018-04-291-101/+87
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-131-6/+10
* Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze2018-03-161-3/+9
* duplicate word, found by igor(1)Ingo Schwarze2017-11-281-3/+3
* be less assertive when warning about a possible typo;Ingo Schwarze2017-11-101-3/+3
* typo: convertion -> convention; from dcoppa@Ingo Schwarze2017-09-071-3/+3
* document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze2017-08-191-2/+16
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-201-3/+5
* Radically simplify the definitions what the message levels ERRORIngo Schwarze2017-07-071-27/+8
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-061-58/+58
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-041-2/+8
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-031-5/+9
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-031-2/+10
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-2/+20
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-2/+10
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-291-2/+19
* warn about .Ns macros that have no effect because they are followedIngo Schwarze2017-06-271-3/+5
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-251-1/+6
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-4/+8
* delete useless .Ns macro that jmc@ found with mdoclint(1)Ingo Schwarze2017-06-241-2/+2
* document message "unknown architecture"Ingo Schwarze2017-06-241-1/+7
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-241-1/+7
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-30/+71
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+6
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-2/+44
* Delete the arbitrary range restriction for -Owidth.Ingo Schwarze2017-06-131-4/+3
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-111-2/+11
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-2/+7
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-081-2/+8
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-071-2/+32
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-2/+7
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-031-4/+4
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-011-2/+7
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-311-2/+12
* tweak previous; from jmc@Ingo Schwarze2017-05-301-3/+3
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-2/+14
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-171-4/+1