Fix wrong argument names in text.

This commit is contained in:
Michael Kerrisk 2007-05-11 18:34:15 +00:00
parent d975050ce5
commit 8a784debdf
1 changed files with 4 additions and 4 deletions

View File

@ -100,11 +100,11 @@ points to an invalid address.
is not a multiple of the page size.
.TP
.B ENOMEM
.I len
.I length
is greater than
.RI ( TASK_SIZE " \- " start ).
(This could occur if a negative value is specified for
.IR len ,
.IR length ,
since that value will be interpreted as a large
unsigned integer.)
In Linux 2.6.11 and earlier, the error
@ -112,9 +112,9 @@ In Linux 2.6.11 and earlier, the error
was returned for this condition.
.TP
.B ENOMEM
.I address
.I start
to
.I address
.I start
+
.I length
contained unmapped memory.