]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
merge with 3.9k
authorJim Meyering <jim@meyering.net>
Sat, 8 Oct 1994 17:26:58 +0000 (17:26 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Oct 1994 17:26:58 +0000 (17:26 +0000)
old/fileutils/NEWS

index aac84a9af17e18b26d20ea35d4fe2fd4c0b437f4..311a17fab3e43c1399f6e0f2e98ce1c5707c3651 100644 (file)
@@ -1,4 +1,7 @@
 User-visible changes in release 3.10:
+* ln accepts a new option: --no-dereference (-n).  With this option,
+  if the destination command line argument is a symlink to a directory,
+  use that as the destination instead of the file in the directory.
 * `ln -i no-such-file existing-file' gives a diagnostic and fails.
   Before, if you responded `yes' to the prompt it would both remove
   `existing-file' and fail to make a link.