~ chicken-core (chicken-5) ce4830f7ff22b776fe012bc4f3702bdde22c2894


commit ce4830f7ff22b776fe012bc4f3702bdde22c2894
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jul 4 11:24:52 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jul 4 11:24:52 2015 +0200

    set-process-group-id! does not exist anymore: remove from manual

diff --git a/manual/Unit posix b/manual/Unit posix
index 48f6125f..6a097fad 100644
--- a/manual/Unit posix	
+++ b/manual/Unit posix	
@@ -631,8 +631,9 @@ Returns the process ID of the parent of the current process.
 ==== process-group-id
 
 <procedure>(process-group-id PID)</procedure>
+ [setter] (set! (process-group-id PID) PGID)
 
-Returns the process group ID of the process specified by {{PID}}.
+Get or set the process group ID of the process specified by {{PID}}.
 
 ==== process-execute
 
@@ -867,13 +868,6 @@ Sets the supplementrary group IDs of the current user to the IDs from the user w
 
 Only the superuser may invoke this procedure.
 
-==== set-process-group-id!
-
-<procedure>(set-process-group-id! PID PGID)</procedure>
- [setter] (set! (process-group-id PID) PGID)
-
-Sets the process group ID of the process specifed by {{PID}} to {{PGID}}.
-
 
 === Record locking
 
Trap