Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85748 - trunk/libs/asio/doc/overview
From: chris_at_[hidden]
Date: 2013-09-17 17:48:54


Author: chris_kohlhoff
Date: 2013-09-17 17:48:54 EDT (Tue, 17 Sep 2013)
New Revision: 85748
URL: http://svn.boost.org/trac/boost/changeset/85748

Log:
Fix link to refer to native_handle() rather than the deprecated native() function.

Text files modified:
   trunk/libs/asio/doc/overview/posix.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/asio/doc/overview/posix.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/posix.qbk Tue Sep 17 17:45:43 2013 (r85747)
+++ trunk/libs/asio/doc/overview/posix.qbk 2013-09-17 17:48:54 EDT (Tue, 17 Sep 2013) (r85748)
@@ -48,7 +48,7 @@
 Transmission of file descriptors or credentials across UNIX domain sockets is
 not directly supported within Boost.Asio, but may be achieved by accessing the
 socket's underlying descriptor using the [link
-boost_asio.reference.basic_socket.native native()] member function.
+boost_asio.reference.basic_socket.native_handle native_handle()] member function.
 
 [heading See Also]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk