CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2014/02/11 18:18:36
Modified files: bin/dd : args.c dd.1 dd.h misc.c Log message: Add an operand to /bin/dd that suppresses the status lines printed to stderr after transfer. Use the GNU syntax status=noxfer and status=none to make dd quiet. The output is annoying in some situations, so people redirect stderr to /dev/null. This approach also suppresses the error messages and bugs in shell scripts remain undetected. The new feature status=none is the better alternative. OK mpf@