diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-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> |