Index: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
@@ -240,19 +240,19 @@
On &os;, &xorg; can be installed
as a package or port.
+ The binary package can be installed quickly but with
+ fewer options for customization:
+
+ &prompt.root; pkg install xorg
+
To build and install from the Ports Collection:
&prompt.root; cd /usr/ports/x11/xorg
&prompt.root; make install clean
- The binary package can be installed more quickly but with
- fewer options for customization:
-
- &prompt.root; pkg install xorg
-
Either of these installations results in the complete
- &xorg; system being installed. This
- is the best option for most users.
+ &xorg; system being installed. Binary packages
+ are the best option for most users.
A smaller version of the X system suitable for experienced
users is available in x11/xorg-minimal. Most
@@ -931,8 +931,13 @@
on this, see the &man.X.7; manual page or .
- To install the above Type1 font collections from the Ports
- Collection, run the following commands:
+ To install the above Type1 font collections from binary packages,
+ run the following commands:
+
+ &prompt.root; pkg install urwfonts
+
+ Alternatively, to build from the Ports Collection, run the following
+ commands:
&prompt.root; cd /usr/ports/x11-fonts/urwfonts
&prompt.root; make install clean