diff options
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftp.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml index 1a3705b341..02970bfa42 100644 --- a/lib/ssh/doc/src/ssh_sftp.xml +++ b/lib/ssh/doc/src/ssh_sftp.xml @@ -70,7 +70,7 @@ <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-3">ssh_sftp:apread/3</seealso></p> </desc> + <p><seealso marker="#apread/3">ssh_sftp:apread/4</seealso></p> </desc> </func> <func> @@ -110,7 +110,7 @@ <desc> <p><c><![CDATA[apwrite]]></c> writes on a specified position, combining the <c><![CDATA[position]]></c> and <c><![CDATA[awrite]]></c> operations.</p> - <p><seealso marker="#awrite-3">ssh_sftp:awrite/3</seealso> </p></desc> + <p><seealso marker="#awrite/3">ssh_sftp:awrite/3</seealso> </p></desc> </func> <func> @@ -163,7 +163,7 @@ </type> <desc> <p>Deletes the file specified by <c><![CDATA[Name]]></c>, like - <seealso marker="file#delete-1">file:delete/1</seealso></p> + <seealso marker="kernel:file#delete/1">file:delete/1</seealso></p> </desc> </func> @@ -232,7 +232,7 @@ <desc> <p>Creates a symbolic link pointing to <c><![CDATA[Target]]></c> with the name <c><![CDATA[Name]]></c>, like - <seealso marker="file#make_symlink-2">file:make_symlink/2</seealso></p> + <seealso marker="kernel:file#make_symlink/2">file:make_symlink/2</seealso></p> </desc> </func> @@ -297,7 +297,7 @@ <desc> <p>Opens a handle to a tar file on the server, associated with <c>ChannelPid</c>. The handle can be used for remote tar creation and extraction, as defined by the - <seealso marker="stdlib:erl_tar#init-3">erl_tar:init/3</seealso> function. + <seealso marker="stdlib:erl_tar#init/3">erl_tar:init/3</seealso> function. </p> <p> For code exampel see Section @@ -387,7 +387,7 @@ <desc> <p>The <c><![CDATA[pread]]></c> function reads from a specified position, combining the <c><![CDATA[position]]></c> and <c><![CDATA[read]]></c> functions.</p> - <p><seealso marker="#read-4">ssh_sftp:read/4</seealso></p> + <p><seealso marker="#read/4">ssh_sftp:read/4</seealso></p> </desc> </func> @@ -406,7 +406,7 @@ <desc> <p>The <c><![CDATA[pread]]></c> function writes to a specified position, combining the <c><![CDATA[position]]></c> and <c><![CDATA[write]]></c> functions.</p> - <p><seealso marker="#write-3">ssh_sftp:write/3</seealso></p> + <p><seealso marker="#write/3">ssh_sftp:write/3</seealso></p> </desc> </func> @@ -449,7 +449,7 @@ <desc> <p>Reads a file from the server, and returns the data in a binary, like - <seealso marker="file#read_file-1">file:read_file/1</seealso></p> + <seealso marker="kernel:file#read_file/1">file:read_file/1</seealso></p> </desc> </func> @@ -468,7 +468,7 @@ <desc> <p>Returns a <c><![CDATA[file_info]]></c> record from the file specified by <c><![CDATA[Name]]></c> or <c><![CDATA[Handle]]></c>, - like <seealso marker="file#read_file_info-2">file:read_file_info/2</seealso></p> + like <seealso marker="kernel:file#read_file_info/2">file:read_file_info/2</seealso></p> </desc> </func> @@ -485,7 +485,7 @@ <desc> <p>Reads the link target from the symbolic link specified by <c><![CDATA[name]]></c>, like - <seealso marker="file#read_link-1">file:read_link/1</seealso></p> + <seealso marker="kernel:file#read_link/1">file:read_link/1</seealso></p> </desc> </func> @@ -504,7 +504,7 @@ <desc> <p>Returns a <c><![CDATA[file_info]]></c> record from the symbolic link specified by <c><![CDATA[Name]]></c> or <c><![CDATA[Handle]]></c>, like - <seealso marker="file#read_link_info-2">file:read_link_info/2</seealso></p> + <seealso marker="kernel:file#read_link_info/2">file:read_link_info/2</seealso></p> </desc> </func> @@ -522,7 +522,7 @@ <desc> <p>Renames a file named <c><![CDATA[OldName]]></c> and gives it the name <c><![CDATA[NewName]]></c>, like - <seealso marker="file#rename-2">file:rename/2</seealso></p> + <seealso marker="kernel:file#rename/2">file:rename/2</seealso></p> </desc> </func> @@ -580,7 +580,7 @@ </type> <desc> <p>Stops an SFTP channel. Does not close the SSH connection. - Use <seealso marker="ssh#close-1">ssh:close/1</seealso> to close it.</p> + Use <seealso marker="ssh#close/1">ssh:close/1</seealso> to close it.</p> </desc> </func> @@ -597,7 +597,7 @@ </type> <desc> <p>Writes a file to the server, like <seealso - marker="file#write_file-2">file:write_file/2</seealso> The + marker="kernel:file#write_file/2">file:write_file/2</seealso> The file is created if it does not exist. The file is overwritten if it exists.</p> </desc> @@ -648,7 +648,7 @@ <desc> <p>Writes file information from a <c><![CDATA[file_info]]></c> record to the file specified by <c><![CDATA[Name]]></c>, like - <seealso marker="file#write_file_info-2">file:write_file_info/[2,3]</seealso></p> + <seealso marker="kernel:file#write_file_info/2">file:write_file_info/[2,3]</seealso></p> </desc> </func> </funcs> |