Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71863 - in branches/release/libs/iostreams: . doc doc/functions
From: dnljms_at_[hidden]
Date: 2011-05-10 14:44:24


Author: danieljames
Date: 2011-05-10 14:44:23 EDT (Tue, 10 May 2011)
New Revision: 71863
URL: http://svn.boost.org/trac/boost/changeset/71863

Log:
Iostreams: merge documentation fixes.
Properties modified:
   branches/release/libs/iostreams/ (props changed)
Text files modified:
   branches/release/libs/iostreams/doc/functions/seek.html | 2 +-
   branches/release/libs/iostreams/doc/installation.html | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/iostreams/doc/functions/seek.html
==============================================================================
--- branches/release/libs/iostreams/doc/functions/seek.html (original)
+++ branches/release/libs/iostreams/doc/functions/seek.html 2011-05-10 14:44:23 EDT (Tue, 10 May 2011)
@@ -82,7 +82,7 @@
             <UL>
                 <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::beg</CODE>, the initial position is the begining of the stream
                 <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::cur</CODE>, the initial position is the current position
- <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::beg</CODE>, the initial position is the end of the stream
+ <LI CLASS="square">if <I>way</I> is <CODE>std::ios_base::end</CODE>, the initial position is the end of the stream
             </UL>
             </P>
     </TR>

Modified: branches/release/libs/iostreams/doc/installation.html
==============================================================================
--- branches/release/libs/iostreams/doc/installation.html (original)
+++ branches/release/libs/iostreams/doc/installation.html 2011-05-10 14:44:23 EDT (Tue, 10 May 2011)
@@ -57,7 +57,7 @@
 </TR>
 <TR>
     <TD>boost/iostreams/filter/gzip.hpp</TD>
- <TD>zlib.cpp</TD>
+ <TD>gzip.cpp, zlib.cpp</TD>
     <TD STYLE='padding-left:1.5em'>zlib</TD>
 </TR>
 <TR>


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