diff --git a/doc/dependencies.qbk b/doc/dependencies.qbk index f7274d8..30c6a11 100644 --- a/doc/dependencies.qbk +++ b/doc/dependencies.qbk @@ -6,14 +6,14 @@ [section Dependencies] -The Boost.Plugin is a header only library, but it depends on the following libraries -and they must be available in order to compile programs that use Boost.Plugin: +The Boost.DLL is a header only library, but it depends on the following libraries +and they must be available in order to compile programs that use Boost.DLL: * Boost.System for the boost::system::error_code and boost::system::system_error classes. * Boost.Filesystem for directory manipulation. * Boost.StringRef simplifies usage of some of the methods. -Refcountable part of Boost.Plugin also depends on: +Refcountable part of Boost.DLL also depends on: * Boost.Function for creation of a callback system. * Boost.SharedPtr for reference counting.