summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-25 01:25:01 +0000
committerdd <dd@FreeBSD.org>2001-06-25 01:25:01 +0000
commit22109f70bf012e62a4502107cc02983cb702377f (patch)
tree2f413c76fecd8c7a5e2e6d5b24bbf71bf9f979a8 /lib/libc/posix1e
parent183ca6329f37ffa12bfcca448dc104383b9940dc (diff)
downloadFreeBSD-src-22109f70bf012e62a4502107cc02983cb702377f.zip
FreeBSD-src-22109f70bf012e62a4502107cc02983cb702377f.tar.gz
Add RETURN VALUES and ERRORS sections.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/extattr.313
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3
index b1f239c..fd9e18f 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
OpenPOWER on IntegriCloud