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

Allan Jude allanjude at FreeBSD.org
Wed Mar 18 20:07:19 UTC 2015


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>
 


More information about the svn-doc-all mailing list