master
UTF-8 support: use wcwidth(3) when calculating column widths; written during g218; no objection when shown on tech@
list uppercase options along with lower in SYNOPSIS/options list/usage; suggested by/ok deraadt
Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, so rewrite to expand the array as needed. ok tb