From 88320638b5512e9555539ad6c7af502ea64e06db Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin
Date: Thu, 30 Apr 2015 12:59:49 +0200
Subject: ssh: Fix links
---
lib/ssh/doc/src/ssh_sftp.xml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
(limited to 'lib/ssh/doc/src')
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml
index 02970bfa42..b986d38fea 100644
--- a/lib/ssh/doc/src/ssh_sftp.xml
+++ b/lib/ssh/doc/src/ssh_sftp.xml
@@ -70,7 +70,7 @@
The function reads from a specified position,
combining the and functions.
- ssh_sftp:apread/4
+ ssh_sftp:apread/4
@@ -110,7 +110,7 @@
writes on a specified position, combining
the and operations.
- ssh_sftp:awrite/3
+ ssh_sftp:awrite/3
@@ -163,7 +163,7 @@
Deletes the file specified by , like
- file:delete/1
+ file:delete/1
@@ -232,7 +232,7 @@
Creates a symbolic link pointing to with the
name , like
- file:make_symlink/2
+ file:make_symlink/2
@@ -297,7 +297,7 @@
Opens a handle to a tar file on the server, associated with ChannelPid.
The handle can be used for remote tar creation and extraction, as defined by the
- erl_tar:init/3 function.
+ erl_tar:init/3 function.
For code exampel see Section
@@ -387,7 +387,7 @@
The function reads from a specified position,
combining the and functions.
- ssh_sftp:read/4
+ ssh_sftp:read/4
@@ -406,7 +406,7 @@
The function writes to a specified position,
combining the and functions.
- ssh_sftp:write/3
+ ssh_sftp:write/3
@@ -449,7 +449,7 @@
Reads a file from the server, and returns the data in a binary,
like
- file:read_file/1
+ file:read_file/1
@@ -468,7 +468,7 @@
Returns a record from the file specified by
or ,
- like file:read_file_info/2
+ like file:read_file_info/2
@@ -485,7 +485,7 @@
Reads the link target from the symbolic link specified
by , like
- file:read_link/1
+ file:read_link/1
@@ -504,7 +504,7 @@
Returns a record from the symbolic
link specified by or , like
- file:read_link_info/2
+ file:read_link_info/2
@@ -522,7 +522,7 @@
Renames a file named and gives it the name
, like
- file:rename/2
+ file:rename/2
@@ -580,7 +580,7 @@
Stops an SFTP channel. Does not close the SSH connection.
- Use ssh:close/1 to close it.
+ Use ssh:close/1 to close it.
@@ -597,7 +597,7 @@
Writes a file to the server, like file:write_file/2 The
+ marker="kernel:file#write_file-2">file:write_file/2 The
file is created if it does not exist. The file is overwritten
if it exists.
@@ -648,7 +648,7 @@
Writes file information from a record to the
file specified by , like
- file:write_file_info/[2,3]
+ file:write_file_info/[2,3]
--
cgit v1.2.3