$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77656 - in trunk/libs/filesystem/doc: . src
From: bdawes_at_[hidden]
Date: 2012-03-30 17:25:36
Author: bemandawes
Date: 2012-03-30 17:25:35 EDT (Fri, 30 Mar 2012)
New Revision: 77656
URL: http://svn.boost.org/trac/boost/changeset/77656
Log:
Correct ".." description (thanks Ivan Le Lann). Add path iterator overview sentence.
Text files modified: 
   trunk/libs/filesystem/doc/reference.html  |     6 ++++--                                  
   trunk/libs/filesystem/doc/src/source.html |     6 ++++--                                  
   2 files changed, 8 insertions(+), 4 deletions(-)
Modified: trunk/libs/filesystem/doc/reference.html
==============================================================================
--- trunk/libs/filesystem/doc/reference.html	(original)
+++ trunk/libs/filesystem/doc/reference.html	2012-03-30 17:25:35 EDT (Fri, 30 Mar 2012)
@@ -336,8 +336,9 @@
 <p>Multiple successive <i>directory-separator</i> characters are considered to 
 be the same as one <i>directory-separator</i> character. The <i>filename</i>
 <code>"."</code> is considered to be a reference to the current directory. The
-<i>filename</i> <code>".."</code> is considered to be a reference to the current 
-directory. Specific <i>filenames</i> may have special meaning for a particular 
+<i>filename</i> <code>".."</code> is considered to be a reference to the 
+parent 
+directory. Specific <i>filenames</i> may have special meanings for a particular 
 operating system.</p>
 </blockquote>
 <p><b><i><a name="native-pathname-format">Native pathname format:</a></i></b>  
@@ -1234,6 +1235,7 @@
 </blockquote>
 <h3> <a name="path-iterators"> <code>
 <font size="4">path</font></code> iterators</a></h3>
+<p> Path iterators iterate over the elements of the stored pathname.</p>
 <p> A <code>path::iterator</code> is a constant iterator satisfying all 
 the requirements of a bidirectional iterator (C++ Std, 24.1.4 Bidirectional 
 iterators [lib.bidirectional.iterators]). Its <code>value_type</code> is <code>
Modified: trunk/libs/filesystem/doc/src/source.html
==============================================================================
--- trunk/libs/filesystem/doc/src/source.html	(original)
+++ trunk/libs/filesystem/doc/src/source.html	2012-03-30 17:25:35 EDT (Fri, 30 Mar 2012)
@@ -299,8 +299,9 @@
 <p>Multiple successive <i>directory-separator</i> characters are considered to 
 be the same as one <i>directory-separator</i> character. The <i>filename</i>
 <code>"."</code> is considered to be a reference to the current directory. The
-<i>filename</i> <code>".."</code> is considered to be a reference to the current 
-directory. Specific <i>filenames</i> may have special meaning for a particular 
+<i>filename</i> <code>".."</code> is considered to be a reference to the 
+parent 
+directory. Specific <i>filenames</i> may have special meanings for a particular 
 operating system.</p>
 </blockquote>
 <p><b><i><a name="native-pathname-format">Native pathname format:</a></i></b>  
@@ -1189,6 +1190,7 @@
 </blockquote>
 <h3> <a name="path-iterators"> <code>
 <font size="4">path</font></code> iterators</a></h3>
+<p> Path iterators iterate over the elements of the stored pathname.</p>
 <p> A <code>path::iterator</code> is a constant iterator satisfying all 
 the requirements of a bidirectional iterator (C++ Std, 24.1.4 Bidirectional 
 iterators [lib.bidirectional.iterators]). Its <code>value_type</code> is <code>