diff options
author | Lukas Larsson <[email protected]> | 2018-08-16 12:50:31 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-08-16 12:50:31 +0200 |
commit | da50aabe00056a78e81f634227cd7807bd780c23 (patch) | |
tree | 4b1bdc906b9ad040d70bc49453e1895b556fcbac /lib/ftp | |
parent | 5a65083ec68d57c5ad2b267ad2d089947b3fd5a0 (diff) | |
parent | 95188aed6498fad06a9a99644535e39d5b9804d3 (diff) | |
download | otp-da50aabe00056a78e81f634227cd7807bd780c23.tar.gz otp-da50aabe00056a78e81f634227cd7807bd780c23.tar.bz2 otp-da50aabe00056a78e81f634227cd7807bd780c23.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ftp')
-rw-r--r-- | lib/ftp/doc/src/ftp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftp/doc/src/ftp.xml b/lib/ftp/doc/src/ftp.xml index 23a9e3fec7..34e3ff84b0 100644 --- a/lib/ftp/doc/src/ftp.xml +++ b/lib/ftp/doc/src/ftp.xml @@ -314,7 +314,7 @@ <fsummary>Transfers a binary into a remote file.</fsummary> <type> <v>Pid = pid()</v> - <v>Bin = binary()()</v> + <v>Bin = binary()</v> <v>RemoteFile = string()</v> <v>Reason = restriction_reason()| shortage_reason() | common_reason()</v> </type> @@ -736,7 +736,7 @@ <fsummary>Transfers a binary into a remote file.</fsummary> <type> <v>Pid = pid()</v> - <v>Bin = binary()()</v> + <v>Bin = binary()</v> <v>RemoteFile = string()</v> <v>Reason = restriction_reason() | common_reason() | shortage_reason()</v> </type> |