getxattr.2, listxattr.2: Minor: fix alphabetic order of errors

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-02-24 05:22:51 +01:00
parent b0a9e01500
commit f124c13603
2 changed files with 11 additions and 11 deletions

View File

@ -109,6 +109,11 @@ On failure, \-1 is returned and
is set appropriately.
.SH ERRORS
.TP
.B E2BIG
The size of the attribute value is larger than the maximum size allowed; the
attribute cannot be retrieved. This can happen on filesystems that support
very large attribute values such as NFSv4, for example.
.TP
.B ENOATTR
The named attribute does not exist, or the process has no access to
this attribute.
@ -127,11 +132,6 @@ The
of the
.I value
buffer is too small to hold the result.
.TP
.B E2BIG
The size of the attribute value is larger than the maximum size allowed; the
attribute cannot be retrieved. This can happen on filesystems that support
very large attribute values such as NFSv4, for example.
.PP
In addition, the errors documented in
.BR stat (2)

View File

@ -136,6 +136,12 @@ is set appropriately.
.SH ERRORS
.TP
.B E2BIG
The size of the list of extended attribute names is larger than the maximum
size allowed; the list cannot be retrieved. This can happen on filesystems that
support an unlimited number of extended attributes per file such as XFS, for
example.
.TP
.B E2BIG
The size of the list of attribute names for this file exceeds
the system-imposed limit.
See BUGS.
@ -149,12 +155,6 @@ The
of the
.I list
buffer is too small to hold the result.
.TP
.B E2BIG
The size of the list of extended attribute names is larger than the maximum
size allowed; the list cannot be retrieved. This can happen on filesystems that
support an unlimited number of extended attributes per file such as XFS, for
example.
.PP
In addition, the errors documented in
.BR stat (2)