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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-24 08:40:01 +01:00
parent 2d10343d11
commit f1ec5ad108
1 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ is interrogated in place of
.PP .PP
A single extended attribute A single extended attribute
.I name .I name
is a simple null-terminated string. is a null-terminated string.
The name includes a namespace prefix; there may be several, disjoint The name includes a namespace prefix; there may be several, disjoint
namespaces associated with an individual inode. namespaces associated with an individual inode.
.PP .PP
@ -107,8 +107,8 @@ user.name1\\0system.name1\\0user.name2\\0
.RE .RE
.fam T .fam T
.P .P
Filesystems like ext2, ext3 and XFS which implement POSIX ACLs using Filesystems that implement POSIX ACLs using
extended attributes, might return a extended attributes might return a
.I list .I list
like this: like this:
.fam C .fam C