summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 3653edd916..e7e9942b3b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -569,7 +569,7 @@
569 569
570 <para> 570 <para>
571 The <filename>devshell</filename> class adds the 571 The <filename>devshell</filename> class adds the
572 <filename>devshell</filename> task. 572 <filename>do_devshell</filename> task.
573 Distribution policy dictates whether to include this class. 573 Distribution policy dictates whether to include this class.
574 See the 574 See the
575 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section 575 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section
@@ -606,8 +606,8 @@
606 provides for automatic checking for upstream recipe updates. 606 provides for automatic checking for upstream recipe updates.
607 The class creates a comma-separated value (CSV) spreadsheet that 607 The class creates a comma-separated value (CSV) spreadsheet that
608 contains information about the recipes. 608 contains information about the recipes.
609 The information provides the <filename>distrodata</filename> and 609 The information provides the <filename>do_distrodata</filename> and
610 <filename>distro_check</filename> tasks, which do upstream checking 610 <filename>do_distro_check</filename> tasks, which do upstream checking
611 and also verify if a package is used in multiple major distributions. 611 and also verify if a package is used in multiple major distributions.
612 </para> 612 </para>
613 613