Fix reference link.

This commit is contained in:
chris_kohlhoff 2008-10-29 12:35:30 +00:00
parent eafc4262dc
commit 9dc8e9b296

View File

@ -34,7 +34,7 @@ protocol with a fixed length message header and variable length message body.
* [@../src/examples/chat/chat_server.cpp]
The following POSIX-specific chat client demonstrates how to use the
[link asio.reference.posix.stream_descriptor posix::stream_descriptor] class to
[link asio.reference.posix__stream_descriptor posix::stream_descriptor] class to
perform console input and output.
* [@../src/examples/chat/posix_chat_client.cpp]