summaryrefslogtreecommitdiffstats
path: root/man3/lseek64.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/lseek64.3')
-rw-r--r--man3/lseek64.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/lseek64.3 b/man3/lseek64.3
index e62a7238e..3b9a5823e 100644
--- a/man3/lseek64.3
+++ b/man3/lseek64.3
@@ -37,7 +37,7 @@ or
respectively.
.P
For more details, return value, and errors, see
-.BR lseek (2).
+.MR lseek 2 .
.P
Four interfaces are available:
.BR lseek (),
@@ -120,7 +120,7 @@ However, the glibc headers do not provide a prototype.
Users should add
the above prototype, or something equivalent, to their own source.
When users complained about data loss caused by a miscompilation of
-.BR e2fsck (8),
+.MR e2fsck 8 ,
glibc 2.1.3 added the link-time warning
.P
.in +4n
@@ -148,13 +148,13 @@ The prototype is:
.in
.P
For more details, see
-.BR llseek (2).
+.MR llseek 2 .
.P
64-bit systems don't need an
.BR _llseek ()
system call.
Instead, they have an
-.BR lseek (2)
+.MR lseek 2
system call that supports 64-bit file offsets.
.\" In arch/x86/entry/syscalls/syscall_32.tbl,
.\" we see the following line:
@@ -170,7 +170,7 @@ system call that supports 64-bit file offsets.
.\" need an _llseek system call.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -202,5 +202,5 @@ if the macro
.B _FILE_OFFSET_BITS
is defined with the value 64.
.SH SEE ALSO
-.BR llseek (2),
-.BR lseek (2)
+.MR llseek 2 ,
+.MR lseek 2