From fa38cc321f1b3a2357801072c08eb0070276d0d0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Aug 2018 13:29:58 +0200 Subject: [PATCH] mmap.2: Minor rewording Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 7ca39ff5d..f4b1e4b7f 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -87,8 +87,12 @@ in the file (or other object) referred to by the file descriptor .I offset must be a multiple of the page size as returned by .IR sysconf(_SC_PAGE_SIZE) . -The file descriptor can be closed immediately without invalidating the -mapping. +.PP +After the +.BR mmap () +call has returned, the file descriptor, +.IR fd , +can be closed immediately without invalidating the mapping. .PP The .I prot