diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 12:55:35 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:36 +0000 |
commit | 16626c386c58420604ba9dc01ae4d3ebc6868749 (patch) | |
tree | 5499c94d785735e0843ac91ebcd0830c1049bc83 | |
parent | 483fc4864bdb69eb124dbcd13765de1b7b1aa757 (diff) | |
download | ast2050-yocto-poky-16626c386c58420604ba9dc01ae4d3ebc6868749.zip ast2050-yocto-poky-16626c386c58420604ba9dc01ae4d3ebc6868749.tar.gz |
ref-manual: Edits to the terminal class.
(From yocto-docs rev: 73aeb95760845dc9d09277828ec66caa7e13ca8b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 45fd698..bbaaf50 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2710,15 +2710,15 @@ <para> Other classes use the <filename>terminal</filename> class anywhere a separate terminal session needs to be started. - The class is used by including the + For example, the <link linkend='ref-classes-patch'><filename>patch</filename></link> - class if + class assuming <link linkend='var-PATCHRESOLVE'><filename>PATCHRESOLVE</filename></link> - is set to "user", include the + is set to "user", the <link linkend='ref-classes-cml1'><filename>cml1</filename></link> - class, and include the + class, and the <link linkend='ref-classes-devshell'><filename>devshell</filename></link> - class. + class all use the <filename>terminal</filename> class. </para> </section> |