From 4267a34d0f99a27d004f6d2c9f87df02a131c17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Mon, 12 Mar 2018 11:55:06 +0100 Subject: inets: Fix missing anchor warnings Change-Id: Ifc3359b62e14b68320645f5d7c90bf1b9ccae016 --- lib/inets/doc/src/notes.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 0417e07de8..ca37a54691 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -1766,7 +1766,7 @@

[ftpc] Add a config option to specify a - data connect timeout. + data connect timeout. That is how long the ftp client will wait for the server to connect to the data socket. If this timeout occurs, an error will be returned to the caller and the ftp client process will be @@ -2649,10 +2649,10 @@

It is now also possible to start a standalone FTP client process using the re-introduced - ftp:open + ftp:open function.

This is an alternative to starting the client using the - inets service framework.

+ inets service framework.

The old ftp:open/1, undocumented, function, caused the client to be hooken into the inets service supervision framework. This is no longer the @@ -2665,10 +2665,10 @@ flag), and only used IPv4 if this did not work. This has now been changed.

A new option, - ipfamily, + ipfamily, has been introduced, with the default value inet (IPv4).

-

See ftp:open +

See ftp:open for more info.

*** POTENTIAL INCOMPATIBILITY ***

@@ -2702,9 +2702,9 @@

[ftpc] - The - ls/2 function (LIST command) + ls/2 function (LIST command) and the - nlist/2 function + nlist/2 function (NLST command) with wildcards did not work properly.

-- cgit v1.2.3