$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62608 - in branches/release/libs/iostreams: . doc/classes
From: daniel_james_at_[hidden]
Date: 2010-06-08 19:11:37
Author: danieljames
Date: 2010-06-08 19:11:37 EDT (Tue, 08 Jun 2010)
New Revision: 62608
URL: http://svn.boost.org/trac/boost/changeset/62608
Log:
Small documentation fixes.
Properties modified: 
   branches/release/libs/iostreams/   (props changed)
Text files modified: 
   branches/release/libs/iostreams/doc/classes/mapped_file.html |     4 ++--                                    
   branches/release/libs/iostreams/doc/classes/zlib.html        |     2 +-                                      
   2 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/release/libs/iostreams/doc/classes/mapped_file.html
==============================================================================
--- branches/release/libs/iostreams/doc/classes/mapped_file.html	(original)
+++ branches/release/libs/iostreams/doc/classes/mapped_file.html	2010-06-08 19:11:37 EDT (Tue, 08 Jun 2010)
@@ -45,7 +45,7 @@
 <P>
     Wide-character versions of the memory-mapped file Devices may be defined as follows, using the template code_converter:
     <PRE CLASS="broken_ie">    <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/code_converter.hpp"><SPAN CLASS="literal"><boost/iostreams/code_converter.hpp></SPAN></A>
-    <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/device/mapped_file.hpp"><SPAN CLASS="literal"><boost/iostreams/maped_file.hpp></SPAN></A>
+    <SPAN CLASS="preprocessor">#include</SPAN> <A CLASS="header" HREF="../../../../boost/iostreams/device/mapped_file.hpp"><SPAN CLASS="literal"><boost/iostreams/device/mapped_file.hpp></SPAN></A>
 
     <SPAN CLASS="keyword">typedef</SPAN> code_converter<mapped_file_source>  <SPAN CLASS="defined">wmapped_file_source</SPAN>;
     <SPAN CLASS="keyword">typedef</SPAN> code_converter<mapped_file_sink>    <SPAN CLASS="defined">wmapped_file_sink</SPAN>;</PRE>
@@ -576,4 +576,4 @@
 
 <!-- End Footer -->
 
-</BODY>
\ No newline at end of file
+</BODY>
Modified: branches/release/libs/iostreams/doc/classes/zlib.html
==============================================================================
--- branches/release/libs/iostreams/doc/classes/zlib.html	(original)
+++ branches/release/libs/iostreams/doc/classes/zlib.html	2010-06-08 19:11:37 EDT (Tue, 08 Jun 2010)
@@ -99,7 +99,7 @@
 <SPAN CLASS="keyword">struct</SPAN> <A CLASS="documented" HREF="#basic_zlib_decompressor">basic_zlib_decompressor</A>;
 
 <SPAN CLASS="keyword">typedef</SPAN> basic_zlib_compressor<>   <SPAN CLASS="defined">zlib_compressor</SPAN>;
-<SPAN CLASS="keyword">typedef</SPAN> basic_zlib_decompressor<>lt;<>gt; <SPAN CLASS="defined">zlib_decompressor</SPAN>;
+<SPAN CLASS="keyword">typedef</SPAN> basic_zlib_decompressor<> <SPAN CLASS="defined">zlib_decompressor</SPAN>;
 
 <SPAN CLASS="keyword">class</SPAN> <A CLASS="documented" HREF="#zlib_error">zlib_error</A>;