Index: ossp-pkg/sio/al.pod RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v' 2>/dev/null --- al.pod 2002/10/17 12:23:13 1.5 +++ al.pod 2002/10/17 13:15:07 1.6 @@ -299,8 +299,10 @@ B is a wrapper function that does a full list traversal in a single call. In every step a chunk descriptor is passed to the callback function I together with a user supplied pointer I. When the -callback function returns anything but AL_OK the traversal is aborted -and B returns with that result code. +callback function returns AL_OK the traversal continues, when it returns +AL_ERR_EOF the traversal is aborted and AL_OK is returned to the original +caller. Any other return code returned by the callback is passed to the +original caller verbatim. =back