diff options
-rw-r--r-- | libbutl/path.mxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx index 464224f..ee1ece0 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -681,9 +681,9 @@ LIBBUTL_MODEXPORT namespace butl // Return a temporary path. The path is constructed by starting with the // temporary directory and then appending a path component consisting of - // the prefix followed by the process id following by a unique counter - // value inside the process. Throw std::system_error to report underlying - // OS errors. + // the specified prefix followed by the process id following by a unique + // counter value inside the process (all separated with `-`). Throw + // std::system_error to report underlying OS errors. // static basic_path temp_path (const string_type& prefix) |