diff options
author | Hans Bolinder <[email protected]> | 2011-09-27 08:28:51 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-27 08:28:51 +0200 |
commit | adeb8abaca990e6084ee101656832e115579a8ba (patch) | |
tree | 5723f86c92bec81a3289d17bd6afc5e07cabb302 /lib/erl_interface | |
parent | 289dfe970d3dab5fcc11492a0b20283f352a2fd0 (diff) | |
parent | ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (diff) | |
download | otp-adeb8abaca990e6084ee101656832e115579a8ba.tar.gz otp-adeb8abaca990e6084ee101656832e115579a8ba.tar.bz2 otp-adeb8abaca990e6084ee101656832e115579a8ba.zip |
Merge branch 'hb/doc_corrections/OTP-9550' into dev
* hb/doc_corrections/OTP-9550:
Correct XML files
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/erl_format.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/doc/src/erl_format.xml b/lib/erl_interface/doc/src/erl_format.xml index 5699485845..f036b12879 100644 --- a/lib/erl_interface/doc/src/erl_format.xml +++ b/lib/erl_interface/doc/src/erl_format.xml @@ -4,7 +4,7 @@ <cref> <header> <copyright> - <year>1996</year><year>2009</year> + <year>1996</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -105,7 +105,7 @@ erl_format("[{name,~a},{age,~i},{data,~w}]", values in <c><![CDATA[Term]]></c>. </p> <p>If <c><![CDATA[Term]]></c> and <c><![CDATA[Pattern]]></c> can be matched, the function returns a non-zero value and binds any unbound - variables in <c><![CDATA[Pattern]]></c>. If <c><![CDATA[Term]]></c><c><![CDATA[Pattern]]></c> do + variables in <c><![CDATA[Pattern]]></c>. If <c><![CDATA[Term]]></c> <c><![CDATA[Pattern]]></c> do not match, the function returns 0. For example:</p> <code type="none"><![CDATA[ ETERM *term, *pattern, *pattern2; |