aboutsummaryrefslogtreecommitdiffstats
path: root/man2/rename.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/rename.2')
-rw-r--r--man2/rename.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/rename.2 b/man2/rename.2
index 8b2db438a7..1882b5720b 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -44,12 +44,12 @@ rename, renameat, renameat2 \- change the name or location of a file
.PP
.BI "int renameat(int " olddirfd ", const char *" oldpath ,
.BI " int " newdirfd ", const char *" newpath );
-
+.PP
.BI "int renameat2(int " olddirfd ", const char *" oldpath ,
.BI " int " newdirfd ", const char *" newpath \
", unsigned int " flags );
.fi
-
+.PP
.IR Note :
There is no glibc wrapper for
.BR renameat2 ();