summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-11 20:55:52 +0200
committerBruno Haible <bruno@clisp.org>2020-08-11 20:55:52 +0200
commit94ac56c0380279ed0d1ec6bd44040b3d14f47f4e (patch)
tree18bf55b8ccdc8f7a9eeed09d069bf8df0c2a3c71 /doc
parentd4ce9ee2e0eb60490b07abec8ab7af926c783982 (diff)
downloadgnulib-94ac56c0380279ed0d1ec6bd44040b3d14f47f4e.tar.gz
execute, spawn-pipe: Use _spawnvpe, not spawnvpe.
* lib/execute.c (execute): Use _spawnvpe, not spawnvpe. * lib/spawn-pipe.c (create_pipe): Likewise. * tests/test-nonblocking-pipe-main.c (main): Likewise. * tests/test-nonblocking-socket-main.c (main): Likewise. * lib/wait-process.c: Update comment. * doc/posix-functions/fork.texi: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/fork.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fork.texi b/doc/posix-functions/fork.texi
index bfbc6e2bab..cae51d1f82 100644
--- a/doc/posix-functions/fork.texi
+++ b/doc/posix-functions/fork.texi
@@ -23,5 +23,5 @@ call. @code{vfork} is a variant of @code{fork} that has been introduced to
optimize the @code{fork}/@code{exec} pattern.
@item
On Windows platforms (excluding Cygwin), this function is not implemented; use
-@code{spawnvp} instead.
+@code{_spawnvp} instead.
@end itemize