summaryrefslogtreecommitdiffstats
path: root/man2/rename.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/rename.2')
-rw-r--r--man2/rename.226
1 files changed, 13 insertions, 13 deletions
diff --git a/man2/rename.2 b/man2/rename.2
index 617d8c29a..755e24a7e 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -34,7 +34,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.nf
@@ -51,7 +51,7 @@ Feature Test Macro Requirements for glibc (see
.BR rename ()
renames a file, moving it between directories if required.
Any other hard links to the file (as created using
-.BR link (2))
+.MR link 2 )
are unaffected.
Open file descriptors for
.I oldpath
@@ -143,7 +143,7 @@ to the directory referred to by the file descriptor
.IR newdirfd .
.P
See
-.BR openat (2)
+.MR openat 2
for an explanation of the need for
.BR renameat ().
.SS renameat2()
@@ -297,7 +297,7 @@ the
.I ..
entry).
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EBUSY
The rename fails because
@@ -536,14 +536,14 @@ server is up again causes a failure.
The application is expected to
deal with this.
See
-.BR link (2)
+.MR link 2
for a similar problem.
.SH SEE ALSO
-.BR mv (1),
-.BR rename (1),
-.BR chmod (2),
-.BR link (2),
-.BR symlink (2),
-.BR unlink (2),
-.BR path_resolution (7),
-.BR symlink (7)
+.MR mv 1 ,
+.MR rename 1 ,
+.MR chmod 2 ,
+.MR link 2 ,
+.MR symlink 2 ,
+.MR unlink 2 ,
+.MR path_resolution 7 ,
+.MR symlink 7