setxattr.2: Place new ERANGE error in correct alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-08-01 19:32:18 +02:00
parent cada754ad1
commit 8d7dde9f9c
1 changed files with 7 additions and 7 deletions

View File

@ -138,13 +138,6 @@ The namespace prefix of
.I name
is not valid.
.TP
.B ERANGE
The size of
.I name
or
.I value
exceeds a filesystem-specific limit.
.TP
.B ENOTSUP
Extended attributes are not supported by the filesystem, or are disabled,
.TP
@ -156,6 +149,13 @@ The file is marked immutable or append-only.
In addition, the errors documented in
.BR stat (2)
can also occur.
.TP
.B ERANGE
The size of
.I name
or
.I value
exceeds a filesystem-specific limit.
.SH VERSIONS
These system calls have been available on Linux since kernel 2.4;
glibc support is provided since version 2.3.