[poky] [PATCH 10/16] documentation/poky-ref-manual/ref-classes.xml: Fix to <filename> tag

Scott Rifenbark srifenbark at gmail.com
Tue Apr 5 06:33:17 PDT 2011


From: Scott Rifenbark <scott.m.rifenbark at intel.com>

Had to fix the <variable> tag by replacing it with <filename>.
Previous commit didn't work so this is fixing it.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
 documentation/poky-ref-manual/ref-classes.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 9082aa7..0cb2fce 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -35,7 +35,7 @@
         (empty by default). These are often overridden or extended by other classes 
         such as <filename>autotools.bbclass</filename> or 
         <filename>package.bbclass</filename>. The class also contains some commonly
-        used functions such as <variable>oe_runmake</variable>.
+        used functions such as <filename>oe_runmake</filename>.
     </para>
 </section>
 
-- 
1.7.0.4




More information about the poky mailing list