Index: ossp-pkg/sio/sio.pod RCS File: /v/ossp/cvs/ossp-pkg/sio/sio.pod,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/sio/sio.pod,v' 2>/dev/null --- sio.pod 2002/11/14 09:17:49 1.4 +++ sio.pod 2002/11/14 15:57:53 1.5 @@ -222,11 +222,11 @@ to flush internal buffers. It depends on the stages wether they honor this request. -=item int B(sio_t *I, sio_flag_t I); +=item sio_rc_t B(sio_t *I, sio_flag_t I); Query internal flags of the stream I. Currently you can specify the flags B and B. The -return value should be treated as a boolean. +return value is either SIO_TRUE or SIO_FALSE. =item int B(sio_t *I, sio_flag_t I);