summaryrefslogtreecommitdiffstats
path: root/man3/fseeko.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fseeko.3')
-rw-r--r--man3/fseeko.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fseeko.3 b/man3/fseeko.3
index 2f698ac0e..8f188f075 100644
--- a/man3/fseeko.3
+++ b/man3/fseeko.3
@@ -19,7 +19,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 fseeko (),
@@ -33,11 +33,11 @@ The
and
.BR ftello ()
functions are identical to
-.BR fseek (3)
+.MR fseek 3
and
-.BR ftell (3)
+.MR ftell 3
(see
-.BR fseek (3)),
+.MR fseek 3 ),
respectively, except that the
.I offset
argument of
@@ -72,10 +72,10 @@ Otherwise, \-1 is returned and
is set to indicate the error.
.SH ERRORS
See the ERRORS in
-.BR fseek (3).
+.MR fseek 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -99,4 +99,4 @@ the obsolete
.B _LARGEFILE_SOURCE
feature test macro.
.SH SEE ALSO
-.BR fseek (3)
+.MR fseek 3