summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 965302f778..9a095a21bc 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -677,11 +677,11 @@
677 <note> 677 <note>
678 The user and group operations added using the 678 The user and group operations added using the
679 <filename>extrausers</filename> class are not tied to a specific 679 <filename>extrausers</filename> class are not tied to a specific
680 recipe but can be performed across the image as a whole. 680 recipe outside of the recipe for the image.
681 See the 681 Thus, the operations can be performed across the image as a whole.
682 Use the
682 <link linkend='ref-classes-useradd'><filename>useradd</filename></link> 683 <link linkend='ref-classes-useradd'><filename>useradd</filename></link>
683 class for information on how to add user and group configuration 684 class to add user and group configuration to a specific recipe.
684 to a specific recipe.
685 </note> 685 </note>
686 </para> 686 </para>
687 687
@@ -720,7 +720,7 @@
720 If the fonts being installed are in packages other than the main 720 If the fonts being installed are in packages other than the main
721 package, set 721 package, set
722 <link linkend='var-FONT_PACKAGES'><filename>FONT_PACKAGES</filename></link> 722 <link linkend='var-FONT_PACKAGES'><filename>FONT_PACKAGES</filename></link>
723 to include the packages containing the fonts. 723 to specify the packages containing the fonts.
724 </para> 724 </para>
725</section> 725</section>
726 726
@@ -762,8 +762,7 @@
762 <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>, 762 <link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
763 <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and 763 <link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
764 <link linkend='ref-classes-mime'><filename>mime</filename></link> classes. 764 <link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
765 The class also disables GLib Object System (Gobject) introspection 765 The class also disables Gobject introspection where applicable.
766 where applicable.
767 </para> 766 </para>
768</section> 767</section>
769 768
@@ -853,7 +852,7 @@
853 852
854 <para> 853 <para>
855 The <filename>gtk-icon-cache</filename> class 854 The <filename>gtk-icon-cache</filename> class
856 Generates the proper post-install and post-remove (postinst/postrm) 855 generates the proper post-install and post-remove (postinst/postrm)
857 scriptlets for packages that use GTK+ and install icons. 856 scriptlets for packages that use GTK+ and install icons.
858 These scriptlets call <filename>gtk-update-icon-cache</filename> to add 857 These scriptlets call <filename>gtk-update-icon-cache</filename> to add
859 the fonts to GTK+'s icon cache. 858 the fonts to GTK+'s icon cache.
@@ -884,7 +883,7 @@
884 If the input method modules being installed are in packages other than 883 If the input method modules being installed are in packages other than
885 the main package, set 884 the main package, set
886 <link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link> 885 <link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link>
887 to include the packages containing the modules. 886 to specify the packages containing the modules.
888 </para> 887 </para>
889</section> 888</section>
890 889
@@ -894,7 +893,8 @@
894 <para> 893 <para>
895 The <filename>gzipnative</filename> 894 The <filename>gzipnative</filename>
896 class enables the use of native versions of <filename>gzip</filename> 895 class enables the use of native versions of <filename>gzip</filename>
897 and <filename>pigz</filename> rather than the system versions. 896 and <filename>pigz</filename> rather than the versions of these tools
897 from the build host.
898 </para> 898 </para>
899</section> 899</section>
900 900