summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-08 18:18:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:54 +0100
commite5b5b5a9f4edaf027d51b3b54ea273631c46d576 (patch)
treeb254120f422a5551e67b5cd8afed37a29ec20b02 /documentation
parent203b2f7615d42aa70b23ca7f20a8da9dc93ca961 (diff)
downloadpoky-e5b5b5a9f4edaf027d51b3b54ea273631c46d576.tar.gz
ref-manual: Updated the update-alternatives class
Added some links to four variables that are now documented in the glossary. (From yocto-docs rev: de7574be7c805173318b77d39c7b540bff4108df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e80996df55..af07b144d6 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -115,7 +115,17 @@
115 </para> 115 </para>
116 116
117 <para> 117 <para>
118 To use this class, you need to define a number of variables. 118 To use this class, you need to define a number of variables:
119 <itemizedlist>
120 <listitem><para><link linkend='var-ALTERNATIVE'><filename>ALTERNATIVE</filename></link>
121 </para></listitem>
122 <listitem><para><link linkend='var-ALTERNATIVE_LINK_NAME'><filename>ALTERNATIVE_LINK_NAME</filename></link>
123 </para></listitem>
124 <listitem><para><link linkend='var-ALTERNATIVE_TARGET'><filename>ALTERNATIVE_TARGET</filename></link>
125 </para></listitem>
126 <listitem><para><link linkend='var-ALTERNATIVE_PRIORITY'><filename>ALTERNATIVE_PRIORITY</filename></link>
127 </para></listitem>
128 </itemizedlist>
119 These variables list alternative commands needed by a package, 129 These variables list alternative commands needed by a package,
120 provide pathnames for links, default links for targets, and 130 provide pathnames for links, default links for targets, and
121 so forth. 131 so forth.