From 8c55d428e26595b813f944bb94fe8c7a0e0d27ab Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 23 Oct 2007 06:15:48 +0000 Subject: [PATCH] Reorder ERRORS alphabetically --- man2/mbind.2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index 844bd90ca..ba4c7593d 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -265,6 +265,14 @@ is set to indicate the error. .SH ERRORS .\" I think I got all of the error returns. --Lee Schermerhorn .TP +.B EFAULT +Part of all of the memory range specified by +.I nodemask +and +.I maxnode +points outside your accessible address space. +Or, there was a unmapped hole in the specified memory range. +.TP .B EINVAL An invalid value was specified for .I flags @@ -307,14 +315,6 @@ Or, none of the node IDs specified by .I nodemask are on-line, or none of the specified nodes contain memory. .TP -.B EFAULT -Part of all of the memory range specified by -.I nodemask -and -.I maxnode -points outside your accessible address space. -Or, there was a unmapped hole in the specified memory range. -.TP .B EIO .B MPOL_MF_STRICT was specified and an existing page was already on a node