diff options
author | Siri Hansen <[email protected]> | 2014-04-02 18:27:17 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-04-02 18:27:17 +0200 |
commit | b52458dfbbb6e9a0c9f62dfcd0dd7f9247efa0af (patch) | |
tree | 68a2acd7ddd25b8eecc2f797ce2f59a5cd26099d /lib/stdlib/doc | |
parent | ac79481c9bd9894616213a5b7eccf6d5f94cbed8 (diff) | |
download | otp-b52458dfbbb6e9a0c9f62dfcd0dd7f9247efa0af.tar.gz otp-b52458dfbbb6e9a0c9f62dfcd0dd7f9247efa0af.tar.bz2 otp-b52458dfbbb6e9a0c9f62dfcd0dd7f9247efa0af.zip |
Deprecate module pg
To be removed in Erlang/OTP 18
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/pg.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/pg.xml b/lib/stdlib/doc/src/pg.xml index 7cc1b805b4..a3b69884b6 100644 --- a/lib/stdlib/doc/src/pg.xml +++ b/lib/stdlib/doc/src/pg.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>1996</year> - <year>2013</year> + <year>2014</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -32,6 +32,9 @@ <module>pg</module> <modulesummary>Distributed, Named Process Groups</modulesummary> <description> + <warning> + <p>This module is deprecated and will be removed in Erlang/OTP 18.</p> + </warning> <p>This (experimental) module implements process groups. A process group is a group of processes that can be accessed by a common name. For example, a group named <c>foobar</c> can include a set |