From 0e38f3d443842728be24e4cbd1608dcaa3a41bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 28 Mar 2014 15:08:30 +0100 Subject: 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. --- lib/kernel/doc/src/pg2.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/kernel/doc/src/pg2.xml') 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 @@ pg2 Distributed Named Process Groups -

This module implements process groups. The groups in this - module differ from the groups in the module pg in several - ways. In pg, each message is sent to all members in the - group. In this module, each message may be sent to one, some, or - all members. +

This module implements process groups. Each message may be sent + to one, some, or all members of the group.

A group of processes can be accessed by a common name. For example, if there is a group named foobar, there can be a @@ -160,8 +157,7 @@

See Also -

kernel(6), - pg(3)

+

kernel(6)

-- cgit v1.2.3