aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-05-05 16:29:08 +0200
committerSiri Hansen <[email protected]>2014-05-05 16:29:18 +0200
commitfe18de0c58e44e785a773ec6887a23fc384175b1 (patch)
tree69a80d9e2974b22813cda65a26215cc9dbaad017 /lib/kernel/doc/src
parent313b7d51f2af565718bc24f122f8c70d45697968 (diff)
parent0e38f3d443842728be24e4cbd1608dcaa3a41bdb (diff)
downloadotp-fe18de0c58e44e785a773ec6887a23fc384175b1.tar.gz
otp-fe18de0c58e44e785a773ec6887a23fc384175b1.tar.bz2
otp-fe18de0c58e44e785a773ec6887a23fc384175b1.zip
Merge branch 'essen/remove-pg'
* essen/remove-pg: Remove the pg module and related documentation OTP-11907
Diffstat (limited to 'lib/kernel/doc/src')
-rw-r--r--lib/kernel/doc/src/pg2.xml10
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>