|
Boost-Commit : |
From: chris_at_[hidden]
Date: 2007-12-08 08:00:46
Author: chris_kohlhoff
Date: 2007-12-08 08:00:45 EST (Sat, 08 Dec 2007)
New Revision: 41867
URL: http://svn.boost.org/trac/boost/changeset/41867
Log:
Documentation fixes.
Text files modified:
trunk/libs/asio/doc/asio.qbk | 1 -
trunk/libs/asio/doc/examples.qbk | 12 +++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
Modified: trunk/libs/asio/doc/asio.qbk
==============================================================================
--- trunk/libs/asio/doc/asio.qbk (original)
+++ trunk/libs/asio/doc/asio.qbk 2007-12-08 08:00:45 EST (Sat, 08 Dec 2007)
@@ -17,7 +17,6 @@
[authors [Kohlhoff, Christopher]]
[category template]
[category generic]
- [last-revision $Date$]
]
[template mdash[] '''— ''']
Modified: trunk/libs/asio/doc/examples.qbk
==============================================================================
--- trunk/libs/asio/doc/examples.qbk (original)
+++ trunk/libs/asio/doc/examples.qbk 2007-12-08 08:00:45 EST (Sat, 08 Dec 2007)
@@ -50,8 +50,8 @@
[heading HTTP Client]
Example programs implementing simple HTTP 1.0 clients. These examples show how
-to use the [link boost_asio.reference.read_until] and [link
-boost_asio.reference.async_read_until] functions.
+to use the [link boost_asio.reference.read_until read_until] and [link
+boost_asio.reference.async_read_until async_read_until] functions.
* [@../../example/http/client/sync_client.cpp]
* [@../../example/http/client/async_client.cpp]
@@ -139,7 +139,8 @@
[heading Iostreams]
-Two examples showing how to use [link boost_asio.reference.ip__tcp.iostream].
+Two examples showing how to use [link boost_asio.reference.ip__tcp.iostream
+ip::tcp::iostream].
* [@../../example/iostreams/daytime_client.cpp]
* [@../../example/iostreams/daytime_server.cpp]
@@ -170,7 +171,7 @@
This example demonstrates how to integrate custom functionality (in this case,
for logging) into asio's [link boost_asio.reference.io_service io_service], and
how to use a custom service with [link
-boost_asio.reference.basic_stream_socket].
+boost_asio.reference.basic_stream_socket basic_stream_socket<>].
* [@../../example/services/basic_logger.hpp]
* [@../../example/services/daytime_client.cpp]
@@ -192,7 +193,8 @@
[heading SSL]
Example client and server programs showing the use of the [link
-boost_asio.reference.ssl__stream] template with asynchronous operations.
+boost_asio.reference.ssl__stream ssl::stream<>] template with asynchronous
+operations.
* [@../../example/ssl/client.cpp]
* [@../../example/ssl/server.cpp]
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