diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index b0c0f4659e..f327806eb2 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -697,7 +697,8 @@
LICENSE_FLAGS = "commercial"
- This next example shows a recipe in another layer:
+ Here is a slightly more complicated example that contains both an
+ explicit package name and version (after variable expansion):
LICENSE_FLAGS = "license_${PN}_${PV}"
@@ -822,7 +823,7 @@
Or, the flag allows you to pick up this package along with anything "commercial_foo"
regardless of version when you use "commercial_foo" in the whitelist.
Finally, you can be completely specific about the package and version and specify
- "commercial_foo_1.1" package and version.
+ "commercial_foo_1.2" package and version.