plan9fox/sys/lib/tmac
cinap_lenrek eb7eea0bb9 troff: fix -ms mug (thanks aksr)
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\}
2019-01-23 21:28:22 +01:00
..
complet.1127
cover.1127
mmn
mmt
name.sed
sendcover
strings.mm
tmac.an
tmac.anhtml
tmac.antimes
tmac.bits
tmac.cs
tmac.e Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
tmac.html
tmac.jsdisp
tmac.m
tmac.mcs
tmac.nihongo
tmac.org
tmac.pictures
tmac.psychrefs
tmac.ptx
tmac.rscover
tmac.s
tmac.scover
tmac.sdisp
tmac.skeep Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
tmac.soft
tmac.spe
tmac.srefs Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
tmac.twb
tmac.uni
tmac.v