bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: dd PATCH: add conv=direct


From: Paul Eggert
Subject: Re: Re: dd PATCH: add conv=direct
Date: Thu, 08 Apr 2004 00:05:01 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]