From owner-svn-doc-all@FreeBSD.ORG Thu Sep 12 23:17:09 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD8B1CFB; Thu, 12 Sep 2013 23:17:09 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF4D2F93; Thu, 12 Sep 2013 23:17:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CNH9P5092453; Thu, 12 Sep 2013 23:17:09 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8CNH97B092452; Thu, 12 Sep 2013 23:17:09 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309122317.r8CNH97B092452@svn.freebsd.org> From: Brad Davis Date: Thu, 12 Sep 2013 23:17:09 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 23:17:09 -0000 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: 0To install the KDE 4 package from the network, type: - &prompt.root; pkg_add -r kde + &prompt.root; pkg_add -r kde4 &man.pkg.add.1; will automatically fetch the latest version of the application. @@ -1626,7 +1626,7 @@ DisplayManager.requestPort: 0For pkgng users, the equivalent command is: - &prompt.root; pkg install kde + &prompt.root; pkg install kde4 To build KDE from source, use the ports tree: @@ -1764,12 +1764,12 @@ DisplayManager.requestPort: 0To install the Xfce from the network, simply type: - &prompt.root; pkg_add -r xfce + &prompt.root; pkg_add -r xfce4 For pkgng users, the equivalent command is: - &prompt.root; pkg install xfce + &prompt.root; pkg install xfce4 Alternatively, to build from source, use the Ports Collection: