K 10 svn:author V 3 imp K 8 svn:date V 27 2019-03-09T17:17:55.366530Z K 7 svn:log V 245 Fix a number of entries (almost all mine) that were > 80 columns. When reading UPDATING from single user in vi, I noticed a few wrapped, so fix them to not wrap. expand -8 UPDATING | awk 'length > 80' made this easy to find all the offenders. END