doc: make it clear we're talking about the Linux kernel
authorJim Meyering <meyering@redhat.com>
Sun, 3 Aug 2008 06:53:30 +0000 (08:53 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 3 Aug 2008 06:53:52 +0000 (08:53 +0200)
* doc/coreutils.texi (mv invocation): tweak wording

doc/coreutils.texi

index c789a6cc4254b2017f105e705e24edfd315854f3..b47448f5dd0dfc9ed77f354414577686999fdc02 100644 (file)
@@ -7984,7 +7984,7 @@ response is not affirmative, the file is skipped.
 when it might be a symlink to a directory.
 Otherwise, @command{mv} may do something very surprising, since
 its behavior depends on the underlying rename system call.
-On modern Linux systems, it fails with @code{errno=ENOTDIR}.
+On a system with a modern Linux-based kernel, it fails with @code{errno=ENOTDIR}.
 However, on other systems (at least FreeBSD 6.1 and Solaris 10) it silently
 renames not the symlink but rather the directory referenced by the symlink.
 @xref{Trailing slashes}.