diff --git a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml index bf9d9131c0..0b13dcb250 100644 --- a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml @@ -189,11 +189,12 @@ <screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen> - <para>This will install <application>Firefox</application> 10.0, - if you want to run <application>Firefox</application> 3.6, - use instead:</para> + <para>This will install the latest release version of + <application>Firefox</application>, + if you want to run <application>Firefox</application> + Extended Support Release (ESR) version, use instead:</para> - <screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen> + <screen>&prompt.root; <userinput>pkg_add -r firefox-esr</userinput></screen> <para>You can also use the Ports Collection if you prefer to compile from source code:</para> @@ -201,9 +202,9 @@ <screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput> &prompt.root; <userinput>make install clean</userinput></screen> - <para>For <application>Firefox</application> 3.6, in the + <para>For <application>Firefox</application> ESR, in the previous command replace <literal>firefox</literal> with - <literal>firefox36</literal>.</para> + <literal>firefox-esr</literal>.</para> </sect2> <sect2 id="moz-java-plugin">