Date: Wed, 15 Sep 1999 22:13:00 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c Message-ID: <199909160513.WAA67913@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/09/15 22:13:00 PDT Modified files: bin/dd args.c Log: Let count=-something fail, while count=0 may succeed, thus making dd(1) useful as a seeking-tool as well as its many other uses. Previously, dd(1) would succeed with count=0, but wouldn't get to the point that blocks were to be read/written. This is a more useful behavior, and this specific case doesn't seem to be handled by POSIX. Revision Changes Path 1.21 +3 -3 src/bin/dd/args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909160513.WAA67913>