-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
This commit is contained in:
Christian S.J. Peron 2005-02-24 00:04:45 +00:00
parent 7eb6551ddc
commit e80750df02

View File

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