| Summary: | [patch] Wrong font path in handbook section 6.6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Luca Ferraresi <luferbsd> | ||||
| Component: | Books & Articles | Assignee: | Allan Jude <allanjude> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | allanjude | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: allanjude Date: Wed Mar 18 20:07:18 UTC 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. Changes: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml |
Created attachment 152005 [details] Fix wrong font path In section 6.6 of the handbook the are outdated paths for the URW fonts: "/usr/local/lib/X11/fonts/URW/" should be changed to "/usr/local/lib/X11/fonts/urwfonts/" Fix: see attached patch.