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 9fc3a3ccd7..4683322763 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -809,6 +809,16 @@
INHERIT to inherit a class effectively
inherits the class globally (i.e. for all recipes).
+ If you want to use the directive to inherit
+ multiple classes, you can provide them on the same line in the
+ local.conf file.
+ Use spaces to separate the classes.
+ The following example shows how to inherit both the
+ autotools and pkgconfig
+ classes:
+
+ inherit autotools pkgconfig
+