diff options
author | Loïc Hoguin <[email protected]> | 2014-03-28 15:08:30 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-04-26 00:05:44 +0200 |
commit | 0e38f3d443842728be24e4cbd1608dcaa3a41bdb (patch) | |
tree | 8e33353c94973fd032545230ee92793dafe420ff /lib/kernel/doc | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.gz otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.bz2 otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.zip |
Remove the pg module and related documentation
This module has been marked experimental for more than 15 years,
and has largely been superseded by the pg2 module from the kernel
application. The original pg also has no tests and has not been
updated in the last 15 years other than small maintenance edits
(like adding specs or replacing pid/1 by is_pid/1). It is pretty
unlikely that anyone uses it today and its presence is simply
confusing as people should be using pg2 anyway.
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/pg2.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/kernel/doc/src/pg2.xml b/lib/kernel/doc/src/pg2.xml index 5eb63c1ef6..35cf85470a 100644 --- a/lib/kernel/doc/src/pg2.xml +++ b/lib/kernel/doc/src/pg2.xml @@ -34,11 +34,8 @@ <module>pg2</module> <modulesummary>Distributed Named Process Groups</modulesummary> <description> - <p>This module implements process groups. The groups in this - module differ from the groups in the module <c>pg</c> in several - ways. In <c>pg</c>, each message is sent to all members in the - group. In this module, each message may be sent to one, some, or - all members. + <p>This module implements process groups. Each message may be sent + to one, some, or all members of the group. </p> <p>A group of processes can be accessed by a common name. For example, if there is a group named <c>foobar</c>, there can be a @@ -160,8 +157,7 @@ <section> <title>See Also</title> - <p><seealso marker="kernel_app">kernel(6)</seealso>, - <seealso marker="stdlib:pg">pg(3)</seealso></p> + <p><seealso marker="kernel_app">kernel(6)</seealso></p> </section> </erlref> |