aboutsummaryrefslogtreecommitdiffstats
path: root/man2/mmap.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mmap.2')
-rw-r--r--man2/mmap.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/mmap.2 b/man2/mmap.2
index 30170fbedf..b44a8f1b78 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -497,14 +497,14 @@ On error, the value
.IR "(void\ *)\ \-1" )
is returned, and
.I errno
-is set to indicate the cause of the error.
+is set to indicate the error.
.PP
On success,
.BR munmap ()
returns 0.
On failure, it returns \-1, and
.I errno
-is set to indicate the cause of the error (probably to
+is set to indicate the error (probably to
.BR EINVAL ).
.SH ERRORS
.TP