From 7993869b7ce22463b9ebfe33be21ac8cd2785687 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:13:19 +1000 Subject: [PATCH] listxattr.2: Fix section ordering Signed-off-by: Michael Kerrisk --- man2/listxattr.2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 7519bff5d..7b513e308 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -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),