From 8a784debdf0760877b0657675207b344869d878f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 May 2007 18:34:15 +0000 Subject: [PATCH] Fix wrong argument names in text. --- man2/mincore.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/mincore.2 b/man2/mincore.2 index 812332034..2b7fe1226 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -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.