summaryrefslogtreecommitdiffstats
path: root/man2/lseek.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/lseek.2')
-rw-r--r--man2/lseek.220
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/lseek.2 b/man2/lseek.2
index 14fc13734..2969fab02 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -147,7 +147,7 @@ XFS (since Linux 3.5)
.IP \[bu]
ext4 (since Linux 3.8)
.IP \[bu]
-.BR tmpfs (5)
+.MR tmpfs 5
(since Linux 3.8)
.IP \[bu]
NFS (since Linux 3.18)
@@ -226,7 +226,7 @@ they are proposed for inclusion in the next POSIX revision (Issue 8).
.\" FIXME . Review http://austingroupbugs.net/view.php?id=415 in the future
.SH NOTES
See
-.BR open (2)
+.MR open 2
for a discussion of the relationship between file descriptors,
open file descriptions, and files.
.P
@@ -234,7 +234,7 @@ If the
.B O_APPEND
file status flag is set on the open file description,
then a
-.BR write (2)
+.MR write 2
.I always
moves the file offset to the end of the file, regardless of the use of
.BR lseek ().
@@ -243,10 +243,10 @@ Some devices are incapable of seeking and POSIX does not specify which
devices must support
.BR lseek ().
.SH SEE ALSO
-.BR dup (2),
-.BR fallocate (2),
-.BR fork (2),
-.BR open (2),
-.BR fseek (3),
-.BR lseek64 (3),
-.BR posix_fallocate (3)
+.MR dup 2 ,
+.MR fallocate 2 ,
+.MR fork 2 ,
+.MR open 2 ,
+.MR fseek 3 ,
+.MR lseek64 3 ,
+.MR posix_fallocate 3