mirror of git://sourceware.org/git/glibc.git
Revert "manual: Clarify renameat documentation"
This reverts commit abc2e954af.
Reason for revert: Wrong version of the patch.
This commit is contained in:
parent
d30f41d2c9
commit
1149b4f64f
|
|
@ -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}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue