MFen 1.129 -> 1.130
Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
952b6f1ddf
commit
901341e8f7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38788
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||
%SRCID% 1.129
|
||||
%SRCID% 1.130
|
||||
-->
|
||||
|
||||
<chapter id="desktop">
|
||||
|
@ -216,11 +216,11 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>Dit zal <application>Firefox</application> 10.0 installeren,
|
||||
als u in plaats hiervan <application>Firefox</application> 3.6
|
||||
wilt draaien, gebruik dan:</para>
|
||||
<para>Dit zal de laatste uitgave van <application>Firefox</application>
|
||||
installeren, als u in plaats hiervan de Extended Support Release (ESR)
|
||||
van <application>Firefox</application> wilt draaien, gebruik dan:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox-esr</userinput></screen>
|
||||
|
||||
<para>De Portscollectie kan ook gebruikt worden als u liever
|
||||
vanuit de broncode installeert.</para>
|
||||
|
@ -228,9 +228,9 @@
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Voor <application>Firefox</application> 3.6 dient
|
||||
<para>Voor <application>Firefox</application> ESR dient
|
||||
<literal>firefox</literal> in het vorige commando vervangen te
|
||||
worden door <literal>firefox36</literal>.</para>
|
||||
worden door <literal>firefox-esr</literal>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="moz-java-plugin">
|
||||
|
|
Loading…
Reference in a new issue