summaryrefslogtreecommitdiff
path: root/sys/lib/tmac
AgeCommit message (Collapse)Author
2020-05-04tmac.eai: wrapper around -me: auto indexing sections, .TC macro (thanks ↵Sigrid
sirjofri)
2020-05-04add missing /sys/lib/tmac/me files (thanks sirjofri)Sigrid
2019-01-23troff: fix -ms mug (thanks aksr)cinap_lenrek
Executing .KS after .1C exhibits a bug. Instead on the next page, the text between .KS and .KE is shown at the bottom of the page (where footnote would be). To reproduce the bug: http://sprunge.us/xyCUX7 The bug can be fixed by changing two lines in tmac.s: if \\n(NX<1 .bp\} to if \\n(NX<=1 .bp\} and if \\n(NX<1 'bp\} to if \\n(NX<=1 'bp\}
2013-02-16troff macros: change unix /usr/lib paths to plan9 /sys/lib and /usr/bin/col ↵cinap_lenrek
-> /bin/col
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/libTaru Karttunen