summaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-7/+5
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-2/+34
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-15/+129
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-145/+138
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-21/+78
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-6/+93
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-10/+303
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-2/+97
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-1/+2
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+30