Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-02-22 18:53:16


Author: turkanis
Date: 2008-02-22 18:53:16 EST (Fri, 22 Feb 2008)
New Revision: 43385
URL: http://svn.boost.org/trac/boost/changeset/43385

Log:
minor fixes to last committed version
Text files modified:
   branches/iostreams_dev/libs/iostreams/doc/concepts/closable.html | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/doc/concepts/closable.html
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/concepts/closable.html (original)
+++ branches/iostreams_dev/libs/iostreams/doc/concepts/closable.html 2008-02-22 18:53:16 EST (Fri, 22 Feb 2008)
@@ -50,7 +50,6 @@
 <P>For Filters controlling a single sequence, the signature of <CODE>close</CODE> is:</P>
 <PRE CLASS="broken_ie"> <SPAN CLASS="keyword">template</SPAN>&lt;<SPAN CLASS="keyword">typename</SPAN> Device&gt;
     <SPAN CLASS="keyword">void</SPAN> close(Device&amp;);</PRE>
-<P>The implementation of the member function <CODE>close</CODE> may read from, write to, or seek within the given Device, depending on the mode of the device.</P>
 
 <H4>Two-Sequence Devices</H4>
 
@@ -69,7 +68,7 @@
 
 <H4>Dual-Use Filters</H4>
 
-<P>The signature of <CODE>close</CODE> for DualUserFilters is the same as that for two-sequence Filters.</P>
+<P>The signature of <CODE>close</CODE> for DualUserFilters is the same as that for two-sequence Filters:</P>
 <PRE CLASS="broken_ie"> <SPAN CLASS="keyword">template</SPAN>&lt;<SPAN CLASS="keyword">typename</SPAN> Device&gt;
     <SPAN CLASS="keyword">void</SPAN> close(Device&amp;, std::ios_base::openmode);</PRE>
 <P>This function will be called only once, depending on whether the filter is being used for input or output.</P>


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