diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 12:54:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:58 +0100 |
commit | b92e6c294f399a1dc7b3467ac8b676fba9569881 (patch) | |
tree | 04888bc72e43fee6c72c25ab701f3a1384ea249c | |
parent | b5792eca78248938ec33de805c5cc62b81047967 (diff) | |
download | poky-b92e6c294f399a1dc7b3467ac8b676fba9569881.tar.gz |
ref-manual: Got rid of some ugly sentences.
(From yocto-docs rev: a63ae4ec495be7cbd630f60feb9aaf5ea383dca4)
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 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 6e6d208fc6..bb1d87887b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -204,11 +204,13 @@ | |||
204 | This class operates using three modes: | 204 | This class operates using three modes: |
205 | <itemizedlist> | 205 | <itemizedlist> |
206 | <listitem><para><emphasis>copy:</emphasis> Copies the files to the | 206 | <listitem><para><emphasis>copy:</emphasis> Copies the files to the |
207 | distribute directory.</para></listitem> | 207 | distribution directory.</para></listitem> |
208 | <listitem><para><emphasis>symlink:</emphasis> Symlinks the files to the | 208 | <listitem><para><emphasis>symlink:</emphasis> Creates symbolic |
209 | distribute directory.</para></listitem> | 209 | links for the files to the distribution directory. |
210 | <listitem><para><emphasis>move+symlink:</emphasis> Moves the files into | 210 | </para></listitem> |
211 | the distribute directory and then symlinks them back.</para></listitem> | 211 | <listitem><para><emphasis>move+symlink:</emphasis> Moves the files |
212 | into the distribution directory and then creates symbolic | ||
213 | links back to where they originated.</para></listitem> | ||
212 | </itemizedlist> | 214 | </itemizedlist> |
213 | </para> | 215 | </para> |
214 | </section> | 216 | </section> |