~ chicken-core (chicken-5) 488d8ea7093faa7bfe5647caadb8b8b4846d777a
commit 488d8ea7093faa7bfe5647caadb8b8b4846d777a
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Aug 1 12:11:34 2013 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Aug 1 12:11:34 2013 +0200
typo fixes.
diff --git a/manual/Unit posix b/manual/Unit posix
index d3711a64..961fbf15 100644
--- a/manual/Unit posix
+++ b/manual/Unit posix
@@ -1341,7 +1341,7 @@ not be obtained. On Windows, this procedure always returns {{0}},
; {{create-session}} : {{setsid}}
; {{create-symbolic-link}} : {{link}}
; {{current-directory}} : {{curdir}}
-; {{current-effective-groupd-id}} : {{getegid}}
+; {{current-effective-group-id}} : {{getegid}}
; {{current-effective-user-id}} : {{geteuid}}
; {{current-group-id}} : {{getgid}}
; {{current-parent-id}} : {{getppid}}
@@ -1454,7 +1454,7 @@ Microsoft tools or with MinGW):
errno/wouldblock
change-directory*
change-file-owner
- current-user-id current-group-id current-effective-user-id current-effective-groupd-id
+ 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!
Trap