diff options
author | Siri Hansen <[email protected]> | 2012-03-16 09:57:13 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-03-19 09:51:44 +0100 |
commit | f294d207da75e950bc533cb9d7d9148390c1001a (patch) | |
tree | 071944a1feb823cf4e9b0507136d3a115ebeb51d /lib/sasl/doc | |
parent | ba3e53ef71cc127d4df9c53f9f401645814e3fb7 (diff) | |
download | otp-f294d207da75e950bc533cb9d7d9148390c1001a.tar.gz otp-f294d207da75e950bc533cb9d7d9148390c1001a.tar.bz2 otp-f294d207da75e950bc533cb9d7d9148390c1001a.zip |
[sasl] Doc that included applications in .rel defaults to same as in .app
OTP-9980
Sasl documentation earlier said that the InclApps parameters in a .rel
file defaults to the empty list. This is not correct. It defaults to
the same value as specified in the .app file.
Diffstat (limited to 'lib/sasl/doc')
-rw-r--r-- | lib/sasl/doc/src/rel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/doc/src/rel.xml b/lib/sasl/doc/src/rel.xml index 470adf3c03..68ef90330f 100644 --- a/lib/sasl/doc/src/rel.xml +++ b/lib/sasl/doc/src/rel.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>1997</year> - <year>2011</year> + <year>2012</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -88,7 +88,7 @@ <p>The list must be a subset of the included applications specified in the application resource file (<c>Application.app</c>) and overrides this value. Defaults - to the empty list.</p> + to the same value as in the application resource file.</p> </item> </list> <note> |