]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "manual: Clarify renameat documentation"
authorFlorian Weimer <fweimer@redhat.com>
Thu, 26 Jun 2025 12:22:58 +0000 (14:22 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 26 Jun 2025 12:22:58 +0000 (14:22 +0200)
This reverts commit abc2e954af77f8d10f4f54754520814590e79830.
Reason for revert: Wrong version of the patch.

manual/filesys.texi

index 46621e8a92362dc4682fff7c1d83b12b623843a6..f21f21804251e480abbc8b51a41459c22840ad98 100644 (file)
@@ -1940,9 +1940,7 @@ file systems.
 @comment Unaudited and therefore marked AC-Unsafe and AS-Unsafe by default
 @safety{@mtsafe{}@asunsafe{@asucorrupt{}}@acunsafe{@acucorrupt{}}}
 This function is a descriptor-relative version of the @code{rename}
-function above.  @xref{Descriptor-Relative Access}.  The @var{oldname} is
-interpreted relative to @var{oldfiledes} and @var{newname} is interpreted
-relative to @var{newfiledes}.
+function above.  @xref{Descriptor-Relative Access}.
 
 Compared to @code{rename}, some additional error conditions can occur.
 @xref{Descriptor-Relative Access}.