summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 646a9d44fe..087fde1c33 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -650,12 +650,12 @@
650 <title><filename>gconf.bbclass</filename></title> 650 <title><filename>gconf.bbclass</filename></title>
651 651
652 <para> 652 <para>
653 The GConf (<filename>gconf</filename>) class provides common 653 The <filename>gconf</filename> class provides common
654 functionality for recipes that need to install GConf schemas. 654 functionality for recipes that need to install GConf schemas.
655 The schemas will be put into a separate package 655 The schemas will be put into a separate package
656 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>) 656 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-gconf</filename>)
657 that is created automatically when this class is inherited. 657 that is created automatically when this class is inherited.
658 This package uses the appropriate post-installation and post-remove 658 This package uses the appropriate post-install and post-remove
659 (postinst/postrm) scriptlets to register and unregister the schemas 659 (postinst/postrm) scriptlets to register and unregister the schemas
660 in the target image. 660 in the target image.
661 </para> 661 </para>