summaryrefslogtreecommitdiff
path: root/libs/filesystem/doc/faq.htm
diff options
context:
space:
mode:
Diffstat (limited to 'libs/filesystem/doc/faq.htm')
-rw-r--r--libs/filesystem/doc/faq.htm23
1 files changed, 12 insertions, 11 deletions
diff --git a/libs/filesystem/doc/faq.htm b/libs/filesystem/doc/faq.htm
index 85b64dc0e..ec177c23c 100644
--- a/libs/filesystem/doc/faq.htm
+++ b/libs/filesystem/doc/faq.htm
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Filesystem FAQ</title>
-<link rel="stylesheet" type="text/css" href="../../../doc/src/minimal.css">
+<link href="styles.css" rel="stylesheet">
</head>
<body>
@@ -22,22 +22,23 @@
</tr>
</table>
-<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" width="100%">
+<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse"
+ bordercolor="#111111" bgcolor="#D7EEFF" width="100%">
<tr>
- <td><a href="index.htm">Filesystem Home</a> &nbsp;&nbsp;
- <a href="release_history.html">Releases</a> &nbsp;&nbsp;
- <a href="reference.html">Reference</a> &nbsp;&nbsp;
+ <td><a href="index.htm">Home</a> &nbsp;&nbsp;
<a href="tutorial.html">Tutorial</a> &nbsp;&nbsp;
+ <a href="reference.html">Reference</a> &nbsp;&nbsp;
<a href="faq.htm">FAQ</a> &nbsp;&nbsp;
+ <a href="release_history.html">Releases</a> &nbsp;&nbsp;
<a href="portability_guide.htm">Portability</a> &nbsp;&nbsp;
<a href="v3.html">V3 Intro</a> &nbsp;&nbsp;
<a href="v3_design.html">V3 Design</a> &nbsp;&nbsp;
<a href="deprecated.html">Deprecated</a> &nbsp;&nbsp;
+ <a href="issue_reporting.html">Bug Reports </a>&nbsp;&nbsp;
</td>
- </tr>
</table>
-<h1 dir="ltr">
+<h1>
Frequently Asked Questions</h1>
<h2>General questions</h2>
<p><b>Why not support a concept of specific kinds of file systems, such as posix_file_system or windows_file_system.</b></p>
@@ -45,7 +46,7 @@ Frequently Asked Questions</h1>
library.&nbsp;Features specific to a particular operating system or file system
can always be accessed by using the operating system's API.</p>
-<h2 dir="ltr">
+<h2>
Class <code><font size="6">path</font></code> questions </h2>
<p><b>Why base the generic pathname format on POSIX?</b></p>
<p><a href="design.htm#POSIX-01">POSIX</a> is an ISO Standard. It is the basis for the most familiar
@@ -140,8 +141,8 @@ functions, while operations performed by the operating system are provided as
free functions.</p>
<hr>
<p>Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 March, 2012<!--webbot bot="Timestamp" endspan i-checksum="28814" --></p>
-<p>© Copyright Beman Dawes, 2002</p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 December, 2014<!--webbot bot="Timestamp" endspan i-checksum="38652" --></p>
+<p>&copy; Copyright Beman Dawes, 2002</p>
<p> Use, modification, and distribution are subject to the Boost Software
License, Version 1.0. See <a href="http://www.boost.org/LICENSE_1_0.txt">
www.boost.org/LICENSE_1_0.txt</a></p> \ No newline at end of file