aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-04-19 11:00:21 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-04-23 20:55:44 +0200
commit84f573db6009fa8c69f2d4122a7a47c4ec90020c (patch)
tree725ae6ef5babc300065a7be7fb896c1f5af94368
parent8f60952e385bfee6c6f76cea03a71f23f9ead5a3 (diff)
downloadman-pages-84f573db6009fa8c69f2d4122a7a47c4ec90020c.tar.gz
rename.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/rename.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/rename.2 b/man2/rename.2
index cab9dfaecd..73b00ffb60 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -46,7 +46,8 @@ rename, renameat, renameat2 \- change the name or location of a file
.BI " int " newdirfd ", const char *" newpath );
.BI "int renameat2(int " olddirfd ", const char *" oldpath ,
-.BI " int " newdirfd ", const char *" newpath ", unsigned int " flags );
+.BI " int " newdirfd ", const char *" newpath \
+", unsigned int " flags );
.fi
.sp
.in -4n