~ chicken-core (chicken-5) 858ce03894ccafa3a8f05014edfc0cd21049e50d


commit 858ce03894ccafa3a8f05014edfc0cd21049e50d
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jul 4 11:27:43 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jul 4 11:27:43 2015 +0200

    Remove other mentions of set-process-group-id! in manual

diff --git a/manual/Unit posix b/manual/Unit posix
index 30c8e994..f868cc58 100644
--- a/manual/Unit posix	
+++ b/manual/Unit posix	
@@ -1403,7 +1403,6 @@ not be obtained. On Windows, this procedure always returns {{0}},
 ; {{set-groups!}} : {{setgroups}}
 ; {{set-signal-mask!}} : {{sigprocmask}}
 ; {{set-group-id!}} : {{setgid}}
-; {{set-process-group-id!}} : {{setpgid}}
 ; {{set-user-id!}} : {{setuid}}
 ; {{set-root-directory!}} : {{chroot}}
 ; {{setenv}} : {{setenv/putenv}}
@@ -1463,7 +1462,7 @@ Microsoft tools or with MinGW):
  current-user-id  current-group-id  current-effective-user-id  current-effective-group-id
  set-user-id!  set-group-id!
  create-session
- process-group-id  set-process-group-id!
+ process-group-id
  create-symbolic-link  read-symbolic-link
  file-truncate
  file-lock  file-lock/blocking  file-unlock  file-test-lock
Trap