ref-manual: Edits to the terminal class.

(From yocto-docs rev: 33052ca2c5feaf353f2348c3c8d0ac6b4cd770db)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-10 12:55:35 -06:00 committed by Richard Purdie
parent bca79ff0b2
commit cfff1d696d
1 changed files with 5 additions and 5 deletions

View File

@ -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>