summaryrefslogtreecommitdiff
path: root/sys/src/cmd/proof/htroff.c
AgeCommit message (Collapse)Author
2020-11-30proof: don't confuse ""(1) (thanks Stuart Morrow)Ori Bernstein
"" looks for patterns in the form 'prompt;' or 'prompt%', and gets confused when proof emits 'illegal;'. This change replaces the ';' with a ':', which both matches other conventional error outputs and prevents "" from getting confused.
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen