CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/04/21 04:46:48
Modified files: usr.bin/wc : wc.1 Log message: Back in January, Kaspars at Bankovskis dot net reported that the wc(1) manual claims that -m would count characters, while our version of the command actually doesn't, lacking POSIX multibyte support. Since nobody stood up to fix the code, sync the docs with reality for now. OK jmc@