cvs commit: src/bin/dd args.c dd.1 dd.c dd.h extern.h

Robert Watson rwatson at FreeBSD.org
Sun Aug 15 12:10:05 PDT 2004


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


More information about the cvs-src mailing list