memfd_secret.2: wfix

Added "RAM-based" after consultation with Mike Rapoport

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-16 08:33:52 +02:00
parent ac5edfeb1d
commit eabb03a4d2
1 changed files with 2 additions and 1 deletions

View File

@ -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.