From efb3a65a9b566fff80f1255297c819ff1fa9846a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 24 Feb 2017 05:23:37 +0100 Subject: [PATCH] getxattr.2, listxattr.2: srcfix Signed-off-by: Michael Kerrisk --- man2/getxattr.2 | 3 ++- man2/listxattr.2 | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/man2/getxattr.2 b/man2/getxattr.2 index ac37cd52d..5f6cb42a8 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -111,7 +111,8 @@ is set appropriately. .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 +attribute cannot be retrieved. +This can happen on filesystems that support very large attribute values such as NFSv4, for example. .TP .B ENOATTR diff --git a/man2/listxattr.2 b/man2/listxattr.2 index b3af4d4e4..4696a7187 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -137,9 +137,9 @@ is set appropriately. .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. +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