summaryrefslogtreecommitdiffstats
path: root/man3/isfdtype.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/isfdtype.3')
-rw-r--r--man3/isfdtype.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/isfdtype.3 b/man3/isfdtype.3
index 5ccfeb783..bdcb78812 100644
--- a/man3/isfdtype.3
+++ b/man3/isfdtype.3
@@ -18,7 +18,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 isfdtype ():
@@ -42,7 +42,7 @@ argument specifies one of the
constants defined in
.I <sys/stat.h>
and documented in
-.BR stat (2)
+.MR stat 2
(e.g.,
.BR S_IFREG ).
.SH RETURN VALUE
@@ -60,10 +60,10 @@ is set to indicate the error.
The
.BR isfdtype ()
function can fail with any of the same errors as
-.BR fstat (2).
+.MR fstat 2 .
.SH VERSIONS
Portable applications should use
-.BR fstat (2)
+.MR fstat 2
instead.
.SH STANDARDS
None.
@@ -74,4 +74,4 @@ It is present on OpenBSD and Tru64 UNIX
.IR <sys/stat.h> ,
as shown in the POSIX.1g draft).
.SH SEE ALSO
-.BR fstat (2)
+.MR fstat 2