- break long lines

This commit is contained in:
malekith 2002-04-27 09:35:21 +00:00
parent c131f327d0
commit 10af4b2a53
1 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,8 @@
Next, get the module(s) you need:
</para>
<screen format="linespecific">
<prompt>bash$</prompt> <command>cvs -d :pserver:cvs@cvs.pld.org.pl:/cvsroot get module_name</command>
<prompt>bash$</prompt> <command>cvs -d :pserver:cvs@cvs.pld.org.pl:/cvsroot
get module_name</command>
</screen>
<para>
All resources are grouped in modules. For now in repository
@ -108,7 +109,8 @@
To dowload contents of some module you should use command:
</para>
<screen format="linespecific">
<prompt>bash$</prompt> <command>cvs -d :pserver:cvs@cvs.pld.org.pl:/cvsroot get "module" ["module2" ...]</command><footnote><para>Specify module name without the quotes</para></footnote>
<prompt>bash$</prompt> <command>cvs -d :pserver:cvs@cvs.pld.org.pl:/cvsroot
get "module" ["module2" ...]</command><footnote><para>Specify module name without the quotes</para></footnote>
</screen>
</section>
<!-- Keep this comment at the end of the file