$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85756 - trunk/boost/asio
From: chris_at_[hidden]
Date: 2013-09-17 18:04:10
Author: chris_kohlhoff
Date: 2013-09-17 18:04:10 EDT (Tue, 17 Sep 2013)
New Revision: 85756
URL: http://svn.boost.org/trac/boost/changeset/85756
Log:
Fix documentation error where an asynchronous function was described as
having synchronous behaviour.
Text files modified: 
   trunk/boost/asio/basic_datagram_socket.hpp |     5 ++---                                   
   1 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/boost/asio/basic_datagram_socket.hpp
==============================================================================
--- trunk/boost/asio/basic_datagram_socket.hpp	Tue Sep 17 18:03:29 2013	(r85755)
+++ trunk/boost/asio/basic_datagram_socket.hpp	2013-09-17 18:04:10 EDT (Tue, 17 Sep 2013)	(r85756)
@@ -350,9 +350,8 @@
 
   /// Start an asynchronous send on a connected socket.
   /**
-   * This function is used to send data on the datagram socket. The function
-   * call will block until the data has been sent successfully or an error
-   * occurs.
+   * This function is used to asynchronously send data on the datagram socket.
+   * The function call always returns immediately.
    *
    * @param buffers One or more data buffers to be sent on the socket. Although
    * the buffers object may be copied as necessary, ownership of the underlying