From eabb03a4d20c104dd1f933b5f3c24f89e720f9da Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Aug 2021 08:33:52 +0200 Subject: [PATCH] memfd_secret.2: wfix Added "RAM-based" after consultation with Mike Rapoport Signed-off-by: Michael Kerrisk --- man2/memfd_secret.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/memfd_secret.2 b/man2/memfd_secret.2 index 188c547bf..9d976f31c 100644 --- a/man2/memfd_secret.2 +++ b/man2/memfd_secret.2 @@ -42,7 +42,8 @@ necessitating the use of .BR syscall (2). .SH DESCRIPTION .BR memfd_secret () -creates an anonymous file and returns a file descriptor that refers to it. +creates an anonymous RAM-based file and returns a file descriptor +that refers to it. The file provides a way to create and access memory regions with stronger protection than usual RAM-based files and anonymous memory mappings.