From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doc setgroups Date: Thu, 04 Mar 2004 08:07:52 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <877jy1twhz.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078561221 28716 80.91.224.253 (6 Mar 2004 08:20:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Mar 2004 08:20:21 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 06 09:20:12 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AzX2a-0002lN-00 for ; Sat, 06 Mar 2004 09:20:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AzX2B-0000NY-9d for guile-devel@m.gmane.org; Sat, 06 Mar 2004 03:19:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AyeXo-0005Dn-6h for guile-devel@gnu.org; Wed, 03 Mar 2004 17:08:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AyeX7-0004hx-D1 for guile-devel@gnu.org; Wed, 03 Mar 2004 17:08:36 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AyeX6-0004f0-Ek for guile-devel@gnu.org; Wed, 03 Mar 2004 17:08:04 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i23M7xUe002616 for ; Thu, 4 Mar 2004 09:08:00 +1100 Original-Received: from localhost (ppp71.dyn251.pacific.net.au [203.143.251.71]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i23M7w5b023601 for ; Thu, 4 Mar 2004 09:07:59 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AyeWw-00040N-00; Thu, 04 Mar 2004 08:07:54 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3482 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3482 Apparently never having made it into the manual, * posix.texi (Processes): Add setgroups. - Scheme Procedure: setgroups vec - C Function: scm_setgroups (vec) Set the current supplementary group IDs to the integers in the given vector VEC. The return value is unspecified. Generally only the superuser can set the process group IDs (*note Setting the Group IDs: (libc)Setting Groups.). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel