diff --git a/docs/Examples.rst b/docs/Examples.rst
index 9e325fb576d336de095f82cbb3492a682534e8f4..fe7ef3dbd7c0a16ef9ab61681f89cbf16e3dd67b 100644
--- a/docs/Examples.rst
+++ b/docs/Examples.rst
@@ -3,7 +3,8 @@
 Examples
 ========
 In the ``/examples`` sub directory several C++ and Fortran example
-programs are place, as well as example projects.
+programs are place, as well as example projects. In some cases, where
+`ALL` would be confusing, the library is referred to as `libALL`.
 
 Projects
 --------
diff --git a/docs/Usage.rst b/docs/Usage.rst
index 40fbae98b34e3addd7d42db0723333b17ef9c952..97df603fd16c1acda034988dbfe37a8d36317a38 100644
--- a/docs/Usage.rst
+++ b/docs/Usage.rst
@@ -6,7 +6,9 @@ Usage
 The library is presented as a single load balancing object ``ALL::ALL``
 from ``ALL.hpp``. All classes are encapsulated in the ``ALL`` name space.
 Simple (and not so simple) examples are available in the ``/examples`` sub
-directory.  The simple examples are also documented at length.
+directory. The simple examples are also documented at length. In cases
+where the name `ALL` is misleading, the library is referred to as
+`libALL`.
 
 Errors are treated as exceptions that are thrown of a (sub) class of
 ``ALL::CustomException``. Likely candidates that may throw exceptions are