diff options
author | Péter Dimitrov <[email protected]> | 2018-03-27 13:21:44 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 10:19:38 +0200 |
commit | 6fc2b7bf5eb331fdc1c0fb93758dad5a741da4fa (patch) | |
tree | fbd74a42c01c4936b691060e1d6ed55b489c1fdd /lib/common_test/doc/src/ct_ftp.xml | |
parent | 8a805f67cff9bf04188d38dca3f0031455c73e90 (diff) | |
download | otp-6fc2b7bf5eb331fdc1c0fb93758dad5a741da4fa.tar.gz otp-6fc2b7bf5eb331fdc1c0fb93758dad5a741da4fa.tar.bz2 otp-6fc2b7bf5eb331fdc1c0fb93758dad5a741da4fa.zip |
common_test: Remove dependency to inets ftp
- Update ct_ftp to use the new FTP application.
Change-Id: I84223107361132ea3144cdf7421738c4bebffa40
Diffstat (limited to 'lib/common_test/doc/src/ct_ftp.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_ftp.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/common_test/doc/src/ct_ftp.xml b/lib/common_test/doc/src/ct_ftp.xml index e8c6f72db7..a6f01dd58e 100644 --- a/lib/common_test/doc/src/ct_ftp.xml +++ b/lib/common_test/doc/src/ct_ftp.xml @@ -33,13 +33,11 @@ <file>ct_ftp.xml</file> </header> <module>ct_ftp</module> - <modulesummary>FTP client module (based on the FTP support of the Inets - application).</modulesummary> + <modulesummary>FTP client module (based on the FTP application).</modulesummary> <description> - <p>FTP client module (based on the FTP support of the <c>Inets</c> - application).</p> + <p>FTP client module (based on the <c>ftp</c> application).</p> </description> |