From f84db1b6f16075fdd91e456170615cbfebd7979b Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin
Date: Wed, 22 Apr 2015 15:52:21 +0200
Subject: ssh: Add links
---
lib/ssh/doc/src/ssh_sftp.xml | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
(limited to 'lib/ssh')
diff --git a/lib/ssh/doc/src/ssh_sftp.xml b/lib/ssh/doc/src/ssh_sftp.xml
index c2a86f3821..d52613c6bc 100644
--- a/lib/ssh/doc/src/ssh_sftp.xml
+++ b/lib/ssh/doc/src/ssh_sftp.xml
@@ -163,7 +163,7 @@
Deletes the file specified by , like
- .
+ file:delete/1
@@ -231,7 +231,8 @@
Creates a symbolic link pointing to with the
- name , like .
+ name , like
+ file:make_symlink/2
@@ -504,7 +505,8 @@
Reads a file from the server, and returns the data in a binary,
- like .
+ like
+ file:read_file/1
@@ -523,7 +525,7 @@
Returns a record from the file specified by
or ,
- like .
+ like file:read_file_info/2
@@ -539,7 +541,8 @@
Reads the link target from the symbolic link specified
- by , like .
+ by , like
+ file:read_link/1
@@ -558,7 +561,7 @@
Returns a record from the symbolic
link specified by or , like
- .
+ file:read_link_info/2
@@ -575,7 +578,8 @@
Renames a file named and gives it the name
- , like .
+ , like
+ file:rename/2
@@ -649,9 +653,10 @@
Reason = term()
- Writes a file to the server, like
- . The file is created if
- it does not exist. The file is overwritten if it exists.
+ Writes a file to the server, like file:write_file/2 The
+ file is created if it does not exist. The file is overwritten
+ if it exists.
@@ -699,7 +704,8 @@
Writes file information from a record to the
- file specified by , like .
+ file specified by , like
+ file:write_file_info/[2,3]
--
cgit v1.2.3