Date: Sun, 15 Aug 2004 19:10:05 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c dd.1 dd.c dd.h extern.h Message-ID: <200408151910.i7FJA5q1004982@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-15 19:10:05 UTC FreeBSD src repository Modified files: bin/dd args.c dd.1 dd.c dd.h extern.h Log: Add a "fillchar" command line argument to dd(1) that permits the user to specify an alternative padding character when using a conversion mode, or when using noerror with sync and an input error occurs. This facilities reading old and error-prone media by allowing the user to more effectively mark error blocks in the output stream. Revision Changes Path 1.40 +12 -0 src/bin/dd/args.c 1.25 +11 -0 src/bin/dd/dd.1 1.43 +7 -2 src/bin/dd/dd.c 1.22 +1 -0 src/bin/dd/dd.h 1.15 +1 -0 src/bin/dd/extern.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408151910.i7FJA5q1004982>