From 264b517b3817841e311d77fa7c599b6ce5178a4a Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Wed, 2 Aug 2017 09:35:41 +0200 Subject: [PATCH] Update async.hpp --- include/boost/process/async.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/process/async.hpp b/include/boost/process/async.hpp index 9698aab9..b6ed5a76 100644 --- a/include/boost/process/async.hpp +++ b/include/boost/process/async.hpp @@ -117,8 +117,8 @@ chlid c2("ls", on_exit=exit_code); \endcode \note The handler is not invoked when the launch fails. -\warning When used \ref ignore_error it might gte invoked on error. - +\warning When used \ref ignore_error it might get invoked on error. +\warning All `on_exit` use one signal(SIGCHLD) on poisx, which is only guaranteed to work when all use the same `io_service`. */ constexpr static ::boost::process::detail::on_exit_ on_exit{}; #endif