diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-05-26 14:37:23 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-05-26 14:37:23 +0200 |
| commit | b758a50ab81a162b6111cf8d5911f045756a85f3 (patch) | |
| tree | 9f1f76afe012857ca21f957c05cb92a6e4cc7e5e | |
| parent | f1008f5f1da3325c6fda14e7808e5fef74640f03 (diff) | |
| download | man-pages-b758a50ab81a162b6111cf8d5911f045756a85f3.tar.gz | |
mmap.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/mmap.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/mmap.2 b/man2/mmap.2 index 496c7d5d54..d1942b52ac 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 |
