]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/pread.2
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man2 / pread.2
index e4de8c43e9c8210ba7c9e15437810215e464b0fa..845e9e02ee91143fdb7f5d49a773b90f0e3d1c22 100644 (file)
@@ -74,7 +74,7 @@ The file offset is not changed.
 The file referenced by
 .I fd
 must be capable of seeking.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, the number of bytes read or written is returned (zero
 indicates that nothing was written, in the case of
 .BR pwrite (),
@@ -110,7 +110,7 @@ in 2.1.69.
 C library support (including emulation using
 .BR lseek (2)
 on older kernels without the system calls) was added in glibc 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 On Linux, the underlying system calls were renamed
@@ -140,7 +140,7 @@ However, on Linux, if a file is opened with
 .BR pwrite ()
 appends data to the end of the file, regardless of the value of
 .IR offset .
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR lseek (2),
 .BR read (2),
 .BR readv (2),