summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/errlist.c3
-rw-r--r--lib/libc/sys/extattr_get_file.24
-rw-r--r--lib/libc/sys/intro.24
3 files changed, 8 insertions, 3 deletions
diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c
index 2e1f1b7df87..31867b1b33a 100644
--- a/lib/libc/gen/errlist.c
+++ b/lib/libc/gen/errlist.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: errlist.c,v 1.4 2002/04/30 16:32:58 drahn Exp $";
+static char *rcsid = "$OpenBSD: errlist.c,v 1.5 2002/05/01 13:36:18 drahn Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef lint
@@ -142,5 +142,6 @@ const char *const
"Authentication error", /* 80 - EAUTH */
"Need authenticator", /* 81 - ENEEDAUTH */
"IPsec processing failure", /* 82 - EIPSEC */
+ "Attribute not found", /* 83 - ENOATTR */
};
int _sys_nerr = { sizeof _sys_errlist/sizeof _sys_errlist[0] };
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
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 0d3c0ea25d7..9a0377e0e06 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.22 2002/04/30 16:32:58 drahn Exp $
+.\" $OpenBSD: intro.2,v 1.23 2002/05/01 13:36:18 drahn Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -400,6 +400,8 @@ filesystem may be mounted.
IPsec subsystem error,
Not used in
.Ox .
+.It Er 83 ENOATTR Em "Attribute not found" .
+A UFS Extended Attribute is not found for the specified pathname.
.El
.Sh DEFINITIONS
.Bl -tag -width Ds