summaryrefslogtreecommitdiff
path: root/doc/posix-functions/posix_spawn.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-28 14:12:27 +0200
committerBruno Haible <bruno@clisp.org>2008-09-28 14:12:27 +0200
commitcc342d20bb7de5042124c290239568745dc4c239 (patch)
tree37118c028b5dd13893363955ce20f2327bb254ce /doc/posix-functions/posix_spawn.texi
parent9a261f6811c5c700c952d8e08022e31c75305342 (diff)
downloadgnulib-cc342d20bb7de5042124c290239568745dc4c239.tar.gz
New module 'posix_spawn'.
Diffstat (limited to 'doc/posix-functions/posix_spawn.texi')
-rw-r--r--doc/posix-functions/posix_spawn.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/posix-functions/posix_spawn.texi b/doc/posix-functions/posix_spawn.texi
index 2bc9f4d15f..e5fa25c329 100644
--- a/doc/posix-functions/posix_spawn.texi
+++ b/doc/posix-functions/posix_spawn.texi
@@ -4,15 +4,18 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/posix_spawn.html}
-Gnulib module: ---
+Gnulib module: posix_spawn
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS.
+This function does not work on some platforms:
+mingw.
@end itemize