From b758a50ab81a162b6111cf8d5911f045756a85f3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 26 May 2017 14:37:23 +0200 Subject: [PATCH] mmap.2: wfix Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 496c7d5d5..d1942b52a 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -735,7 +735,7 @@ In some cases, this could be fixed by calling before the unmap takes place; however, this doesn't work on .BR tmpfs (5) -(for example, when using POSIX shared memory interface documented in +(for example, when using the POSIX shared memory interface documented in .BR shm_overview (7)). .SH EXAMPLE .\" FIXME . Add an example here that uses an anonymous shared region for