summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2005-02-24 00:04:45 +0000
committercsjp <csjp@FreeBSD.org>2005-02-24 00:04:45 +0000
commita8e1dad15aaa465e7ebfad55a77a14fc5a8a06b7 (patch)
tree2ca07c2bcf31393dc8bec94c572b3fd385532e3f /lib
parente8f8b5ce4dcdae01d64150037ad9c2a30ea52e6a (diff)
downloadFreeBSD-src-a8e1dad15aaa465e7ebfad55a77a14fc5a8a06b7.zip
FreeBSD-src-a8e1dad15aaa465e7ebfad55a77a14fc5a8a06b7.tar.gz
-document the fact that extattr_get_* can fail if the requested
attribute does not exist on the file. -bump document date Reviewed by: rwatson,trhodes MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/extattr_get_file.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index 775b0da..f129f5e 100644
--- a/lib/libc/sys/extattr_get_file.2
+++ b/lib/libc/sys/extattr_get_file.2
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 28, 2001
+.Dd February 23, 2005
.Dt EXTATTR 2
.Os
.Sh NAME
@@ -229,6 +229,8 @@ and
.Fn extattr_delete_file
calls may also fail due to the following errors:
.Bl -tag -width Er
+.It Bq Er ENOATTR
+The requested attribute was not defined for this file.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
OpenPOWER on IntegriCloud