summaryrefslogtreecommitdiffstats
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+2
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-6/+2
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+4
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-1/+33
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-14/+128
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-144/+137
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-20/+77
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-5/+92
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-9/+302
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-1/+96
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-0/+1
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+30