Fix some grammar errors. Also fix some of the markup.
This commit is contained in:
parent
c8b75ac08e
commit
2215c8f3e3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6785
2 changed files with 32 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.27 2000/03/13 21:33:30 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.28 2000/03/17 23:31:16 ache Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -789,24 +789,28 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>To activate a Russian keyboard add a
|
||||
<programlisting>
|
||||
<para>To activate a Russian keyboard, add the following to the
|
||||
<literal>"Keyboard"</literal> section of your
|
||||
<filename>XF86Config</filename> file:</para>
|
||||
|
||||
<programlisting>
|
||||
XkbLayout "ru"
|
||||
XkbOptions "grp:caps_toggle"</programlisting>
|
||||
lines into the <literal>"Keyboard"</literal>
|
||||
section in your <filename>/etc/XF86Config</filename> file.
|
||||
Also make sure that <literal>XkbDisable</literal> is turned
|
||||
off (commented out) there.</para>
|
||||
|
||||
|
||||
<para>Also make sure that <literal>XkbDisable</listeral> is
|
||||
turned off (commented out) there.</para>
|
||||
|
||||
<para>The RUS/LAT switch will be <literal>CapsLock</literal>.
|
||||
The old <literal>CapsLock</literal> function is still
|
||||
available via <literal>Shift+CapsLock</literal> (in LAT mode
|
||||
only).</para>
|
||||
|
||||
<para>If you have "Win"-keys on your keyboard and notice that
|
||||
some non-alphabetical keys are mapped incorrectly
|
||||
in RUS mode, try to add a line:</para>
|
||||
<programlisting>
|
||||
<para>If you have “Windows” keys on your keyboard,
|
||||
and notice that some non-alphabetical keys are mapped
|
||||
incorrectly in RUS mode, add the following line in your
|
||||
<filename>XF86Config</filename> file:</para>
|
||||
|
||||
<programlisting>
|
||||
XkbVariant "winkeys"</programlisting>
|
||||
|
||||
<note>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.27 2000/03/13 21:33:30 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.28 2000/03/17 23:31:16 ache Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -789,24 +789,28 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>To activate a Russian keyboard add a
|
||||
<programlisting>
|
||||
<para>To activate a Russian keyboard, add the following to the
|
||||
<literal>"Keyboard"</literal> section of your
|
||||
<filename>XF86Config</filename> file:</para>
|
||||
|
||||
<programlisting>
|
||||
XkbLayout "ru"
|
||||
XkbOptions "grp:caps_toggle"</programlisting>
|
||||
lines into the <literal>"Keyboard"</literal>
|
||||
section in your <filename>/etc/XF86Config</filename> file.
|
||||
Also make sure that <literal>XkbDisable</literal> is turned
|
||||
off (commented out) there.</para>
|
||||
|
||||
|
||||
<para>Also make sure that <literal>XkbDisable</listeral> is
|
||||
turned off (commented out) there.</para>
|
||||
|
||||
<para>The RUS/LAT switch will be <literal>CapsLock</literal>.
|
||||
The old <literal>CapsLock</literal> function is still
|
||||
available via <literal>Shift+CapsLock</literal> (in LAT mode
|
||||
only).</para>
|
||||
|
||||
<para>If you have "Win"-keys on your keyboard and notice that
|
||||
some non-alphabetical keys are mapped incorrectly
|
||||
in RUS mode, try to add a line:</para>
|
||||
<programlisting>
|
||||
<para>If you have “Windows” keys on your keyboard,
|
||||
and notice that some non-alphabetical keys are mapped
|
||||
incorrectly in RUS mode, add the following line in your
|
||||
<filename>XF86Config</filename> file:</para>
|
||||
|
||||
<programlisting>
|
||||
XkbVariant "winkeys"</programlisting>
|
||||
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue