summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-16 08:46:56 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-27 22:43:25 +0200
commite817f70a5f829d7f2517ba830ee2d07fc6acac45 (patch)
tree42bc12c5010c821d617b6d94377244d6963e1873
parent84a2ce0f18b36ee00b6c5ac9ecc41e2a6129171e (diff)
memfd_create.2: SEE ALSO: add memfd_secret(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/memfd_create.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index ee9fa8aa6..89e9c4136 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -559,6 +559,7 @@ main(int argc, char *argv[])
.SH SEE ALSO
.BR fcntl (2),
.BR ftruncate (2),
+.BR memfd_secret (2),
.BR mmap (2),
.BR shmget (2),
.BR shm_open (3)