|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66291 - trunk/libs/filesystem/v2/doc
From: dnljms_at_[hidden]
Date: 2010-10-30 19:15:37
Author: danieljames
Date: 2010-10-30 19:15:36 EDT (Sat, 30 Oct 2010)
New Revision: 66291
URL: http://svn.boost.org/trac/boost/changeset/66291
Log:
Fix a non-ascii character in a bookmark.
Text files modified:
trunk/libs/filesystem/v2/doc/index.htm | 2 +-
trunk/libs/filesystem/v2/doc/portability_guide.htm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/filesystem/v2/doc/index.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/index.htm (original)
+++ trunk/libs/filesystem/v2/doc/index.htm 2010-10-30 19:15:36 EDT (Sat, 30 Oct 2010)
@@ -780,7 +780,7 @@
<li>The object library can now be built for either
static or dynamic (shared/dll) linking. </li>
<li>Several added functions, including improved checking for directory and
- file name portability. See <a href="portability_guide.htm#name_checkÂ_functions">
+ file name portability. See <a href="portability_guide.htm#name_check_functions">
Name check functions</a>.</li>
<li>Separation of canonical form and normalized form and a new path member
function normalize(). This changes behavior,
Modified: trunk/libs/filesystem/v2/doc/portability_guide.htm
==============================================================================
--- trunk/libs/filesystem/v2/doc/portability_guide.htm (original)
+++ trunk/libs/filesystem/v2/doc/portability_guide.htm 2010-10-30 19:15:36 EDT (Sat, 30 Oct 2010)
@@ -18,7 +18,7 @@
<p>
<a href="#Introduction">Introduction</a><br>
-name_check functions<br>
+name_check functions<br>
<a href="#recommendations">File and directory name recommendations</a></p>
<h2><a name="Introduction">Introduction</a></h2>
<p>Like any other C++ program which performs I/O operations, there is no
@@ -52,7 +52,7 @@
give the programmer a "fighting chance" to achieve portability by early
detection of common naming problems.</p>
-<h2><a name="name_check_functions">name_check functions</a></h2>
+<h2><a name="name_check_functions">name_check functions</a></h2>
<p>A <i>name_check</i> function
returns true if its argument is valid as a directory and regular file name for a
@@ -142,7 +142,7 @@
</tr>
<tr>
<td valign="top">Limit file and directory names to the characters A-Z, a-z, 0-9, period, hyphen, and
- underscore.<p>Use any of the "portable_" <a href="#name_check_functions">
+ underscore.<p>Use any of the "portable_" <a href="#name_check_functions">
name check functions</a> to enforce this recommendation.</td>
<td valign="top">These are the characters specified by the POSIX standard for portable directory and
file names, and are also valid for Windows, Mac, and many other modern file systems.</td>
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