Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72407 - trunk/libs/asio/doc/overview
From: chris_at_[hidden]
Date: 2011-06-05 10:34:46


Author: chris_kohlhoff
Date: 2011-06-05 10:34:45 EDT (Sun, 05 Jun 2011)
New Revision: 72407
URL: http://svn.boost.org/trac/boost/changeset/72407

Log:
Use correct source mode.

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

Modified: trunk/libs/asio/doc/overview/handler_tracking.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/handler_tracking.qbk (original)
+++ trunk/libs/asio/doc/overview/handler_tracking.qbk 2011-06-05 10:34:45 EDT (Sun, 05 Jun 2011)
@@ -12,6 +12,7 @@
 writes debugging output to the standard error stream. The output records
 asynchronous operations and the relationships between their handlers.
 
+[teletype]
 This feature is useful when debugging and you need to know how your
 asynchronous operations are chained together, or what the pending asynchronous
 operations are. As an illustration, here is the output when you run the HTTP
@@ -96,5 +97,6 @@
 The handler tracking output may be post-processed using the included
 [^handlerviz.pl] tool to create a visual representation of the handlers
 (requires the GraphViz tool [^dot]).
+[c++]
 
 [endsect]


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