Index: ossp-pkg/sa/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/sa/ChangeLog,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/sa/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/10/30 20:22:06 1.6 +++ ChangeLog 2002/10/30 20:24:01 1.7 @@ -13,6 +13,9 @@ Changes between 0.9.3 and x.x.x (30-Oct-2002 to xx-Nov-2002) + o Cleanup markup in manual page (sa.pod) + [Ralf S. Engelschall] + o API Cleanups: use politically correct use "extern" keyword in sa.h; use leading underscores for variables names in prototypes; move "raddr" argument to second position in sa_{send,recv,sendf}. Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2002/10/30 20:22:06 1.37 +++ sa.pod 2002/10/30 20:24:01 1.38 @@ -754,7 +754,7 @@ =over 4 -=item sa_rc_t B(sa_t *I, sa_addr_t **I, char *I, size_t I, size_t *I); +=item CBC<(sa_t *>IC<, sa_addr_t **>IC<, char *>IC<, size_t >IC<, size_t *>IC<);> Receive a chunk of data from remote address via socket into own buffer. @@ -765,7 +765,7 @@ Example: C -=item sa_rc_t B(sa_t *I, sa_addr_t *I, const char *I, size_t I, size_t *I); +=item CBC<(sa_t *>IC<, sa_addr_t *>IC<, const char *>IC<, size_t >IC<, size_t *>IC<);> Send a chunk of data to remote address via socket from own buffer. @@ -775,7 +775,7 @@ Example: C -=item sa_rc_t B(sa_t *I, sa_addr_t *I, const char *I, ...) +=item CBC<(sa_t *>IC<, sa_addr_t *>IC<, const char *>IC<, ...);> Send formatted data data to remote address via socket. @@ -803,7 +803,7 @@ =over 4 -=item char *B(sa_rc_t I); +=item CBC<(sa_rc_t >IC<);> Return the string representation corresponding to the return code value I. The returned string has to be treated read-only by the