K 10 svn:author V 5 naddy K 8 svn:date V 27 2020-11-13T21:24:25.116994Z K 7 svn:log V 256 Fix tog(1)'s log view: backspace, ^L, 'B' would cause the program to exit immediately with an error. This bug went unnoticed because OpenBSD's pthread_cond_destroy() can be called twice in a row on the same condition variable. FreeBSD is less forgiving. END