diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 05:13:19 +1000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 05:54:15 +1000 |
| commit | 7993869b7ce22463b9ebfe33be21ac8cd2785687 (patch) | |
| tree | e18f89f604f0f9a9f80ff357a1309457927cbdef | |
| parent | 55e0165bf3325baad986b3694abbc7b81577b264 (diff) | |
| download | man-pages-7993869b7ce22463b9ebfe33be21ac8cd2785687.tar.gz | |
listxattr.2: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/listxattr.2 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 7519bff5d0..7b513e3086 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), |
