Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.34' '-r1.35' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2002/10/30 08:42:16 1.34 +++ sa.pod 2002/10/30 18:43:08 1.35 @@ -687,7 +687,8 @@ This reads from the socket (optionally through the internal read buffer) up to a maximum of I bytes into buffer I, but only as long as no line terminating newline character (0x0a) was found. The line -terminating newline character is stored in the buffer, too. The actual +terminating newline character is stored in the buffer plus a (not +counted) terminating C character ('C<\0>'), too. The actual number of read bytes is stored in I. This internally maps to sa_read(3).