diff options
author | 2002-05-01 13:36:18 +0000 | |
---|---|---|
committer | 2002-05-01 13:36:18 +0000 | |
commit | 96867bd445dba81d0c5335902c1c55ca819c06b0 (patch) | |
tree | 49d61c023f24d450f02622a6051e97f8bebe7b62 /lib/libc/sys/extattr_get_file.2 | |
parent | o) start new sentence on a new line; (diff) | |
download | wireguard-openbsd-96867bd445dba81d0c5335902c1c55ca819c06b0.tar.xz wireguard-openbsd-96867bd445dba81d0c5335902c1c55ca819c06b0.zip |
Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
ok millert@, art@
Diffstat (limited to 'lib/libc/sys/extattr_get_file.2')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 4 |
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 fa7a91f70be..2d825dcef77 100644 --- a/lib/libc/sys/extattr_get_file.2 +++ b/lib/libc/sys/extattr_get_file.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr_get_file.2,v 1.4 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: extattr_get_file.2,v 1.5 2002/05/01 13:36:18 drahn Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <dima@unixfreak.org> .\" All rights reserved. @@ -201,6 +201,8 @@ or an entire path name exceeded 1023 characters. A component of the path name that must exist does not exist. .It Bq Er EACCES Search permission is denied for a component of the path prefix. +.It Bq Er ENOATTR +An attribute does not exist for the specified existing path. .\" XXX are any missing? .El .Sh SEE ALSO |