summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lord <lord@sgi.com>2003-10-08 14:19:33 +0000
committerSteve Lord <lord@sgi.com>2003-10-08 14:19:33 +0000
commite54e24ecb1e56d8eddaed5339097bf79efcb3539 (patch)
tree0d7aa56aea1a4c39212fd31629a8b66041f63b99
parentcb3f502e3a44a2225b0b3e8a3598de7f872a7266 (diff)
downloadattr-e54e24ecb1e56d8eddaed5339097bf79efcb3539.tar.gz
man page tweaks
Merge of xfs-cmds-lbs:slinx:159636a by lord.
-rw-r--r--man/man3/attr_get.37
-rw-r--r--man/man3/attr_multi.37
-rw-r--r--man/man3/attr_remove.37
-rw-r--r--man/man3/attr_set.37
4 files changed, 11 insertions, 17 deletions
diff --git a/man/man3/attr_get.3 b/man/man3/attr_get.3
index c8b3791..2f97f8d 100644
--- a/man/man3/attr_get.3
+++ b/man/man3/attr_get.3
@@ -166,10 +166,9 @@ points outside the allocated address space of the process.
.I Fd\^
does not refer to a valid descriptor.
.SH "DIAGNOSTICS"
-Upon successful completion, a value of 0 is returned.
-Otherwise, a value of \-1 is returned and
-.I errno\^
-is set to indicate the error.
+On success, zero is returned. On error, \-1 is returned, and
+.I errno
+is set appropriately.
.SH "SEE ALSO"
.BR attr (1),
.BR attr_multi (3),
diff --git a/man/man3/attr_multi.3 b/man/man3/attr_multi.3
index e9ce9b3..aee9072 100644
--- a/man/man3/attr_multi.3
+++ b/man/man3/attr_multi.3
@@ -251,12 +251,9 @@ points outside the allocated address space of the process.
.I Fd\^
does not refer to a valid descriptor.
.SH "DIAGNOSTICS"
-Upon successful completion of the
-.B attr_multi
-call, a value of 0 is returned.
-Otherwise, a value of \-1 is returned and
+On success, zero is returned. On error, \-1 is returned, and
.I errno
-is set to indicate the error.
+is set appropriately.
Note that the individual operations listed in the
.I oplist
array each have their own error return fields.
diff --git a/man/man3/attr_remove.3 b/man/man3/attr_remove.3
index 3ca2ea2..9068e11 100644
--- a/man/man3/attr_remove.3
+++ b/man/man3/attr_remove.3
@@ -137,10 +137,9 @@ points outside the allocated address space of the process.
.I Fd\^
does not refer to a valid descriptor.
.SH "DIAGNOSTICS"
-Upon successful completion, a value of 0 is returned.
-Otherwise, a value of \-1 is returned and
-.I errno\^
-is set to indicate the error.
+On success, zero is returned. On error, \-1 is returned, and
+.I errno
+is set appropriately.
.SH "SEE ALSO"
.BR attr (1),
.BR attr_get (3),
diff --git a/man/man3/attr_set.3 b/man/man3/attr_set.3
index a24c776..63c6b7e 100644
--- a/man/man3/attr_set.3
+++ b/man/man3/attr_set.3
@@ -197,10 +197,9 @@ points outside the allocated address space of the process.
.I Fd\^
does not refer to a valid descriptor.
.SH "DIAGNOSTICS"
-Upon successful completion, a value of 0 is returned.
-Otherwise, a value of \-1 is returned and
-.I errno\^
-is set to indicate the error.
+On success, zero is returned. On error, \-1 is returned, and
+.I errno
+is set appropriately.
.SH "SEE ALSO"
.BR attr (1),
.BR attr_get (3),