]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
memfd_create.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Jan 2015 09:36:16 +0000 (10:36 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 Jan 2015 09:35:32 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/memfd_create.2

index ab7a6ab5ac9a4da33145d98ef0af2ad557a0ee31..6c18092635f875010d9d51127ac1963ce140b212 100644 (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