Reorder ERRORS sctions alphabetically

This commit is contained in:
Michael Kerrisk 2007-10-23 06:21:25 +00:00
parent 8c55d428e2
commit b3a7b55e83
2 changed files with 14 additions and 14 deletions

View File

@ -143,6 +143,13 @@ on error, \-1 is returned and
is set to indicate the error.
.SH ERRORS
.TP
.B EFAULT
Part of all of the memory range specified by
.I nodemask
and
.I maxnode
points outside your accessible address space.
.TP
.B EINVAL
The value specified by
.I maxnode
@ -176,13 +183,6 @@ but not
and the current process policy is not
.BR MPOL_INTERLEAVE .
(And there are other EINVAL cases.)
.TP
.B EFAULT
Part of all of the memory range specified by
.I nodemask
and
.I maxnode
points outside your accessible address space.
.SH NOTES
If the mode of the process policy or the policy governing allocations at the
specified address is

View File

@ -178,6 +178,13 @@ on error, \-1 is returned and
is set to indicate the error.
.SH ERRORS
.TP
.B EFAULT
Part of all of the memory range specified by
.I nodemask
and
.I maxnode
points outside your accessible address space.
.TP
.B EINVAL
.I mode is invalid.
Or,
@ -210,13 +217,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.
.TP
.B ENOMEM
Insufficient kernel memory was available.
.SH CONFORMING TO