CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/01/05 05:44:55
Modified files: usr.bin/fold : fold.1 Log message: Preliminary fixes to make the description of -s easier to understand, and to clarify that fold(1) is intended to count display column positions rather than characters. More work is needed on the code to add UTF-8 support and to fix other POSIX violations, and in that context, further updates to the manual will also be needed. Triggered by a different diff from Michal Mazurek <akfaew at jasminek dot net>. OK on the wording jmc@, but he didn't check the content. Part of the content verified by guenther@.