CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2015/09/09 10:00:22
Modified files: usr.bin/uuencode: uuencode.1 Log message: fix a mistake in the predefined string passed to -width (it is obvious "indent", not "ident", was intended); instead of this use the macro Ds as the indent is an offset -- fixes indentation of uuencode(1) and uudecode(1) options. ok jmc@