changeset 39296:9047af4b8210

execute: Update comment. * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Apr 2018 19:18:59 +0200
parents 628bbf53398a
children d9cf6b897a99
files ChangeLog lib/execute.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 05 08:48:01 2018 -0700
+++ b/ChangeLog	Sat Apr 07 19:18:59 2018 +0200
@@ -1,3 +1,8 @@
+2018-04-07  Bruno Haible  <bruno@clisp.org>
+
+	execute: Update comment.
+	* lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h.
+
 2018-04-05  Paul Eggert  <eggert@cs.ucla.edu>
 
 	fts: treat CIFS like NFS
--- a/lib/execute.h	Thu Apr 05 08:48:01 2018 -0700
+++ b/lib/execute.h	Sat Apr 07 19:18:59 2018 +0200
@@ -33,7 +33,7 @@
    the subprocess (if supported by the platform: not on native Windows
    platforms), otherwise 0.
    It is recommended that no signal is blocked or ignored while execute()
-   is called.  See pipe.h for the reason.  */
+   is called.  See spawn-pipe.h for the reason.  */
 extern int execute (const char *progname,
                     const char *prog_path, char **prog_argv,
                     bool ignore_sigpipe,