summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-10-29 12:45:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-10-29 12:45:39 +0000
commitb4588c594c7b4a913d00274b9aaff86f6f507b22 (patch)
tree093d188ea464ba609f82dfb93af041aeb27c702a /doc
parent6747365a81dfe4ad727ba195baaca8c59c4ce136 (diff)
downloadmailutils-b4588c594c7b4a913d00274b9aaff86f6f507b22.tar.gz
mailutils-b4588c594c7b4a913d00274b9aaff86f6f507b22.tar.bz2
Documented the return code. (Thanks to Olivier Bornet)
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/mailbox.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/texinfo/mailbox.texi b/doc/texinfo/mailbox.texi
index 86a932f56..4421b33f6 100644
--- a/doc/texinfo/mailbox.texi
+++ b/doc/texinfo/mailbox.texi
@@ -56,9 +56,12 @@ The concrete mailbox type instantiate is based on the scheme of the url @var{nam
The return value is @code{0} on success and a code number on error conditions:
@table @code
-@item MU_ERROR_INVALID_PARAMETER
+
+@item MU_ERR_OUT_PTR_NULL
+The pointer @var{pmbox} supplied is NULL.
+@item MU_ERR_NO_HANDLER
The url @var{name} supplied is invalid or not supported.
-@var{pmbox} is NULL.
+@item EINVAL
@item ENOMEM
Not enough memory to allocate resources.
@end table

Return to:

Send suggestions and report system problems to the System administrator.