bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

execute: Update comment


From: Bruno Haible
Subject: execute: Update comment
Date: Sat, 07 Apr 2018 19:20:43 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

pipe.h was renamed to spawn-pipe.h in 2010.


2018-04-07  Bruno Haible  <address@hidden>

        execute: Update comment.
        * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h.

diff --git a/lib/execute.h b/lib/execute.h
index dfa39a3..f8f92b0 100644
--- a/lib/execute.h
+++ b/lib/execute.h
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]