diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index b2595c93f5..b37da10a90 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -924,12 +924,12 @@
after the "inherit" statement.
If you want to use the directive to inherit
- multiple classes, you can separate the classes with spaces.
+ multiple classes, separate them with spaces.
The following example shows how to inherit both the
- autotools and pkgconfig
+ buildhistory and rm_work
classes:
- inherit autotools pkgconfig
+ inherit buildhistory rm_work