Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 20:07:18 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46352 - head/en_US.ISO8859-1/books/handbook/x11
Message-ID:  <201503182007.t2IK7I0k061662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude
Date: Wed Mar 18 20:07:17 2015
New Revision: 46352
URL: https://svnweb.freebsd.org/changeset/doc/46352

Log:
  Fix a changed path to x11-fonts/urwfonts in the X11 chapter of the handbook
  
  PR:		196996
  Differential Revision:	https://reviews.freebsd.org/D2091
  Submitted by:	Luca Ferraresi
  Approved by:	bcr (mentor)
  Sponsored by:	ScaleEngine Inc.

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 Mar 17 20:10:28 2015	(r46351)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Wed Mar 18 20:07:17 2015	(r46352)
@@ -585,12 +585,12 @@ dbus_enable="YES"</programlisting>
 	to the X server configuration file
 	(<filename>/etc/X11/xorg.conf</filename>), which reads:</para>
 
-      <programlisting>FontPath "/usr/local/lib/X11/fonts/URW/"</programlisting>
+      <programlisting>FontPath "/usr/local/lib/X11/fonts/urwfonts/"</programlisting>
 
       <para>Alternatively, at the command line in the X session
 	run:</para>
 
-      <screen>&prompt.user; <userinput>xset fp+ /usr/local/lib/X11/fonts/URW</userinput>
+      <screen>&prompt.user; <userinput>xset fp+ /usr/local/lib/X11/fonts/urwfonts</userinput>
 &prompt.user; <userinput>xset fp rehash</userinput></screen>
 
       <para>This will work but will be lost when the X session is
@@ -653,8 +653,8 @@ dbus_enable="YES"</programlisting>
       <para>or add a <literal>FontPath</literal> line to
 	<filename>xorg.conf</filename>.</para>
 
-      <para>That's it.  Now <application>Gimp</application>,
-	<application>Apache OpenOffice</application>, and all of the
+      <para>Now <application>Gimp</application>,
+	<application>OpenOffice</application>, and all of the
 	other X applications should now recognize the installed
 	&truetype; fonts.  Extremely small fonts (as with text in a
 	high resolution display on a web page) and extremely large
@@ -1301,9 +1301,9 @@ DisplayManager.requestPort:     0</scree
 
 	<screen>&prompt.user; <userinput>setxkbmap -model pc102 -layout fr</userinput></screen>
 
-	<para>The
+	<para>
 	  <filename>/usr/local/share/X11/xkb/rules/base.lst</filename>
-	  file lists the various keyboard, layouts and options
+	  lists the various keyboard, layouts and options
 	  available.</para>
       </note>
 



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