Revert "manual: Clarify renameat documentation"

This reverts commit abc2e954af.
Reason for revert: Wrong version of the patch.
This commit is contained in:
Florian Weimer 2025-06-26 14:22:58 +02:00
parent d30f41d2c9
commit 1149b4f64f
1 changed files with 1 additions and 3 deletions

View File

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