aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-271-4/+4
* For some options that are rarely needed in mandoc(1),Ingo Schwarze2017-03-271-15/+5
* Simplify: mention at one place that -fkl override each other,Ingo Schwarze2017-03-271-17/+5
* simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze2017-03-211-3/+3
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-201-61/+31
* Correct description of MANPATH, and a few more improvementsIngo Schwarze2017-03-181-5/+18
* Document that -T markdown produces ASCII output, and the impliedIngo Schwarze2017-03-081-2/+12
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-2/+10
* Make the description of -K autodetection easer to understand.Ingo Schwarze2017-03-041-13/+21
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-3/+33
* In -Ttree output mode, show the BROKEN node flag andIngo Schwarze2017-02-101-2/+15
* add missing HISTORY informationIngo Schwarze2017-01-311-2/+15
* Add a warning "new sentence, new line".Ingo Schwarze2017-01-281-2/+6
* bug was fixed, delete the BUGS sectionIngo Schwarze2017-01-211-11/+2
* show meta data for -Ttree outputIngo Schwarze2017-01-121-3/+11
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-2/+8
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-081-7/+14
* sort options list; from jmc@Ingo Schwarze2017-01-061-6/+6
* correct spelling error; from jmc@Ingo Schwarze2016-12-281-2/+2
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-281-2/+9
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-5/+5
* If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze2015-10-301-2/+9
* improve wording and start a new sentence on a new line; from jmc@Ingo Schwarze2015-10-061-4/+5
* briefly document -T tree outputIngo Schwarze2015-09-261-2/+42
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-141-9/+2
* No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze2015-04-031-3/+4
* Escape punctuation characters that have a different meaning in -Tpdf.Ingo Schwarze2015-03-301-3/+3
* refering -> referring; patch from jmc@Ingo Schwarze2015-03-271-2/+2
* Modernize documentation by inserting blanks between option lettersIngo Schwarze2015-03-271-58/+55
* improve NAME section diagnostics;Ingo Schwarze2015-02-231-10/+20
* clean up post_dt() validation function;Ingo Schwarze2015-02-161-1/+4
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-5/+3
* some tweaks to the DIAGNOSTICS sectionIngo Schwarze2015-02-071-14/+11
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-061-7/+16
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-18/+41
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-061-1/+5
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-061-2/+5
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-9/+14
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-2/+10
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-041-8/+11
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze2015-02-041-2/+14
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-041-1/+10
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-041-2/+8
* Radical cleanup of COMPATIBILITY sections:Ingo Schwarze2015-01-291-109/+10
* Clean up eqn(7) error handling:Ingo Schwarze2015-01-281-8/+1
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-14/+39
* Rework tbl(7) layout parsing:Ingo Schwarze2015-01-261-3/+41
* More improvements regarding tbl(7) options.Ingo Schwarze2015-01-261-1/+5
* Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze2015-01-261-10/+39
* Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze2015-01-241-4/+17