[erlang-bugs] ssh_sftp documentation

Anders Nygren anders.nygren@REDACTED
Thu Jun 5 06:22:07 CEST 2008


In the documentation for ssh_sftp:pread/4 it says that
Position = integer()

I think the correct type is the same as in ssh_sftp:position
Location = Offset | {bof, Offset} | {cur, Offset} | {eof, Offset} |
bof | cur | eof
Offset = int()

/Anders



More information about the erlang-bugs mailing list