diff options
author | Mark H Weaver <mhw@netris.org> | 2013-03-30 22:56:27 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-03-30 22:56:27 -0400 |
commit | 86cf4773ff94a128247d484e6d69786869f41ebc (patch) | |
tree | a44cc484c7e1a9d55d957dc54cc8260b496f544d /doc/ref/api-options.texi | |
parent | c33ecf96a41979be0af1d56a7e12ad7c1196f12b (diff) | |
parent | b05257b9232e2ee631c28b15cace5981c4927446 (diff) | |
download | guile-86cf4773ff94a128247d484e6d69786869f41ebc.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index a1575c5af..8fa4f98a5 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +@c 2008, 2009, 2010, 2011, 2012, 2013 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -281,6 +282,11 @@ Databases}). Indicates support for POSIX functions: @code{pipe}, @code{getgroups}, @code{kill}, @code{execl} and so on (@pxref{POSIX}). +@item fork +Indicates support for the POSIX @code{fork} function (@pxref{Processes, +@code{primitive-fork}}). This is a prerequisite for the @code{(ice-9 +popen)} module (@pxref{Pipes}). + @item random Indicates availability of random number generation functions: @code{random}, @code{copy-random-state}, @code{random-uniform} and so on |