From 1149b4f64fea6e07e84e285981b84c8ccaccb025 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 26 Jun 2025 14:22:58 +0200 Subject: [PATCH] Revert "manual: Clarify renameat documentation" This reverts commit abc2e954af77f8d10f4f54754520814590e79830. Reason for revert: Wrong version of the patch. --- manual/filesys.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manual/filesys.texi b/manual/filesys.texi index 46621e8a92..f21f218042 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -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}. -- 2.47.2