summaryrefslogtreecommitdiffstats
path: root/man3type/stat.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/stat.3type')
-rw-r--r--man3type/stat.3type14
1 files changed, 7 insertions, 7 deletions
diff --git a/man3type/stat.3type b/man3type/stat.3type
index 0eddda880..720d604d7 100644
--- a/man3type/stat.3type
+++ b/man3type/stat.3type
@@ -42,7 +42,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
.IR st_atim ,
@@ -62,9 +62,9 @@ The fields are as follows:
.I st_dev
This field describes the device on which this file resides.
(The
-.BR major (3)
+.MR major 3
and
-.BR minor (3)
+.MR minor 3
macros may be useful to decompose the device ID in this field.)
.TP
.I st_ino
@@ -73,7 +73,7 @@ This field contains the file's inode number.
.I st_mode
This field contains the file type and mode.
See
-.BR inode (7)
+.MR inode 7
for further information.
.TP
.I st_nlink
@@ -115,7 +115,7 @@ This is the file's last status change timestamp
(time of last change to the inode).
.P
For further information on the above fields, see
-.BR inode (7).
+.MR inode 7 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -158,5 +158,5 @@ then the nanosecond values are exposed with names of the form
The following header also provides this type:
.IR <ftw.h> .
.SH SEE ALSO
-.BR stat (2),
-.BR inode (7)
+.MR stat 2 ,
+.MR inode 7