diff options
author | Sverker Eriksson <[email protected]> | 2019-01-15 16:41:55 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-01-15 16:41:55 +0100 |
commit | ed6c460b9916f1e598869cfd76b43c57bd112137 (patch) | |
tree | 9e64236c295f6a1d9d59a414cbcca0009cf1a3fc /lib/stdlib/doc/src | |
parent | 5f5d0b3dd311ef16b7c6cc61d575cd7e5eccc291 (diff) | |
download | otp-ed6c460b9916f1e598869cfd76b43c57bd112137.tar.gz otp-ed6c460b9916f1e598869cfd76b43c57bd112137.tar.bz2 otp-ed6c460b9916f1e598869cfd76b43c57bd112137.zip |
Fix "since" for all multi clause functions
This is the result of going through all .xml files
with "clause_i" attributes and make sure
their "since" versions are correct.
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/io_lib.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/io_lib.xml b/lib/stdlib/doc/src/io_lib.xml index cd4ca0a3a7..4d527f8ed3 100644 --- a/lib/stdlib/doc/src/io_lib.xml +++ b/lib/stdlib/doc/src/io_lib.xml @@ -385,7 +385,7 @@ <func> <name name="write" arity="1" since=""/> <name name="write" arity="2" clause_i="1" since=""/> - <name name="write" arity="2" clause_i="2" since=""/> + <name name="write" arity="2" clause_i="2" since="OTP 20.0"/> <fsummary>Write a term.</fsummary> <desc> <p>Returns a character list that represents <c><anno>Term</anno></c>. |