summaryrefslogtreecommitdiffstats
path: root/man3/fseek.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fseek.3')
-rw-r--r--man3/fseek.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/fseek.3 b/man3/fseek.3
index 64a23bbee..a5f20a7c9 100644
--- a/man3/fseek.3
+++ b/man3/fseek.3
@@ -52,7 +52,7 @@ A successful call to the
.BR fseek ()
function clears the end-of-file indicator for the stream and undoes
any effects of the
-.BR ungetc (3)
+.MR ungetc 3
function on the same stream.
.P
The
@@ -73,7 +73,7 @@ It is equivalent to:
.RE
.P
except that the error indicator for the stream is also cleared (see
-.BR clearerr (3)).
+.MR clearerr 3 ).
.P
The
.BR fgetpos ()
@@ -100,7 +100,7 @@ and the resulting stream offset is beyond the size of the file,
subsequent writes will extend the file with a hole, up to the offset,
before committing any data.
See
-.BR lseek (2)
+.MR lseek 2
for details on file seeking semantics.
.SH RETURN VALUE
The
@@ -145,14 +145,14 @@ and
may also fail and set
.I errno
for any of the errors specified for the routines
-.BR fflush (3),
-.BR fstat (2),
-.BR lseek (2),
+.MR fflush 3 ,
+.MR fstat 2 ,
+.MR lseek 2 ,
and
-.BR malloc (3).
+.MR malloc 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
@@ -173,5 +173,5 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C89.
.SH SEE ALSO
-.BR lseek (2),
-.BR fseeko (3)
+.MR lseek 2 ,
+.MR fseeko 3