diff options
author | Péter Dimitrov <[email protected]> | 2018-03-14 09:35:08 +0100 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 10:19:38 +0200 |
commit | f3458d831769ed7c37362eeaea780f218922cfab (patch) | |
tree | b2bbf193e2aa87614f2d7a996591a265b32aef36 /lib | |
parent | b5c8b3c8eb493b11b847a39749a11eb6661f62ed (diff) | |
download | otp-f3458d831769ed7c37362eeaea780f218922cfab.tar.gz otp-f3458d831769ed7c37362eeaea780f218922cfab.tar.bz2 otp-f3458d831769ed7c37362eeaea780f218922cfab.zip |
stdlib: Remove reference to inets:ftp in erl_tar.xml
Change-Id: I5328d5feeac3b7279a8770e8fc27e2d9e8eed359
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/erl_tar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/erl_tar.xml b/lib/stdlib/doc/src/erl_tar.xml index 14c543ee2b..68fa071090 100644 --- a/lib/stdlib/doc/src/erl_tar.xml +++ b/lib/stdlib/doc/src/erl_tar.xml @@ -90,8 +90,8 @@ <section> <title>Other Storage Media</title> - <p>The <seealso marker="inets:ftp"><c>ftp</c></seealso> - module (Inets) normally accesses the tar file on disk using + <p>The <seealso marker="ftp:ftp"><c>ftp</c></seealso> + module normally accesses the tar file on disk using the <seealso marker="kernel:file"><c>file</c></seealso> module. When other needs arise, you can define your own low-level Erlang functions to perform the writing and reading on the storage media; |