diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-07 21:11:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-07 21:11:14 +0000 |
commit | 0e91392981a4621caf5b35b7df8b961e5719d909 (patch) | |
tree | 510b0171c88590da6393150e3947ae1af6ba08e0 /doc | |
parent | d17f5073fcbbda9244b15a2fc07f582b456119bf (diff) | |
download | coreutils-0e91392981a4621caf5b35b7df8b961e5719d909.tar.xz |
(dd invocation): New noatime flag.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d0de1d5c5..41f56d5b4 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6918,6 +6918,11 @@ Use synchronized I/O for both data and metadata. @cindex nonblocking I/O Use non-blocking I/O. +@item noatime +@opindex noatime +@cindex access time +Do not update the file's access time. + @item nofollow @opindex nofollow @cindex symbolic links, following |