summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-09 21:16:28 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-09 21:16:28 +0000
commitd24265f9659d21c8e89f1f21cf3b774c7c120afe (patch)
tree12b8bffd9777a22d6e407abf89edf5cb77aa83e7 /doc/coreutils.texi
parent433a1eac7fac113e03407a76d38c46beca58c5b6 (diff)
downloadcoreutils-d24265f9659d21c8e89f1f21cf3b774c7c120afe.tar.xz
Warn about oflag=append without conv=notrunc.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 5a497614f..bf4d32f37 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -7302,6 +7302,9 @@ system.
Write in append mode, so that even if some other process is writing to
this file, every @command{dd} write will append to the current
contents of the file. This flag makes sense only for output.
+If you combine this flag with the @samp{of=@var{file}} operand,
+you should also specify @samp{conv=notrunc} unless you want the
+output file to be truncated before being appended to.
@item direct
@opindex direct