Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../sbin/../man/man3lib/libsendfile.3lib
Real path: /usr/share/man/man3lib/libsendfile.3lib
Zurück
'\" te .\" Copyright (c) 2004, 2021, Oracle and/or its affiliates. .TH libsendfile 3LIB "12 Feb 2021" "Oracle Solaris 11.4" "Interface Libraries" .SH NAME libsendfile \- sendfile library .SH SYNOPSIS .LP .nf #include <sys/sendfile.h> .fi .SH DESCRIPTION .sp .LP Historically, this library provided routines that enabled files to be sent over sockets, buffers to be sent over sockets, files to be copied to files, and buffers to be copied to files. This functionality now resides in \fBlibc\fR(3LIB). .sp .LP This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is implemented as a filter on \fBlibc.so.1\fR. New application development need not specify \fB-lsendfile\fR. .SH INTERFACES .sp .LP The shared object \fBlibsendfile.so.1\fR provides the public interfaces defined below. See \fBintro\fR(3) for additional information on shared object interfaces. .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBsendfile\fR \fBsendfilev\fR .TE .sp .sp .LP The following interfaces are unique to the 32-bit version of this library: .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBsendfile64\fR \fBsendfilev64\fR .TE .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libsendfile.so.1\fR\fR .ad .RS 28n .rt 32-bit shared object .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libsendfile.so.1\fR\fR .ad .RS 28n .rt 64-bit shared object .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library/libc _ Interface Stability Obsolete Committed _ MT-Level MT-Safe .TE .sp .SH SEE ALSO .sp .LP \fBpvs\fR(1), \fBsendfile\fR(3C), \fBsendfilev\fR(3C), \fBintro\fR(3), \fBattributes\fR(7) .SH HISTORY .sp .LP This library was added to Oracle Solaris in the Solaris 8 7/01 (Update 5) release. .sp .LP The historical contents of this library moved to the \fBlibc\fR(3LIB) library in Solaris 11.4.