diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 9caa51f587..4d0e3f3434 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1555,8 +1555,15 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
will be "expat".
The variable refers to a package name in the context of a file created or produced by the
- OpenEmbedded build system.
-
+ OpenEmbedded build system.
+ If applicable, the PN variable also contains any special
+ suffix or prefix.
+ For example, using bash to build packages for the native
+ machine, PN is bash-native.
+ Using bash to build packages for the target and for Multilib,
+ PN would be bash and
+ lib64-bash, respectively.
+
@@ -1853,7 +1860,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
recipe file resides:
${PN} - The recipe name
- with any special suffix or prefix.
+ with any special suffix or prefix, if applicable.
For example, using bash to build for the native
machine, PN is bash-native.
Using bash to build for the target and for Multilib,