diff options
author | Ingela Anderton Andin <[email protected]> | 2015-09-01 15:42:22 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-09-08 11:20:02 +0200 |
commit | 4e81ae08256cd663d77bdad270a111996b7ebbe1 (patch) | |
tree | 8aa34e9d66df980e4fef30c39820ebc4d20d2424 /lib/inets/doc | |
parent | b15bc9dc1b3a6e0b1076652050a87e5d03e30eac (diff) | |
download | otp-4e81ae08256cd663d77bdad270a111996b7ebbe1.tar.gz otp-4e81ae08256cd663d77bdad270a111996b7ebbe1.tar.bz2 otp-4e81ae08256cd663d77bdad270a111996b7ebbe1.zip |
inets: ftp - add links and fix typos
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/ftp.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/inets/doc/src/ftp.xml b/lib/inets/doc/src/ftp.xml index 2e6176d011..f64bc0e18b 100644 --- a/lib/inets/doc/src/ftp.xml +++ b/lib/inets/doc/src/ftp.xml @@ -878,7 +878,7 @@ <p>Synchronization error during chunk sending according to one of the following: </p><list type="bulleted"> - <item>>A call is made to <c>send_chunk/2</c> or <c>send_chunk_end/1</c> + <item>A call is made to <c>send_chunk/2</c> or <c>send_chunk_end/1</c> before a call to <c>send_chunk_start/2</c>.</item> <item>A call has been made to another transfer function during chunk sending, that is, before a call to <c>send_chunk_end/1</c>.</item> @@ -936,7 +936,9 @@ <section> <title>SEE ALSO</title> - <p>file, filename, J. Postel and J. Reynolds: File Transfer Protocol + <p><seealso marker="kernel:file">file(3)</seealso> + <seealso marker="stdlib:filename">filename(3)</seealso> + and J. Postel and J. Reynolds: File Transfer Protocol (<url href="http://www.ietf.org/rfc/rfc959.txt">RFC 959</url>). </p> </section> |