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:18:31 +0000 |
| commit | cfff1d696d1b762d6630006b4d29ff75e7d51c55 (patch) | |
| tree | 9f7e588945579560338658cd02effe1c3011d112 | |
| parent | bca79ff0b21afb46220555a4409d82a9275eda56 (diff) | |
| download | poky-cfff1d696d1b762d6630006b4d29ff75e7d51c55.tar.gz | |
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>
| -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 45fd698cd9..bbaaf50ef3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -2710,15 +2710,15 @@ | |||
| 2710 | <para> | 2710 | <para> |
| 2711 | Other classes use the <filename>terminal</filename> class anywhere a | 2711 | Other classes use the <filename>terminal</filename> class anywhere a |
| 2712 | separate terminal session needs to be started. | 2712 | separate terminal session needs to be started. |
| 2713 | The class is used by including the | 2713 | For example, the |
| 2714 | <link linkend='ref-classes-patch'><filename>patch</filename></link> | 2714 | <link linkend='ref-classes-patch'><filename>patch</filename></link> |
| 2715 | class if | 2715 | class assuming |
| 2716 | <link linkend='var-PATCHRESOLVE'><filename>PATCHRESOLVE</filename></link> | 2716 | <link linkend='var-PATCHRESOLVE'><filename>PATCHRESOLVE</filename></link> |
| 2717 | is set to "user", include the | 2717 | is set to "user", the |
| 2718 | <link linkend='ref-classes-cml1'><filename>cml1</filename></link> | 2718 | <link linkend='ref-classes-cml1'><filename>cml1</filename></link> |
| 2719 | class, and include the | 2719 | class, and the |
| 2720 | <link linkend='ref-classes-devshell'><filename>devshell</filename></link> | 2720 | <link linkend='ref-classes-devshell'><filename>devshell</filename></link> |
| 2721 | class. | 2721 | class all use the <filename>terminal</filename> class. |
| 2722 | </para> | 2722 | </para> |
| 2723 | </section> | 2723 | </section> |
| 2724 | 2724 | ||
