Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31684

Modified Files:
        faq.en.xml 
Log Message:
Corrected bad-formed > sign

Index: faq.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- faq.en.xml  17 Oct 2004 19:47:53 -0000      1.37
+++ faq.en.xml  24 Oct 2004 15:27:59 -0000      1.38
@@ -374,7 +374,7 @@
         maintainer if something works (or even if it doesn't). Feedback from
         users like you is what we use to determine if something is ready for
         stable! To find out the maintainer of a package, run <code>fink info
-        &lt;packagename></code>.</p>
+        <em>packagename</em></code>.</p>
         <p>Packages often have dependencies, and packages in unstable often
         depend on other packages in unstable. For that reason, it is best to
         activate all of unstable.</p>
@@ -470,7 +470,7 @@
       <answer>
         <p>If the message is</p>
         <codeblock>Can't exec &quot;cvs&quot;: No such file or directory at 
-/sw/lib/perl5/Fink/Services.pm line 216, &lt;STDIN> line 3.
+/sw/lib/perl5/Fink/Services.pm line 216, &lt;STDIN&gt; line 3.
 ### execution of cvs failed, exit code -1</codeblock>
         <p>then you need to install the Developer Tools.</p>
         <p>If, on the other hand, the last line is</p>
@@ -672,14 +672,14 @@
 else if (substr($6, length($6), 1) == &quot;/&quot;)\
 {print substr($6, 2, length($6) - 2); } \
 else { print substr($6, 2, length($6) - 1);}}'\ 
-> /sw/var/lib/dpkg/info/<em>packagename</em>.list</codeblock>
+&gt; /sw/var/lib/dpkg/info/<em>packagename</em>.list</codeblock>
         <p>e.g.</p>
         <codeblock>dpkg -c /sw/fink/debs/libgnomeui2-dev_2.0.6-2_darwin-powerpc.deb | 
awk \
 '{if ($6 == &quot;./&quot;) { print &quot;/.&quot;; } \
 else if (substr($6, length($6), 1) == &quot;/&quot;) \
 {print substr($6, 2, length($6) - 2); } \
 else { print substr($6, 2, length($6) - 1);}}' \ 
-> /sw/var/lib/dpkg/info/libgnomeui2-dev.list</codeblock>
+&gt; /sw/var/lib/dpkg/info/libgnomeui2-dev.list</codeblock>
         <p>What this does is to extract the contents of the .deb file, remove
         everything but the filenames, and write these to the .list file.</p>
       </answer>
@@ -964,7 +964,7 @@
       </question>
       <answer>
         <p>If you're seeing this:</p>
-        <codeblock>Unknown option: 1 Usage: head [-options] &lt;url>...</codeblock>
+        <codeblock>Unknown option: 1 Usage: head [-options] &lt;url&gt;...</codeblock>
         <p>followed by a list of option descriptions, you have a broken
         <code>head</code> executable. This happens when you install the Perl
         libwww library on an HFS+ system volume. It tries to create a new
@@ -1345,7 +1345,7 @@
         <p>Here's how to proceed:</p>
         <p/>
         <p>
-          <em>Note: 10.2.x users with up-to-date versions of Fink (>=
+          <em>Note: 10.2.x users with up-to-date versions of Fink (&gt;=
         0.16.2) and 10.3.x users should skip step 1 below (it won't work
         anyway).</em>
         </p>
@@ -1429,7 +1429,7 @@
 </faqentry><-->    <faqentry name="cctools" >
       <question>
         <p>&quot;When I try to install KDE, I get the following message: 'Can't
-        resolve dependency &quot;cctools (>= 446-1)&quot;'</p>
+        resolve dependency &quot;cctools (&gt;= 446-1)&quot;'</p>
       </question>
       <answer>
         <p>This somewhat cryptic message means you need to install the
@@ -1796,7 +1796,7 @@
       <answer>
         <p>This is a known problem that occurs with recent versions of
         <filename>nedit</filename> and <filename>lesstif</filename> on all
-        platforms. The workaround is to open a new window with File-->New,
+        platforms. The workaround is to open a new window with File--&gt;New,
         then open the next file you want to work on.</p>
         <p>This is now fixed in <filename>nedit-5.3-6</filename>, which
         depends on <filename>openmotif3</filename> rather than
@@ -1965,7 +1965,7 @@
         <ul>
           <li>
             <em>You are installing from binaries:</em>
-            <p>If you have a current version of <code>fink</code> (>=0.18.3-1), 
typically what you need to do is reinstall the X11User package, since the installer 
application occasionally misses installing a file.  You may need to do this multiple 
times.</p>Running
+            <p>If you have a current version of <code>fink</code> (&gt;=0.18.3-1), 
typically what you need to do is reinstall the X11User package, since the installer 
application occasionally misses installing a file.  You may need to do this multiple 
times.</p>Running
 <codeblock>fink list -i system-xfree86</codeblock>should show that the 
<code>system-xfree86</code> and <code>system-xfree86-shlibs</code> packages are 
installed.<p>If reinstalling the X11User package doesn't work, then consult the <xref 
section="special-x11-debug" >special debug</xref> instructions, below.</p>
             <p>If you are running an earlier version of the <code>fink</code> 
package, then
           updating <code>fink</code> may solve your problem immediately, e.g.



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to