~ chicken-core (chicken-5) 51f3c2e4114423f384c9e96f92338829b91ac985
commit 51f3c2e4114423f384c9e96f92338829b91ac985
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jul 4 11:21:24 2015 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sat Jul 4 11:21:24 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