svn commit: r43760 - head/en_US.ISO8859-1/books/handbook/x11

Dru Lavigne dru at FreeBSD.org
Tue Feb 4 15:12:58 UTC 2014


Author: dru
Date: Tue Feb  4 15:12:57 2014
New Revision: 43760
URL: http://svnweb.freebsd.org/changeset/doc/43760

Log:
  Chase pkg_ in this chapter.
  
  Sponsored by: iXsystems

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	Tue Feb  4 15:05:54 2014	(r43759)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Tue Feb  4 15:12:57 2014	(r43760)
@@ -259,13 +259,7 @@
     </note>
 
     <para>Alternatively, <application>&xorg;</application> can be
-      installed directly from packages.  To install the package using
-      <application>pkg_add</application>, type:</para>
-
-    <screen>&prompt.root; <userinput>pkg_add -r xorg</userinput></screen>
-
-    <para>To instead install the package using
-      <application>pkg</application>, type:</para>
+      installed directly from packages with this command:</para>
 
     <screen>&prompt.root; <userinput>pkg install xorg</userinput></screen>
   </sect1>
@@ -1119,13 +1113,7 @@ DisplayManager.requestPort:     0</scree
 	<para>The software can be easily installed from a package
 	  or the Ports Collection:</para>
 
-	<para>To install the <application>GNOME</application> package
-	  from the network, simply type:</para>
-
-	<screen>&prompt.root; <userinput>pkg_add -r gnome2</userinput></screen>
-
-	<para>For <application>pkgng</application> users, the
-	  equivalent command is:</para>
+	<para>To install the <application>GNOME</application> package, type:</para>
 
 	<screen>&prompt.root; <userinput>pkg install gnome2</userinput></screen>
 
@@ -1284,16 +1272,7 @@ DisplayManager.requestPort:     0</scree
 	  other desktop environment, the software can be easily
 	  installed from a package or the Ports Collection:</para>
 
-	<para>To install the <application>KDE 4</application> package
-	  from the network, type:</para>
-
-	<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>
-
-	<para>For <application>pkgng</application> users, the
-	  equivalent command is:</para>
+	<para>To install the <application>KDE4</application> package, type:</para>
 
 	<screen>&prompt.root; <userinput>pkg install kde4</userinput></screen>
 
@@ -1429,13 +1408,7 @@ DisplayManager.requestPort:     0</scree
       <sect3 xml:id="x11-wm-xfce-install">
 	<title>Installing Xfce</title>
 
-	<para>To install the <application>Xfce</application> from the
-	  network, simply type:</para>
-
-	<screen>&prompt.root; <userinput>pkg_add -r xfce4</userinput></screen>
-
-	<para>For <application>pkgng</application> users, the
-	  equivalent command is:</para>
+	<para>To install <application>Xfce</application>, type:</para>
 
 	<screen>&prompt.root; <userinput>pkg install xfce</userinput></screen>
 


More information about the svn-doc-all mailing list