From dom@host217-39-115-182.in-addr.btopenworld.com  Sun Aug 25 16:22:52 2002
Return-Path: <dom@host217-39-115-182.in-addr.btopenworld.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9A8BF37B400; Sun, 25 Aug 2002 16:22:52 -0700 (PDT)
Received: from host217-39-115-182.in-addr.btopenworld.com (host217-39-115-182.in-addr.btopenworld.com [217.39.115.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 23CA543E3B; Sun, 25 Aug 2002 16:22:52 -0700 (PDT)
	(envelope-from dom@host217-39-115-182.in-addr.btopenworld.com)
Received: by host217-39-115-182.in-addr.btopenworld.com (Postfix, from userid 1001)
	id B683A38C; Mon, 26 Aug 2002 00:25:14 +0100 (BST)
Message-Id: <20020825232514.B683A38C@host217-39-115-182.in-addr.btopenworld.com>
Date: Mon, 26 Aug 2002 00:25:14 +0100 (BST)
From: Dominic Marks <dominic_marks@btinternet.com>
Reply-To: Dominic Marks <dominic_marks@btinternet.com>
To: freebsd-gnats-submit@freebsd.org
Cc: keramida@freebsd.org
Subject: Fix path in font anti-aliasing section
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42013
>Category:       docs
>Synopsis:       Fix path in font anti-aliasing section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 16:30:02 PDT 2002
>Closed-Date:    Sun Aug 25 16:53:00 PDT 2002
>Last-Modified:  Sun Aug 25 16:53:00 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sun Aug 25 16:52:36 PDT 2002 
State-Changed-Why:  
Fixed :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Sun Aug 25 16:52:36 PDT 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=42013 
>Unformatted:
