]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a number of entries (almost all mine) that were > 80 columns.
authorimp <imp@FreeBSD.org>
Sat, 9 Mar 2019 17:17:55 +0000 (17:17 +0000)
committerimp <imp@FreeBSD.org>
Sat, 9 Mar 2019 17:17:55 +0000 (17:17 +0000)
commit35246953cd686ff54742d8cc6af708fea840cb02
tree0a090e605e4a040140323097a78f2a92a9854ac7
parentf1d7c2fcbcecd2192527598efb32a0e5985f1d95
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.
UPDATING