summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-4/+4
* Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze2013-09-151-3/+2
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-5/+5
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-1/+1
* Support .Bl -offset in -mdoc -Tman.Ingo Schwarze2013-05-191-3/+21
* Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze2013-05-191-4/+4
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-34/+48
* In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze2012-11-191-21/+33
* Three portability improvements by millert@:Ingo Schwarze2012-11-191-8/+9
* Make the generated man(7) code more portable by using .PDIngo Schwarze2012-11-181-5/+19
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-6/+103
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-18/+19
* For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.Ingo Schwarze2012-07-161-2/+3
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-1/+4
* In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze2012-07-141-1/+2
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze2012-07-131-1/+10
* If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze2012-07-131-27/+54
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-69/+82
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-8/+15
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-27/+67
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-5/+41
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-5/+5
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-8/+22
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-8/+121
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-3/+22
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-3/+12
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-5/+41
* fix -Tman font handling for:Ingo Schwarze2012-07-091-66/+146
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-14/+26
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-1/+30
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-11/+64
* implement -Tman .AnIngo Schwarze2012-07-081-1/+29
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-49/+29
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-180/+176
* 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