summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-12 15:18:28 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-12 15:18:28 +0000
commit1da37b4c38c45b9fbe293bca86542880275a2871 (patch)
treed0a34aac2ede75d4b023579b54b81fa0250cb5f7 /lib/libc
parent1da7386d3486e095a16711c482a135787ff6aee4 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mmap.21
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index f66a13eed0a5..1e8109dfe67d 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -181,6 +181,7 @@ is not a valid open file descriptor.
.It Bq Er EINVAL
.Dv MAP_FIXED
was specified and the
+.Fa addr
parameter was not page aligned, or part of the desired address space
resides out of the valid address space for a user process.
.It Bq Er EINVAL