Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 00:25:14 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        freebsd-gnats-submit@FreeBSD.org
Cc:        keramida@FreeBSD.org
Subject:   docs/42013: Fix path in font anti-aliasing section
Message-ID:  <20020825232514.B683A38C@host217-39-115-182.in-addr.btopenworld.com>

next in thread | raw e-mail | index | archive | help


>Number:         42013
>Category:       docs
>Synopsis:       Fix path in font anti-aliasing section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 16:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
National Physical Laboratory, UK
>Environment:
System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #0:
Sun Aug 25 04:55:13 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GENERIC i386
	
>Description:
	The documentation cites:

		/usr/X11R6/lib/X11/Type1
	
	When it means:
	
		/usr/X11R6/lib/X11/fonts/Type1

	
>How-To-Repeat:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html
	
>Fix:
Index: chapter.sgml
===================================================================
RCS file: /media/cvs/freebsd/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v
retrieving revision 1.91
diff -u -3 -r1.91 chapter.sgml
--- chapter.sgml	25 Aug 2002 22:52:30 -0000	1.91
+++ chapter.sgml	25 Aug 2002 23:18:45 -0000
@@ -676,7 +676,7 @@
       anti-aliased.  For each font directory, add a line similar
       to this:</para>
       
-      <programlisting>dir "/usr/X11R6/lib/X11/Type1"</programlisting>
+      <programlisting>dir "/usr/X11R6/lib/X11/fonts/Type1"</programlisting>
       
     <para>Likewise for the other font directories (URW, TrueType, etc) 
       containing fonts to be anti-aliased.  Anti-aliasing makes
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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