diff --git a/doc/qbk/02_examples/_examples.qbk b/doc/qbk/02_examples/_examples.qbk index fb066b6641..0a842f31c7 100644 --- a/doc/qbk/02_examples/_examples.qbk +++ b/doc/qbk/02_examples/_examples.qbk @@ -41,7 +41,7 @@ used to evaluate robustness. All asynchronous clients support timeouts. [[path_link example/http/client/coro/http_client_coro.cpp http_client_coro.cpp]] [[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp http_client_coro_ssl.cpp]] ][ - [WebSocket, C++20 coroutine] + [HTTP, C++20 coroutine] [[path_link example/http/client/awaitable/http_client_awaitable.cpp http_client_awaitable.cpp]] [[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp http_client_awaitable_ssl.cpp]] ][ diff --git a/doc/qbk/03_core/1_refresher.qbk b/doc/qbk/03_core/1_refresher.qbk index fdde3018ea..4cadac3058 100644 --- a/doc/qbk/03_core/1_refresher.qbk +++ b/doc/qbk/03_core/1_refresher.qbk @@ -235,7 +235,7 @@ customized by the caller, a completion handler defaults to using The function [@boost:/doc/html/boost_asio/reference/bind_allocator.html `net::bind_allocator`] -can be used when he caller wants to assign a custom allocator to the operation. +can be used when the caller wants to assign a custom allocator to the operation. A completion token's associated cancellation_slot can be used to cancel single