Removed text stating that mmap() never returns 0; that's not true.

This commit is contained in:
Michael Kerrisk 2006-11-30 05:48:48 +00:00
parent 27334eaf11
commit 882b85db93
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ into memory, preferably at address
.IR start .
This latter address is a hint only, and is usually specified as 0.
The actual place where the object is mapped is returned by
.BR mmap (),
and is never 0.
.BR mmap ().
.LP
The
.I prot