CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/05 14:59:42
Modified files: usr.bin/uudecode: uudecode.c usr.bin/uuencode: uuencode.1 uuencode.c Log message: each utility must have its own usage and its own set of options; b64encode and b64decode are equivalent to running uuencode and uudecode respectively with the -m flag specified, so this flag should not be available in these utilities; while here, fix synopsis. based on millert's diff for compress/gzip. ok millert@