OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / sendfile.2
index 3cf680f..6e9ec42 100644 (file)
@@ -1,8 +1,12 @@
 .\" This man page is Copyright (C) 1998 Pawel Krawczyk.
+.\"
+.\" %%%LICENSE_START(VERBATIM_ONE_PARA)
 .\" Permission is granted to distribute possibly modified copies
 .\" of this page provided the header is included verbatim,
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
+.\" %%%LICENSE_END
+.\"
 .\" $Id: sendfile.2,v 1.5 1999/05/18 11:54:11 freitag Exp $
 .\" 2000-11-19 bert hubert <ahu@ds9a.nl>: in_fd cannot be socket
 .\"
@@ -101,7 +105,7 @@ Since Linux 2.6.33 it can be any file.
 If it is a regular file, then
 .BR sendfile ()
 changes the file offset appropriately.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 If the transfer was successful, the number of bytes written to
 .I out_fd
 is returned.
@@ -141,7 +145,7 @@ is a new feature in Linux 2.2.
 The include file
 .I <sys/sendfile.h>
 is present since glibc 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 Not specified in POSIX.1-2001, or other standards.
 
 Other UNIX systems implement
@@ -190,7 +194,7 @@ The Linux-specific
 .BR splice (2)
 call supports transferring data between arbitrary files
 (e.g., a pair of sockets).
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mmap (2),
 .BR open (2),
 .BR socket (2),