Document EINVAL for len == 0.

This commit is contained in:
Dag-Erling Smørgrav 2003-11-10 08:02:05 +00:00
parent 541c3b66b5
commit 6c10034e83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122391

View file

@ -64,7 +64,7 @@ The
.Fa addr
argument was not page aligned, the
.Fa len
argument was negative, or
argument was zero or negative, or
some part of the region being unmapped is outside the
valid address range for a process.
.El