summaryrefslogtreecommitdiffstats
path: root/man2/stat.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/stat.2')
-rw-r--r--man2/stat.238
1 files changed, 19 insertions, 19 deletions
diff --git a/man2/stat.2 b/man2/stat.2
index e15269a70..8beaf7ca2 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -41,7 +41,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 lstat ():
@@ -100,7 +100,7 @@ is specified by the file descriptor
All of these system calls return a
.I stat
structure (see
-.BR stat (3type)).
+.MR stat 3type ).
.P
.\" Background: inode attributes are modified with i_mutex held, but
.\" read by stat() without taking the mutex.
@@ -114,9 +114,9 @@ For example, if
or
.I st_uid
is changed by another process by calling
-.BR chmod (2)
+.MR chmod 2
or
-.BR chown (2),
+.MR chown 2 ,
.BR stat ()
might return the old
.I st_mode
@@ -178,7 +178,7 @@ If
is an empty string, operate on the file referred to by
.I dirfd
(which may have been obtained using the
-.BR open (2)
+.MR open 2
.B O_PATH
flag).
In this case,
@@ -216,7 +216,7 @@ dereferences symbolic links, like
.BR stat ().)
.P
See
-.BR openat (2)
+.MR openat 2
for an explanation of the need for
.BR fstatat ().
.SH RETURN VALUE
@@ -231,7 +231,7 @@ Search permission is denied for one of the directories
in the path prefix of
.IR pathname .
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EBADF
.I fd
@@ -525,15 +525,15 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR ls (1),
-.BR stat (1),
-.BR access (2),
-.BR chmod (2),
-.BR chown (2),
-.BR readlink (2),
-.BR statx (2),
-.BR utime (2),
-.BR stat (3type),
-.BR capabilities (7),
-.BR inode (7),
-.BR symlink (7)
+.MR ls 1 ,
+.MR stat 1 ,
+.MR access 2 ,
+.MR chmod 2 ,
+.MR chown 2 ,
+.MR readlink 2 ,
+.MR statx 2 ,
+.MR utime 2 ,
+.MR stat 3type ,
+.MR capabilities 7 ,
+.MR inode 7 ,
+.MR symlink 7