diff --git a/doc/v2/quickstart.qbk b/doc/v2/quickstart.qbk index 7bd80ed5f..1d5089c42 100644 --- a/doc/v2/quickstart.qbk +++ b/doc/v2/quickstart.qbk @@ -68,7 +68,7 @@ interpret as a signal to shutdown. ``` process proc("/usr/bin/addr2line", {}); - proc.request_exit(); + proc.interrupt(); proc.wait(); ``` @@ -120,4 +120,4 @@ The async version supports cancellation and will forward cancellation types as f [endsect] -[endsect] \ No newline at end of file +[endsect]