]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r335489:
authorian <ian@FreeBSD.org>
Wed, 4 Jul 2018 13:57:49 +0000 (13:57 +0000)
committerian <ian@FreeBSD.org>
Wed, 4 Jul 2018 13:57:49 +0000 (13:57 +0000)
commit83bb081e81887495a8b415ecaf27b211101ef3da
tree4570fdd36a8a5a19d956440d39eb566d0f6eb95a
parent959492202d4c5c9fe708db8f130ff3bc1b4d4d56
MFC r335489:

Add some words clarifying that rename(2) does nothing when the 'from' and
'to' args are the same file.  Wording borrowed from POSIX.1-2017, but
the freebsd code to implement this behavior was added in 2002 (r103180).
lib/libc/sys/rename.2