Here's a patch to two obvious minor doc typos in my previous patch.
Sorry about that.

diff -pru cu-dd/ChangeLog cu-dd-fix/ChangeLog
--- cu-dd/ChangeLog     Wed Apr  7 23:39:33 2004
+++ cu-dd-fix/ChangeLog Thu Apr  8 00:03:29 2004
@@ -27,7 +27,7 @@
        (dd_copy): Just return X rather than calling quit (X), since our
        caller invokes quit with the returned value.  Add support for
        fdatasync and fsync.
-       (main): Add support for iflags=, oflags=, and new conv= symbols.
+       (main): Add support for iflag=, oflag=, and new conv= symbols.
        * src/system.h (O_DIRECT, O_DSYNC, O_NDELAY, O_NOFOLLOW,
        O_RSYNC, O_SYNC): Define to 0 if not already defined.
        
diff -pru cu-dd/NEWS cu-dd-fix/NEWS
--- cu-dd/NEWS  Wed Apr  7 21:01:34 2004
+++ cu-dd-fix/NEWS      Thu Apr  8 00:03:22 2004
@@ -16,7 +16,7 @@ GNU coreutils NEWS                      
     fdatasync physically write output file data before finishing
     fsync     likewise, but also write metadata
 
-  dd has new iflags= and oflags= options with the following flags:
+  dd has new iflag= and oflag= options with the following flags:
 
     append    append mode (makes sense for output file only)
     direct    use direct I/O for data


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to