Hi, наб! On 9/19/21 8:12 PM, наб wrote:
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx>
I applied a different patch, but thanks for the report!
--- man2/listxattr.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 18d008e04..cdd0ba7bb 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -167,7 +167,7 @@ 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). +.BR listxattr (2).
+.BR listxattr (). See man-pages(7): Any reference to the subject of the current manual page should be written with the name in bold followed by a pair of parentheses in Roman (normal) font. For example, in the fcntl(2) man page, references to the subject of the page would be written as: fcntl(). The preferred way to write this in the source file is: .BR fcntl () Cheers, Alex
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 EXAMPLES
-- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/