summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 08:16:24 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 08:16:24 +0200
commite49b8d67370b5047c9a93e861c224723efe6478d (patch)
treee150ac6bdc71053c9bd221e10a6492e4842472bc
parent1ea76c666a18098b3235ff2f8ea5493d5ec7b0a1 (diff)
mmap2.2: wfix
Reported-by: Magnus Reftel <magnus.reftel@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/mmap2.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/mmap2.2 b/man2/mmap2.2
index ee19b066..71764712 100644
--- a/man2/mmap2.2
+++ b/man2/mmap2.2
@@ -37,7 +37,7 @@ mmap2 \- map files or devices into memory
.BI " int " flags ", int " fd ", off_t " pgoffset );
.fi
.SH DESCRIPTION
-This is probably not the system call you are interested; instead, see
+This is probably not the system call that you are interested in; instead, see
.BR mmap (2),
which describes the glibc wrapper function that invokes this system call.