Mention sendfile(2) by popular demand.
Submitted by: alc, kib MFC after: 1 week Sponsored by: iXsystems Differential Revision: https://reviews.freebsd.org/D9259
This commit is contained in:
parent
7d309e8e40
commit
7fd5cf0544
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312547
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 13, 2017
|
||||
.Dd January 20, 2017
|
||||
.Dt SHM_OPEN 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -187,6 +187,11 @@ kernel implementation explicitly includes support for
|
||||
and
|
||||
.Xr write 2 .
|
||||
.Pp
|
||||
.Fx
|
||||
also supports zero-copy transmission of data from shared memory
|
||||
objects with
|
||||
.Xr sendfile 2 .
|
||||
.Pp
|
||||
Neither shared memory objects nor their contents persist across reboots.
|
||||
.Pp
|
||||
Writes do not extend shared memory objects, so
|
||||
@ -281,7 +286,8 @@ requires write permission to the shared memory object.
|
||||
.Xr fstat 2 ,
|
||||
.Xr ftruncate 2 ,
|
||||
.Xr mmap 2 ,
|
||||
.Xr munmap 2
|
||||
.Xr munmap 2 ,
|
||||
.Xr sendfile 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn shm_open
|
||||
|
Loading…
Reference in New Issue
Block a user