Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 23:17:09 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42655 - head/en_US.ISO8859-1/books/handbook/x11
Message-ID:  <201309122317.r8CNH97B092452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Thu Sep 12 23:17:08 2013
New Revision: 42655
URL: http://svnweb.freebsd.org/changeset/doc/42655

Log:
  - Opps, I jumped the gun, XFCE and KDE should have version numbers.
  
  Pointy hat to: me
  Submitted by:	erwin@
  PR:	181142

Modified:
  head/en_US.ISO8859-1/books/handbook/x11/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Thu Sep 12 22:21:37 2013	(r42654)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Thu Sep 12 23:17:08 2013	(r42655)
@@ -1618,7 +1618,7 @@ DisplayManager.requestPort:     0</scree
 	<para>To install the <application>KDE 4</application> package
 	  from the network, type:</para>
 
-	<screen>&prompt.root; <userinput>pkg_add -r kde</userinput></screen>
+	<screen>&prompt.root; <userinput>pkg_add -r kde4</userinput></screen>
 
 	<para>&man.pkg.add.1; will automatically fetch the latest
 	  version of the application.</para>
@@ -1626,7 +1626,7 @@ DisplayManager.requestPort:     0</scree
 	<para>For <application>pkgng</application> users, the
 	  equivalent command is:</para>
 
-	<screen>&prompt.root; <userinput>pkg install kde</userinput></screen>
+	<screen>&prompt.root; <userinput>pkg install kde4</userinput></screen>
 
 	<para>To build <application>KDE</application> from source,
 	  use the ports tree:</para>
@@ -1764,12 +1764,12 @@ DisplayManager.requestPort:     0</scree
 	<para>To install the <application>Xfce</application> from the
 	  network, simply type:</para>
 
-	<screen>&prompt.root; <userinput>pkg_add -r xfce</userinput></screen>
+	<screen>&prompt.root; <userinput>pkg_add -r xfce4</userinput></screen>
 
 	<para>For <application>pkgng</application> users, the
 	  equivalent command is:</para>
 
-	<screen>&prompt.root; <userinput>pkg install xfce</userinput></screen>
+	<screen>&prompt.root; <userinput>pkg install xfce4</userinput></screen>
 
 	<para>Alternatively, to build from source, use the
 	  Ports Collection:</para>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309122317.r8CNH97B092452>