memfd_create.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-09 10:36:16 +01:00
parent 51fa3cbf6d
commit afc5ca18db
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ memfd_create \- create an anonymous file
.BR memfd_create ()
creates an anonymous file and returns a file descriptor that refers to it.
The file behaves like a regular file, and so can be modified,
truncated, memory-mapped and so on.
truncated, memory-mapped, and so on.
However, unlike a regular file,
it lives in RAM and has a volatile backing storage.
.\" FIXME In the following sentence I changed "released" to