diff options
author | Mariano Guerra <[email protected]> | 2018-08-14 10:08:36 +0200 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2018-08-15 21:02:10 +0200 |
commit | 034df6b0b6792589d0ccc817792bd689818181a8 (patch) | |
tree | b46c068d00b801ea796db61ceca09c779c170723 /lib/ftp | |
parent | dacfafd97ed955b9c567f0efbc8553286360b0d2 (diff) | |
download | otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.gz otp-034df6b0b6792589d0ccc817792bd689818181a8.tar.bz2 otp-034df6b0b6792589d0ccc817792bd689818181a8.zip |
fix double parenthesis and badly formatter <v> tags
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0)
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> |