diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-25 01:25:01 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-25 01:25:01 +0000 |
| commit | 2b47b55f69365b54f6d5d700dc2997b5a367734c (patch) | |
| tree | 2f413c76fecd8c7a5e2e6d5b24bbf71bf9f979a8 /lib/libc | |
| parent | 53950232dd01430194ef97b2593742c6c8497693 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/posix1e/extattr.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3 index b1f239c1f065..fd9e18f9b95d 100644 --- a/lib/libc/posix1e/extattr.3 +++ b/lib/libc/posix1e/extattr.3 @@ -76,9 +76,18 @@ instead of requiring a user to enter the integer representing a namespace, an interactive program might ask for a name and use .Fn extattr_string_to_namespace to get the desired identifier. +.Sh RETURN VALUES +If any of the calls are unsuccessful, the value \-1 is returned +and the global variable +.Va errno +is set to indicate the error. +.Sh ERRORS +.Bl -tag -width Er +.It Bq Er EINVAL +The requested namespace could not be identified. +.El .Sh SEE ALSO -.Xr extattr_get_file 2 , -.Xr extattr_set_file 2 , +.Xr extattr 2 , .Xr getextattr 8 , .Xr setextattr 8 , .Xr extattr 9 |
