-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:
parent
7eb6551ddc
commit
e80750df02
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 28, 2001
|
.Dd February 23, 2005
|
||||||
.Dt EXTATTR 2
|
.Dt EXTATTR 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -229,6 +229,8 @@ and
|
|||||||
.Fn extattr_delete_file
|
.Fn extattr_delete_file
|
||||||
calls may also fail due to the following errors:
|
calls may also fail due to the following errors:
|
||||||
.Bl -tag -width Er
|
.Bl -tag -width Er
|
||||||
|
.It Bq Er ENOATTR
|
||||||
|
The requested attribute was not defined for this file.
|
||||||
.It Bq Er ENOTDIR
|
.It Bq Er ENOTDIR
|
||||||
A component of the path prefix is not a directory.
|
A component of the path prefix is not a directory.
|
||||||
.It Bq Er ENAMETOOLONG
|
.It Bq Er ENAMETOOLONG
|
||||||
|
Loading…
Reference in New Issue
Block a user