diff options
author | Lars Thorsen <[email protected]> | 2015-12-11 10:08:14 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2015-12-11 10:08:14 +0100 |
commit | 373389620fe3dee6f1032f20f7d4acac90e45831 (patch) | |
tree | 7365c562b80686abc1ea289caec6934b018e4e04 /lib/ssh/doc/src/ssh_sftp.xml | |
parent | 6288a8610ae9fb0f1aa9ebfe0fe1b46ff87c3668 (diff) | |
parent | fae6b9385f3d0d1c725ca6cdb588b8bf1e473721 (diff) | |
download | otp-373389620fe3dee6f1032f20f7d4acac90e45831.tar.gz otp-373389620fe3dee6f1032f20f7d4acac90e45831.tar.bz2 otp-373389620fe3dee6f1032f20f7d4acac90e45831.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/doc/src/ssh_sftp.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftp.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml index 17800fac5d..c6ca0f161a 100644 --- a/lib/ssh/doc/src/ssh_sftp.xml +++ b/lib/ssh/doc/src/ssh_sftp.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2005</year><year>2014</year> + <year>2005</year><year>2015</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -61,20 +61,23 @@ <funcs> <func> - <name>apread(ChannelPid, Handle, Position, Len) -> {async, N} | {error, Error}</name> - <v>ChannelPid = pid()</v> - <v>Handle = term()</v> - <v>Position = integer()</v> - <v>Len = integer()</v> - <v>N = term()</v> - <v>Reason = term()</v> - - <desc><p>The <c><![CDATA[apread]]></c> function reads from a specified position, - combining the <c><![CDATA[position]]></c> and <c><![CDATA[aread]]></c> functions.</p> + <name>apread(ChannelPid, Handle, Position, Len) -> {async, N} | {error, Reason}</name> + <fsummary>Reads asynchronously from an open file.</fsummary> + <type> + <v>ChannelPid = pid()</v> + <v>Handle = term()</v> + <v>Position = integer()</v> + <v>Len = integer()</v> + <v>N = term()</v> + <v>Reason = term()</v> + </type> + + <desc><p>The <c><![CDATA[apread]]></c> function reads from a specified position, + combining the <c><![CDATA[position]]></c> and <c><![CDATA[aread]]></c> functions.</p> <p><seealso marker="#apread-4">ssh_sftp:apread/4</seealso></p> </desc> - </func> - - <func> + </func> + + <func> <name>apwrite(ChannelPid, Handle, Position, Data) -> ok | {error, Reason}</name> <fsummary>Writes asynchronously to an open file.</fsummary> <type> |