Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2001/10/31 12:41:53 1.15 +++ sa.pod 2001/10/31 20:27:27 1.16 @@ -184,11 +184,17 @@ =item B (Return Code Type) This is an exported enumerated integer type with the following possible -values: C (everything ok, operation succeeded); C -(invalid argument(s) passed to function); C (function used -in wrong context); C (out of memory); C (end of -file/socket in communication); C (operating system error; -errno contains details); C (any other internal error). +values: + + SA_OK Everything Ok + SA_ERR_ARG Invalid Argument + SA_ERR_USE Invalid Use Or Context + SA_ERR_MEM Not Enough Memory + SA_ERR_MTC Matching Failed + SA_ERR_EOF End Of Communication + SA_ERR_TMT Communication Timeout + SA_ERR_SYS Operating System Error (see errno) + SA_ERR_INT Internal Error =item B (Socket Address Abstraction Type)