diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 16:08:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 07:59:55 -0700 |
commit | 263e572055b09ad2f432f1feda797813ef254e74 (patch) | |
tree | 115fbb3afb72ed7f0012d9dd4254be2e0414d822 /documentation | |
parent | 5ac97ba191c8707ff20105626427998df997d221 (diff) | |
download | openembedded-core-263e572055b09ad2f432f1feda797813ef254e74.tar.gz openembedded-core-263e572055b09ad2f432f1feda797813ef254e74.tar.bz2 openembedded-core-263e572055b09ad2f432f1feda797813ef254e74.zip |
documentation/poky-ref-manual/ref-classes.xml: Fix to <filename> tag
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@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | 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 9082aa7098..0cb2fcee17 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> |