doc: cp: update note on preserving symlink time stamps
authorJim Meyering <meyering@redhat.com>
Sat, 29 Aug 2009 20:56:48 +0000 (22:56 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Aug 2009 10:02:02 +0000 (12:02 +0200)
* doc/coreutils.texi (cp invocation): Now, we *do* preserve time
stamps on symlinks, when possible.

doc/coreutils.texi

index f4be2c2..33877af 100644 (file)
@@ -7445,12 +7445,10 @@ may preserve the group ownership of a file only if they happen to be
 a member of the desired group.
 @itemx timestamps
 Preserve the times of last access and last modification, when possible.
-In general, it is not possible to preserve these attributes
+On older systems, it is not possible to preserve these attributes
 when the affected file is a symbolic link.
-However, FreeBSD now provides the @code{lutimes} function, which makes
-it possible even for symbolic links.  However, this implementation does
-not yet take advantage of that.
-@c FIXME: once we provide lutimes support, update the above.
+However, many systems now provide the @code{utimensat} function,
+which makes it possible even for symbolic links.
 @itemx links
 Preserve in the destination files
 any links between corresponding source files.