From f1ec5ad108d93e2f8546868461f1d623fdcdaa9d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 24 Jan 2015 08:40:01 +0100 Subject: [PATCH] listxattr.2: Remove mention of which filesystems implement ACLs Such a list will only become outdated (as it already was). Signed-off-by: Michael Kerrisk --- man2/listxattr.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/listxattr.2 b/man2/listxattr.2 index dd791f662..2503537db 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -84,7 +84,7 @@ is interrogated in place of .PP A single extended attribute .I name -is a simple null-terminated string. +is a null-terminated string. The name includes a namespace prefix; there may be several, disjoint namespaces associated with an individual inode. .PP @@ -107,8 +107,8 @@ user.name1\\0system.name1\\0user.name2\\0 .RE .fam T .P -Filesystems like ext2, ext3 and XFS which implement POSIX ACLs using -extended attributes, might return a +Filesystems that implement POSIX ACLs using +extended attributes might return a .I list like this: .fam C