listxattr.2: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:13:19 +10:00
parent 55e0165bf3
commit 7993869b7c
1 changed files with 9 additions and 9 deletions

View File

@ -164,6 +164,15 @@ These system calls are Linux-specific.
.\" and the SGI XFS development team,
.\" .RI < linux-xfs@oss.sgi.com >.
.\" Please send any bug reports or comments to these addresses.
.SH BUGS
.\" The xattr(7) page refers to this text:
As noted in
.BR xattr (7),
the VFS imposes a limit of 64 kB on the size of the extended
attribute name list returned by
.BR listxattr (7).
If the total size of attribute names attached to a file exceeds this limit,
it is no longer possible to retrieve the list of attribute names.
.SH EXAMPLE
The following program demonstrates the usage of
.BR listxattr ()
@ -320,15 +329,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
.SH BUGS
.\" The xattr(7) page refers to this text:
As noted in
.BR xattr (7),
the VFS imposes a limit of 64 kB on the size of the extended
attribute name list returned by
.BR listxattr (7).
If the total size of attribute names attached to a file exceeds this limit,
it is no longer possible to retrieve the list of attribute names.
.SH SEE ALSO
.BR getfattr (1),
.BR setfattr (1),