Corrected docs formatting, consistent spelling of Diermar Kühl's credits.

This commit is contained in:
Andrey Semashev 2021-06-13 03:55:07 +03:00
parent 657d0687e9
commit 647185388f
3 changed files with 10 additions and 10 deletions

View File

@ -228,7 +228,7 @@ answers to that question, the Filesystem Library alerts programmers of the need
to ask it in the first place.</p>
<h2><a name="Abandoned_Designs">Abandoned Designs</a></h2>
<h3>operations.hpp</h3>
<p>Dietmar Kühl's original <code>dir_it</code> design and implementation supported
<p>Dietmar Kühl's original <code>directory_iterator</code> design and implementation supported
wide-character file and directory names. It was abandoned after extensive
discussions among Library Working Group members failed to identify portable
semantics for wide-character names on systems not providing native support. See

View File

@ -381,7 +381,7 @@ performance issues.</p>
<p>The Filesystem Library was designed and implemented by Beman Dawes. The
original <i>directory_iterator</i> and <i>filesystem_error</i> classes were
based on prior work from Dietmar Kuehl, as modified by Jan Langer. Thomas Witt
based on prior work from Dietmar Kühl, as modified by Jan Langer. Thomas Witt
was a particular help in later stages of initial development. Peter Dimov and
Rob Stewart made many useful suggestions and comments over a long period of
time. Howard Hinnant helped with internationalization issues.</p>
@ -413,7 +413,7 @@ Darin Adler,
David Abrahams,
David Held,
Davlet Panech,
Dietmar Kuehl,
Dietmar Kühl,
Douglas Gregor,
Dylan Nicholson,
Ed Brey,

View File

@ -4421,7 +4421,7 @@ through to completion. She gave me the strength to continue after a difficult
year of cancer treatment in the middle of it all.</p>
<p>Many people contributed technical comments, ideas, and suggestions to the
Boost Filesystem Library. See <a href="http://www.boost.org/libs/filesystem/doc/index.htm#Acknowledgements">http://www.boost.org/libs/filesystem/doc/index.htm#Acknowledgements</a>.</p>
<p>Dietmar Kuehl contributed the original Boost Filesystem Library directory_iterator design. Peter Dimov, Walter Landry, Rob Stewart, and Thomas
<p>Dietmar Kühl contributed the original Boost Filesystem Library <code>directory_iterator</code> design. Peter Dimov, Walter Landry, Rob Stewart, and Thomas
Witt were particularly helpful in refining the library.</p>
<p>The create_directories, extension, basename, and replace_extension functions
were developed by Vladimir Prus. The temp_directory_path function was
@ -4437,9 +4437,9 @@ multiple string types. His idea became the basis for the version 3 path design.<
<tr>
<td width="16%" valign="top">[<a name="ISO_POSIX">ISO/IEC 9945</a>]</td>
<td width="84%">ISO/IEC 9945:2003, IEEE&nbsp;Std&nbsp;1003.1-2001, and The Open Group
Base Specifications, Issue 6. Also known as The Single Unix<font face="Times New Roman">&reg;
Base Specifications, Issue 6. Also known as The Single UNIX&reg;
Specification, Version 3. Available from each of the organizations involved
in its creation. For example, read online or download from <a href="http://www.unix.org/single_unix_specification/">www.unix.org/single_unix_specification/</a>.</font> The ISO JTC1/SC22/WG15 -
in its creation. For example, read online or download from <a href="http://www.unix.org/single_unix_specification/">www.unix.org/single_unix_specification/</a>. The ISO JTC1/SC22/WG15 -
POSIX homepage is <a href="http://www.open-std.org/jtc1/sc22/WG15/">www.open-std.org/jtc1/sc22/WG15/</a></td>
</tr>
<tr>
@ -4448,9 +4448,9 @@ multiple string types. His idea became the basis for the version 3 path design.<
</tr>
</table>
<hr>
<p><font size="2">&copy; Copyright Beman Dawes, 2002, 2006, 2007, 2009, 2010, 2011</font></p>
<p><font size="2">&copy; Copyright Andrey Semashev, 2019-2021</font></p>
<p><font size="2">Distributed under 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></font></p>
<p>&copy; Copyright Beman Dawes, 2002, 2006, 2007, 2009, 2010, 2011</p>
<p>&copy; Copyright Andrey Semashev, 2019-2021</p>
<p>Distributed under 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>
</body>
</html>