mmap.2, shmget.2, shm_open.3: SEE ALSO: add memfd_create(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-08 08:15:17 +01:00
parent 3a71dcd681
commit c4d76cd9ab
3 changed files with 3 additions and 0 deletions

View File

@ -710,6 +710,7 @@ main(int argc, char *argv[])
.fi
.SH SEE ALSO
.BR getpagesize (2),
.BR memfd_create (2),
.BR mincore (2),
.BR mlock (2),
.BR mmap2 (2),

View File

@ -380,6 +380,7 @@ was perhaps unfortunate,
.B IPC_NEW
would more clearly show its function.
.SH SEE ALSO
.BR memfd_create (2),
.BR shmat (2),
.BR shmctl (2),
.BR shmdt (2),

View File

@ -275,6 +275,7 @@ mounted under
.BR fcntl (2),
.BR fstat (2),
.BR ftruncate (2),
.BR memfd_create (2),
.BR mmap (2),
.BR open (2),
.BR umask (2),