diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-10-26 21:05:51 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-10-26 21:05:51 +0000 |
commit | a01d88ed08671e2126b24e0d8fdff5272aacd20f (patch) | |
tree | 064be0aef5d78670a1783aede9c190a3ef9495b8 | |
parent | c99feda3aed9cf461f5fcc21e8ed67f56e938a9f (diff) | |
download | xine-lib-a01d88ed08671e2126b24e0d8fdff5272aacd20f.tar.gz xine-lib-a01d88ed08671e2126b24e0d8fdff5272aacd20f.tar.bz2 |
avoid too long unwrappable lines
CVS patchset: 5611
CVS date: 2003/10/26 21:05:51
-rw-r--r-- | doc/faq/faq.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index c1344bff1..e63796c19 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -117,13 +117,13 @@ </para> <para> To check out xine-modules from CVS, first do this: - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login</command></screen> + <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine login</command></screen> The password is empty, just press Enter. </para> <para> Then, to check out individual modules (e.g. <filename>xine-lib</filename>, <filename>gxine</filename> or <filename>xine-ui</filename>): - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co <modulename></command></screen> + <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine co <modulename></command></screen> </para> </sect2> @@ -317,7 +317,8 @@ </para> <para> An example combining some of these would look like: - <screen> <command>./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs"</command></screen> + <screen> <command>./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" \ + CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs"</command></screen> </para> </sect2> |