summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip/dhcpd/dhcpd.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-01-23 21:28:22 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-01-23 21:28:22 +0100
commiteb7eea0bb9012b6a1b544555e60f6e56af688cab (patch)
treecf4bfdc8ffb239072f94892032dc3bb6cdf07cbd /sys/src/cmd/ip/dhcpd/dhcpd.c
parentd1a0091b56805d881fd6675ea6dae96929bd8e7f (diff)
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\}
Diffstat (limited to 'sys/src/cmd/ip/dhcpd/dhcpd.c')
0 files changed, 0 insertions, 0 deletions