diff options
author | Nathan Scott <nathans@sgi.com> | 2002-08-05 08:45:20 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-08-05 08:45:20 +0000 |
commit | d00f57603063b0a34fdd7abbdc0901f08a881aa6 (patch) | |
tree | aaf9048dd56a24ed56758fcc7b644059e6a9d061 | |
parent | d3edaa3eac2bd80f9f70e82b823bfe78d3ed3a84 (diff) | |
download | attr-d00f57603063b0a34fdd7abbdc0901f08a881aa6.tar.gz |
fix from AG - this flag only existed while we were originally fleshing out
the xattr syscalls - removing is done via removexattr syscalls nowadays.
-rw-r--r-- | man/man2/setxattr.2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/man2/setxattr.2 b/man/man2/setxattr.2 index b3ce3c7..df82192 100644 --- a/man/man2/setxattr.2 +++ b/man/man2/setxattr.2 @@ -94,9 +94,6 @@ is set to EEXIST. If XATTR_REPLACE is specified, and the attribute does not exist, .I errno is set to ENOATTR. -If XATTR_REMOVE is specified, and the attribute does not exist, -.I errno -is set to ENOATTR. .PP If there is insufficient space remaining to store the extended attribute, .I errno |