summaryrefslogtreecommitdiffstats
path: root/man2/symlink.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/symlink.2')
-rw-r--r--man2/symlink.232
1 files changed, 16 insertions, 16 deletions
diff --git a/man2/symlink.2 b/man2/symlink.2
index 21ab4fa45..62fc46f0c 100644
--- a/man2/symlink.2
+++ b/man2/symlink.2
@@ -31,7 +31,7 @@ Standard C library
.fi
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR symlink ():
@@ -73,7 +73,7 @@ ignored when following the link
(except when the
.I protected_symlinks
feature is enabled, as explained in
-.BR proc (5)),
+.MR proc 5 ),
but is checked when removal or
renaming of the link is requested and the link is in a directory with
the sticky bit
@@ -121,7 +121,7 @@ is absolute, then
is ignored.
.P
See
-.BR openat (2)
+.MR openat 2
for an explanation of the need for
.BR symlinkat ().
.SH RETURN VALUE
@@ -138,7 +138,7 @@ is denied, or one of the directories in the path prefix of
.I linkpath
did not allow search permission.
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EBADF
.RB ( symlinkat ())
@@ -250,16 +250,16 @@ is done.
Deleting the name referred to by a symbolic link will actually delete the
file (unless it also has other hard links).
If this behavior is not desired, use
-.BR link (2).
+.MR link 2 .
.SH SEE ALSO
-.BR ln (1),
-.BR namei (1),
-.BR lchown (2),
-.BR link (2),
-.BR lstat (2),
-.BR open (2),
-.BR readlink (2),
-.BR rename (2),
-.BR unlink (2),
-.BR path_resolution (7),
-.BR symlink (7)
+.MR ln 1 ,
+.MR namei 1 ,
+.MR lchown 2 ,
+.MR link 2 ,
+.MR lstat 2 ,
+.MR open 2 ,
+.MR readlink 2 ,
+.MR rename 2 ,
+.MR unlink 2 ,
+.MR path_resolution 7 ,
+.MR symlink 7