Ticket #964: portability_guide.htm.patch

File portability_guide.htm.patch, 1.7 KB (added by bdawes@…, 15 years ago)

patch for libs/filesystem/doc/portability_quide.htm

  • .htm

    old new  
    4848cannot guarantee directory and file name portability. Rather, they are intended to
    4949give the programmer a "fighting chance" to achieve portability by early
    5050detection of common naming problems.</p>
    5151
    5252<h2><a name="name_check­_functions">name_check functions</a></h2>
    5353
    54 <p>A <i><a href="path.htm#name_check_typedef">name_check</a></i> function
     54<p>A <i>name_check</i> function
    5555returns true if its argument is a valid name for a particular operating or file
    5656system. A number of these functions are supplied, and user-supplied <i>
    5757name_check</i> functions are also allowed.</p>
    5858
    5959<p>The <a href="#portable_name">portable_name</a> function is of particular
    6060interest because it has been carefully designed to provide wide
     
    196196    only very high limits on lengths inhibits widest portability.</td>
    197197  </tr>
    198198</table>
    199199
    200200<hr>
    201201<p>Revised
    202 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->22 March, 2005<!--webbot bot="Timestamp" endspan i-checksum="28898" --></p>
     202<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 June, 2007<!--webbot bot="Timestamp" endspan i-checksum="19946" --></p>
    203203
    204204<p>© Copyright Beman Dawes, 2002, 2003</p>
    205205<p> Use, modification, and distribution are subject to the Boost Software
    206206License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
    207207LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
    208208www.boost.org/LICENSE_1_0.txt</a>)</p>
    209209
    210210</body>
    211211
    212212</html>