]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/asio/example/cpp03/tutorial/daytime_dox.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / asio / example / cpp03 / tutorial / daytime_dox.txt
index 41ee7e060aa01980894267590ddef26620100b2b..b90654e1929a415ac67417e2e1645986661322dd 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 //
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -326,7 +326,7 @@ Create an boost::asio::ip::udp::socket object to receive requests on UDP port 13
 Wait for a client to initiate contact with us. The remote_endpoint object will
 be populated by boost::asio::ip::udp::socket::receive_from().
 
-\until throw
+\until receive_from
 
 Determine what we are going to send back to the client.