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
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