diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-01 13:36:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-01 13:36:19 +0000 |
commit | 78deda385902a720387c2db72fd9e05d57fbb906 (patch) | |
tree | b1e6778fb484d53110ee36f55527582b90cd4b9d /lib/libc/sys/intro.2 | |
parent | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (diff) |
Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
ok millert@, art@
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |