~ chicken-core (chicken-5) 779bc252fff142e83cf75f0ef1a3f974c0441c15


commit 779bc252fff142e83cf75f0ef1a3f974c0441c15
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jul 4 11:25:54 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jul 4 11:25:54 2015 +0200

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

diff --git a/manual/Unit posix b/manual/Unit posix
index af889722..30c8e994 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