summaryrefslogtreecommitdiffstats
path: root/man2/mkdir.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mkdir.2')
-rw-r--r--man2/mkdir.230
1 files changed, 15 insertions, 15 deletions
diff --git a/man2/mkdir.2 b/man2/mkdir.2
index 1d9cddbe6..fb46cb543 100644
--- a/man2/mkdir.2
+++ b/man2/mkdir.2
@@ -26,7 +26,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
.BR mkdirat ():
@@ -44,7 +44,7 @@ attempts to create a directory named
The argument
.I mode
specifies the mode for the new directory (see
-.BR inode (7)).
+.MR inode 7 ).
It is modified by the process's
.I umask
in the usual way: in the absence of a default ACL, the mode of the
@@ -105,7 +105,7 @@ is absolute, then
is ignored.
.P
See
-.BR openat (2)
+.MR openat 2
for an explanation of the need for
.BR mkdirat ().
.SH RETURN VALUE
@@ -124,7 +124,7 @@ or one of the directories in
.I pathname
did not allow search permission.
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EBADF
.RB ( mkdirat ())
@@ -237,14 +237,14 @@ There are many infelicities in the protocol underlying NFS.
Some of these affect
.BR mkdir ().
.SH SEE ALSO
-.BR mkdir (1),
-.BR chmod (2),
-.BR chown (2),
-.BR mknod (2),
-.BR mount (2),
-.BR rmdir (2),
-.BR stat (2),
-.BR umask (2),
-.BR unlink (2),
-.BR acl (5),
-.BR path_resolution (7)
+.MR mkdir 1 ,
+.MR chmod 2 ,
+.MR chown 2 ,
+.MR mknod 2 ,
+.MR mount 2 ,
+.MR rmdir 2 ,
+.MR stat 2 ,
+.MR umask 2 ,
+.MR unlink 2 ,
+.MR acl 5 ,
+.MR path_resolution 7