]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Got rid of some ugly sentences.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 27 Mar 2013 19:54:13 +0000 (12:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:58 +0000 (14:12 +0100)
(From yocto-docs rev: a63ae4ec495be7cbd630f60feb9aaf5ea383dca4)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index 6e6d208fc6ed24bc4d0dbbb57b445ef41e190d10..bb1d87887b9d22326943e0037d87e57e40a35aef 100644 (file)
         This class operates using three modes:
         <itemizedlist>
             <listitem><para><emphasis>copy:</emphasis> Copies the files to the
-                distribute directory.</para></listitem>
-            <listitem><para><emphasis>symlink:</emphasis> Symlinks the files to the
-                distribute directory.</para></listitem>
-            <listitem><para><emphasis>move+symlink:</emphasis> Moves the files into
-                the distribute directory and then symlinks them back.</para></listitem>
+                distribution directory.</para></listitem>
+            <listitem><para><emphasis>symlink:</emphasis> Creates symbolic
+                links for the files to the distribution directory.
+                </para></listitem>
+            <listitem><para><emphasis>move+symlink:</emphasis> Moves the files
+                into the distribution directory and then creates symbolic
+                links back to where they originated.</para></listitem>
         </itemizedlist>
     </para>
 </section>