From owner-freebsd-doc Sun Aug 25 16:30: 8 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E73237B400 for ; Sun, 25 Aug 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12EC43E4A for ; Sun, 25 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7PNU2JU098011 for ; Sun, 25 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7PNU2SA098010; Sun, 25 Aug 2002 16:30:02 -0700 (PDT) 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 Reply-To: Dominic Marks To: freebsd-gnats-submit@FreeBSD.org Cc: keramida@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/42013: Fix path in font anti-aliasing section Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: - dir "/usr/X11R6/lib/X11/Type1" + dir "/usr/X11R6/lib/X11/fonts/Type1" 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