Added new text for ENOMEM

This commit is contained in:
Michael Kerrisk 2005-09-21 15:47:18 +00:00
parent 6859d357ee
commit f8ad0aeb4b
1 changed files with 6 additions and 1 deletions

View File

@ -87,7 +87,12 @@ The memory cannot be accessed.
\fIaddr\fR is not a valid pointer, or not a multiple of PAGESIZE.
.TP
.B ENOMEM
Internal kernel structures could not be allocated.
Internal kernel structures could not be allocated.
Or: addreses in the range
.RI [ addr ,
.IR addr + len ]
are invalid for the address space of the process,
or specify one or more pages that are not mapped.
.SH EXAMPLE
.nf
#include <stdio.h>