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

Modified Files:
        faq.en.xml 
Log Message:
Updated French faq to English v. 1.60

Index: faq.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- faq.en.xml  17 Nov 2005 01:23:13 -0000      1.60
+++ faq.en.xml  1 Dec 2005 13:29:37 -0000       1.61
@@ -384,7 +384,7 @@
         then run <code>fink selfupdate; fink index; fink scanpackages</code>.
         </p>
         <p>Also note, if you don't want to install any more from unstable than
-        your specific packages and its dependencies, don't use the
+        your specific packages and their dependencies, don't use the
         <code>update-all</code> command until you turn the unstable tree
         back off.</p>
       </answer>
@@ -396,7 +396,7 @@
       </question>
       <answer>
         <p>No, but it is highly recommended you do.  Mixing and matching can
-        cause unforseen issues that make it difficult to debug problems when
+        cause unforeseen issues that make it difficult to debug problems when
         they do arise.</p>
         <p>That said, if you only want one or two specific packages, and 
nothing
         else from unstable, then you need to switch over to CVS updating (i.e.
@@ -975,7 +975,7 @@
 # Official binary distribution: download location for updated
 # packages built between releases
 deb http://bindist.finkmirrors.net/bindist 10.3/current main crypto</codeblock>
-<p>(The above of course assumes you're on 10.3.  If you're on a different OS 
replace <code>10.3</code> with what your current distribution is.</p>
+<p>The above of course assumes you're on 10.3.  If you're on a different OS 
replace <code>10.3</code> with what your current distribution is.</p>
 <p>Then save your work and quit the editor.  Now update your binary package 
list again.</p>
 </li>
         </ul>
@@ -1415,7 +1415,7 @@
         <p>Whenever I try to build from source, Fink keeps waffling between 
<code>gettext-dev</code> and <code>libgettext3-dev</code>.</p>
       </question>
       <answer>
-        <p>Some packages that need <code>gettext</code> headers to build have 
been updated to use <code>libgettext3-dev</code> and some still use 
<code>gettext-dev</code>.  Consequently, Fink may try to switch to whichever 
one isn't currently installed in order to satisfy a build dependency for some 
package that you're trying to update.  In addition, the <code>fink </code>tool 
treats <code>gettext-dev</code> as essential, and will install it any time you 
selfupdate.</p>
+        <p>Some packages that need <code>gettext</code> headers to build have 
been updated to use <code>libgettext3-dev</code> and some still use 
<code>gettext-dev</code>.  Consequently, Fink may try to switch to whichever 
one isn't currently installed in order to satisfy a build dependency for some 
package that you're trying to update.  In addition, the <code>fink </code> tool 
treats <code>gettext-dev</code> as essential, and will install it any time you 
selfupdate.</p>
         <p>Similar behavior can happen for other pairs of packages, too. </p>
         <p>Unfortunately, due to limitations in the build-dependency engine, 
you may find that your build bombs because you've swapped in one of these but 
some later package in your build chain wants the other one.  You can usually 
proceed by repeating your update command again.</p>
 <p>In extreme cases you may wind up having to install those packages which 
build-depend on <code>gettext-dev</code> separately from those which want 
<code>libgettext3-dev</code> (or whichever pair are causing problems).  You may 
even have to install packages one by one.</p>
@@ -2210,13 +2210,13 @@
       </question>
       <answer>
         <p>This is caused by an apparent bug in Tiger's dynamic linker 
(current as of 10.4.1), but looks to be fixed in 10.4.3, and Fink has had a 
workaround in the guise of <code>base-files-1.9.7-1</code> or later.</p>
-<p>If you haven't updated Tiger and/or <code>base_files</code>yet, ou can work 
around this issue by prefixing the the name of you want as follows:
+<p>If you haven't updated Tiger and/or <code>base-files</code>yet, ou can work 
around this issue by prefixing the name of the software you want to run as 
follows:
 </p>
         <codeblock>env DYLD_FALLBACK_LIBRARY_PATH=: </codeblock>
         <p>E.g., if you want to use <code>gnucash</code>, you'd use</p>
         <codeblock>env DYLD_FALLBACK_LIBRARY_PATH=: gnucash</codeblock>
         <p>This method works for applications that are launched via the 
Application Menu in Apple's X11 as well as a terminal.</p>
-        <p>You may find it preferable to set this globally (e.g. in your 
startup script, and/or in your <code>.xinitrc</code> , which you may need to do 
to run GNOME).  Put</p>
+        <p>You may find it preferable to set this globally (e.g. in your 
startup script, and/or in your <code>.xinitrc</code>, which you may need to do 
to run GNOME).  Put</p>
         <codeblock>export DYLD_FALLBACK_LIBRARY_PATH=:</codeblock>
         <p>in your <code>.xinitrc</code> (regardless of your login shell) or 
your <code>.profile</code> (or other startup script) for <em>bash</em> users 
and:</p>
         <codeblock>setenv DYLD_FALLBACK_LIBRARY_PATH :</codeblock>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to