summaryrefslogtreecommitdiffstats
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-0/+5
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-031-2/+2
* STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze2017-06-011-0/+5
* STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze2017-05-311-0/+10
* tweak previous; from jmc@Ingo Schwarze2017-05-301-2/+2
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-0/+12
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-171-3/+0
* Modernize an example showing antiquated syntax,Ingo Schwarze2017-05-171-2/+1
* missing space between macro arg and punctuation; from jmc@Ingo Schwarze2017-05-171-1/+1
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-11/+30
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-271-3/+3
* For some options that are rarely needed in mandoc(1),Ingo Schwarze2017-03-271-14/+4
* Simplify: mention at one place that -fkl override each other,Ingo Schwarze2017-03-271-15/+3
* simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze2017-03-211-1/+1
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-201-59/+29
* Correct description of MANPATH, and a few more improvementsIngo Schwarze2017-03-181-3/+16
* Document that -T markdown produces ASCII output, and the impliedIngo Schwarze2017-03-081-0/+10
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-0/+8
* Make the description of -K autodetection easer to understand.Ingo Schwarze2017-03-041-11/+19
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-1/+31
* In -Ttree output mode, show the BROKEN node flag andIngo Schwarze2017-02-101-0/+13
* add missing HISTORY informationIngo Schwarze2017-01-311-0/+13
* Add a warning "new sentence, new line".Ingo Schwarze2017-01-281-0/+4
* bug was fixed, delete the BUGS sectionIngo Schwarze2017-01-211-9/+0
* show meta data for -Ttree outputIngo Schwarze2017-01-121-1/+9
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-0/+6
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-081-5/+12
* sort options list; from jmc@Ingo Schwarze2017-01-061-4/+4
* correct spelling error; from jmc@Ingo Schwarze2016-12-281-1/+1
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-281-0/+7
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-3/+3
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-301-0/+7
* improve wording and start a new sentence on a new line; from jmc@Ingo Schwarze2015-10-061-2/+3
* briefly document -T tree outputIngo Schwarze2015-09-261-0/+40
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-141-7/+0
* No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze2015-04-031-1/+2
* Escape punctuation characters that have a different meaning in -Tpdf.Ingo Schwarze2015-03-301-1/+1
* refering -> referring; patch from jmc@Ingo Schwarze2015-03-271-1/+1
* Modernize documentation by inserting blanks between option lettersIngo Schwarze2015-03-271-56/+53
* improve NAME section diagnostics;Ingo Schwarze2015-02-231-8/+18
* clean up post_dt() validation function;Ingo Schwarze2015-02-161-0/+3
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-3/+1
* some tweaks to the DIAGNOSTICS sectionIngo Schwarze2015-02-071-12/+9
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-061-6/+15
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-17/+40
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-061-0/+4
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-061-1/+4
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-8/+13
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-0/+8
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-041-7/+10