diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 8518bf06d4..5dd4aa7f2c 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -186,7 +186,9 @@ meta-<bsp_name>/conf/layer.conf
This file identifies the structure as a Poky layer, identifies the
contents of the layer, and contains information about how Poky should use it.
- Generally, a standard boilerplate file such as the following works:
+ Generally, a standard boilerplate file such as the following works.
+ In the following example you would replace "bsp" and "_bsp" with the actual name
+ of the BSP (i.e. <bsp_name> from the example template).