From 952b6f1ddfdd484cbf6bc369de0628683eed4581 Mon Sep 17 00:00:00 2001
From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
Date: Sat, 5 May 2012 00:48:41 +0000
Subject: [PATCH] Mention firefox-esr and remove firefox36.

Reviewed by:	beat@
---
 en_US.ISO8859-1/books/handbook/desktop/chapter.sgml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

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">