From 66a53c035954bfa650171d4bf4ab795a1e7f744d Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Fri, 17 Mar 2017 14:47:34 +0900 Subject: [PATCH] fix typo history : s/booststamp/bootstamp/ related pull request : https://github.com/boostorg/website/pull/227 --- doc/interprocess.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interprocess.qbk b/doc/interprocess.qbk index 0139b61..9397251 100644 --- a/doc/interprocess.qbk +++ b/doc/interprocess.qbk @@ -6764,7 +6764,7 @@ thank them: * [@https://github.com/boostorg/interprocess/pull/35 GitHub Pull #35 (['"Fixed options for cross-compilation"])]. * New experimental option `BOOST_INTERPROCESS_BOOTSTAMP_IS_SESSION_MANAGER_BASED` from Windows systems. - This option derives the unique booststamp used to name the folder where shared memory is placed from registry values associated + This option derives the unique bootstamp used to name the folder where shared memory is placed from registry values associated with the session manager. This option only works on Vista and later systems and might be more stable than the default version. [endsect]