From d3ba1887e863d002a63045adeea5f675246eb93c Mon Sep 17 00:00:00 2001 From: retf Date: Fri, 3 Oct 2014 08:25:44 -0300 Subject: [PATCH] Minor fix on docs Rename Boost.Plugin to Boost.DLL on dependencies.qbk --- doc/dependencies.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.