summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
...
* implement -Tman .VaIngo Schwarze2012-07-081-2/+2
* implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16Ingo Schwarze2012-07-081-1/+41
* Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze2012-07-081-16/+81
* rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze2012-07-071-2/+48
* basic support for -Tman .In; OpenBSD rev. 1.12Ingo Schwarze2012-07-071-1/+32
* after .Lb in library section, break the line in the final outputIngo Schwarze2012-07-071-1/+13
* implement -Tman .Bk; OpenBSD rev. 1.10Ingo Schwarze2012-07-071-4/+35
* implement -Tman .Sm; OpenBSD rev. 1.9Ingo Schwarze2012-07-071-3/+19
* implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8Ingo Schwarze2012-07-071-1/+35
* minor -mdoc -Tman fixesIngo Schwarze2012-07-071-2/+9
* Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze2011-10-241-23/+23
* Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze2011-10-201-18/+53
* Tweak Makefile and add config.h to -Tman to allow cross-compiling onKristaps Dzonsons2011-10-081-0/+4
* Implement a basic -Tman `Rv', like `Ex'.Kristaps Dzonsons2011-10-081-2/+5
* Tidy up -Tman output. This has NO functional change: (1) introduced aKristaps Dzonsons2011-10-081-107/+175
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-0/+8
* implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze2011-09-301-40/+133
* do not assign pointers to literal stringsIngo Schwarze2011-09-201-2/+2
* Initial, incomplete support for -TmanIngo Schwarze2011-09-171-0/+426