summaryrefslogtreecommitdiffstats
path: root/man2/llseek.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/llseek.2')
-rw-r--r--man2/llseek.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/llseek.2 b/man2/llseek.2
index 1a3f365f2..478be6c24 100644
--- a/man2/llseek.2
+++ b/man2/llseek.2
@@ -26,12 +26,12 @@ Standard C library
glibc provides no wrapper for
.BR _llseek (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
Note: for information about the
-.BR llseek (3)
+.MR llseek 3
library function, see
-.BR lseek64 (3).
+.MR lseek64 3 .
.P
The
.BR _llseek ()
@@ -82,11 +82,11 @@ Problem with copying results to user space.
is invalid.
.SH VERSIONS
You probably want to use the
-.BR lseek (2)
+.MR lseek 2
wrapper function instead.
.SH STANDARDS
Linux.
.SH SEE ALSO
-.BR lseek (2),
-.BR open (2),
-.BR lseek64 (3)
+.MR lseek 2 ,
+.MR open 2 ,
+.MR lseek64 3