Date: Thu, 17 Sep 2009 19:54:35 +0400 (MSD) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/138903: [handbook] fix path to cyrillic fonts in l10n chapter Message-ID: <20090917155435.E18D1B829@hades.panopticon> Resent-Message-ID: <200909171600.n8HG09Rp039897@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138903 >Category: docs >Synopsis: [handbook] fix path to cyrillic fonts in l10n chapter >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: Thu Sep 17 16:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 root@hades.panopticon:/async/obj/usr/src/sys/HADES i386 >Description: fonts that are installed by xorg-fonts-cyrillic metaport are installed into /usr/local/lib/X11/fonts/cyrillic , not /usr/X11R6/lib/X11/fonts/cyrillic/misc /usr/X11R6/lib/X11/fonts/cyrillic/75dpi /usr/X11R6/lib/X11/fonts/cyrillic/100dpi Update this in English and Russian versions of handbook. Maybe requires fixing in other languages. >How-To-Repeat: >Fix: --- cyr.patch begins here --- Index: en_US.ISO8859-1/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v retrieving revision 1.127 diff -u -r1.127 chapter.sgml --- en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 4 Jan 2009 09:21:26 -0000 1.127 +++ en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 17 Sep 2009 15:49:58 -0000 @@ -814,9 +814,7 @@ lines must be added <emphasis>before</emphasis> any other <literal>FontPath</literal> entries:</para> - <programlisting>FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting> + <programlisting>FontPath "/usr/local/lib/X11/fonts/cyrillic"</programlisting> <para>If you use a high resolution video mode, swap the 75 dpi and 100 dpi lines.</para> Index: ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/doc/ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml,v retrieving revision 1.14 diff -u -r1.14 chapter.sgml --- ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 26 Jun 2007 11:41:09 -0000 1.14 +++ ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 17 Sep 2009 15:50:42 -0000 @@ -840,9 +840,7 @@ должны быть добавлены <emphasis>перед</emphasis> всеми записями <literal>FontPath</literal>:</para> - <programlisting>FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi" -FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting> + <programlisting>FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"</programlisting> <para>Если вы используете видеорежим с высоким разрешением, поменяйте местами строки для 75 dpi и 100 dpi.</para> --- cyr.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090917155435.E18D1B829>