Add some tags and manual page entity for xrdb(1).
This commit is contained in:
parent
583860e18c
commit
2b29f8fd29
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15968
1 changed files with 7 additions and 7 deletions
|
@ -98,7 +98,7 @@
|
|||
<term><literal>XkbLayout "<replaceable>lang</replaceable>(euro)"</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>XFree86 config option.</para>
|
||||
<para><application>XFree86</application> config option.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -145,8 +145,8 @@ font8x8="iso15-8x8.fnt"</programlisting>
|
|||
font. ISO8859-15 is a variation of ISO8859-1. You can tell the
|
||||
difference between the two by looking at the Euro symbol: its decimal
|
||||
value is 164. In ISO8859-1 you will notice a circle with four little
|
||||
strokes at the corners. This is often termed the "universal currency
|
||||
symbol". In ISO8859-15, instead of the little circle, you have the
|
||||
strokes at the corners. This is often termed the <quote>universal currency
|
||||
symbol</quote>. In ISO8859-15, instead of the little circle, you have the
|
||||
Euro Symbol. Otherwise the fonts are more or less identical.</para>
|
||||
|
||||
<warning>
|
||||
|
@ -227,11 +227,11 @@ BEGIN {
|
|||
|
||||
<programlisting>export LC_CTYPE=<replaceable>de_DE</replaceable>.ISO8859-15</programlisting>
|
||||
|
||||
<para>to your <filename>.bash_profile</filename> (bash), or:</para>
|
||||
<para>to your <filename>.bash_profile</filename> (<application>bash</application>), or:</para>
|
||||
|
||||
<programlisting>setenv LC_CTYPE <replaceable>de_DE</replaceable>.ISO8859-15</programlisting>
|
||||
|
||||
<para>to your <filename>.login</filename> (tcsh) file. Of course,
|
||||
<para>to your <filename>.login</filename> (<application>tcsh</application>) file. Of course,
|
||||
<replaceable>de_DE</replaceable> should be replaced by your language.
|
||||
Next, log out, log back in again, and verify your Euro key is working.
|
||||
By now most console applications should respond to the Euro key. Extra
|
||||
|
@ -278,7 +278,7 @@ variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15
|
|||
(...)</programlisting>
|
||||
|
||||
<para>As in the console sections, special applications still have
|
||||
ISO8859-1 fonts configured in their respective xrdb databases. One
|
||||
ISO8859-1 fonts configured in their respective &man.xrdb.1; databases. One
|
||||
notable example is <application>xterm</application>. As a general rule
|
||||
of thumb it suffices to change the corresponding configuration file in
|
||||
<filename>/usr/X11R6/lib/X11/app-defaults</filename> and add the correct
|
||||
|
@ -307,7 +307,7 @@ variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Describe alternative way of setting up XFree86:
|
||||
<para>Describe alternative way of setting up <application>XFree86</application>:
|
||||
<filename role="package">x11/xkeycaps</filename></para>
|
||||
</listitem>
|
||||
|
||||
|
|
Loading…
Reference in a new issue