diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index beb6e3198d..9d5fae55b4 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -444,11 +444,11 @@
The copyleft_compliance class
preserves source code for the purposes of license compliance.
- This class is an alternative to the archive*
- classes and is still used by some users even though it has been
+ This class is an alternative to the archiver
+ class and is still used by some users even though it has been
deprecated in favor of the
- archive*
- classes.
+ archiver
+ class.
@@ -637,7 +637,7 @@
The distutils class supports recipes for Python
- extensions, which are simple.
+ version 2.x extensions, which are simple.
These recipes usually only need to point to the source's archive and
then inherit the proper class.
Building is split into two methods depending on which method the
@@ -647,8 +647,8 @@
require Autotools and
distutils-based classes in their recipes.
- Extensions that use
- distutils-based build systems require
+ Extensions that use build systems based on
+ distutils require
the distutils class in their recipes.
Extensions that use build systems based on
@@ -2679,8 +2679,9 @@
setuptools.bbclass
- The setuptools class supports Python extensions
- that use setuptools-based build systems.
+ The setuptools class supports Python
+ version 2.x extensions that use build systems based on
+ setuptools.
If your recipe uses these build systems, the recipe needs to
inherit the setuptools class.