diff --git a/v3/doc/reference.html b/v3/doc/reference.html
index ba3eb6e..d3e6cec 100644
--- a/v3/doc/reference.html
+++ b/v3/doc/reference.html
@@ -2453,8 +2453,8 @@ path temp_directory_path(system::error_code& ec);
conventions of the operating system. The specifics of how this path is
determined are implementation defined. An error shall be reported if !exists(p)
|| !is_directory(p), where p is the path to be returned.
POSIX: The path supplied by the first environment variable in the - list TMPDIR, TMP, TEMP, TEMPDIR that names an existing directory.
+POSIX: The path supplied by the first environment variable found in the
+ list TMPDIR, TMP, TEMP, TEMPDIR. If none of these are found, "/tmp".
Windows: The path reported by the Windows GetTempPath API function.
Throws: As specified in Error reporting.
@@ -3089,7 +3089,7 @@ multiple string types. His idea became the basis for the version 3 path design.<Distributed under the Boost Software License, Version 1.0. See www.boost.org/LICENSE_1_0.txt
Revised -16 October 2010
+17 October 2010