diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
index e4450da3ad..eea1febf74 100644
--- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
@@ -69,7 +69,7 @@
Developers shortened internationalization into the term I18N,
counting the number of letters between the first and the last
letters of internationalization. L10N uses the same naming
- scheme, coming from "localization". Combined
+ scheme, coming from localization. Combined
together, I18N/L10N methods, protocols, and applications allow
users to use languages of their choice.
@@ -184,7 +184,7 @@
- Wide or multibyte encodings, f.e. EUC, Big5.
+ Wide or multibyte encodings, i.e. EUC, Big5.
@@ -222,7 +222,7 @@
refer to language-specific FreeBSD documentation for more
information.
- You should set the following two values in your configuration
+ You should set the following two environment variables in your configuration
files:
@@ -364,7 +364,7 @@ taiwan:Taiwanese User:\
An alternative variant is answering the specified
language each time that
Enter login class: default []:
- appears from &man.adduser.8;
+ appears from &man.adduser.8;.
@@ -470,8 +470,8 @@ font8x8=font_nameAlso be sure to set the correct keymap and screenmap for your
single C chars character set through
/stand/sysinstall.
- Once inside sysinstall, choose Configure, then
- Console. Alternatively, you can add the
+ Once inside sysinstall, choose Configure, then
+ Console. Alternatively, you can add the
following to /etc/rc.conf:scrnmap=screenmap_name
@@ -486,7 +486,7 @@ keychange="fkey_number sequence"
character matrix in pseudographics area, i.e., to move letters out
of that area if screen font uses a bit 8 column.
- If you have the moused daemon
+ If you have the moused daemon
enabled by setting the following
in your /etc/rc.conf:
@@ -498,7 +498,7 @@ keychange="fkey_number sequence"
moused
- By default the mouse cursor of the syscons driver occupies the
+ By default the mouse cursor of the &man.syscons.4; driver occupies the
0xd0-0xd3 range in the character set. If your language uses this
range, you need to move the cursor's range outside of it. To enable
the workaround for FreeBSD versions before 5.0, insert the following
@@ -514,7 +514,7 @@ keychange="fkey_number sequence"
The keymap_name here is taken from
the /usr/share/syscons/keymaps directory,
without the .kbd suffix. If you're
- uncertain which keymap to use, you use &man.kbdmap.1; to test
+ uncertain which keymap to use, you use can &man.kbdmap.1; to test
keymaps without rebooting.The keychange is usually needed to program
@@ -808,11 +808,10 @@ font8x8="cp866-8x8"
The Russian KOI8-R locale
- may not work with old XFree86 releases (lower than 3.3).
- The XFree86 port from
- x11/XFree86 already is the
- most recent XFree86 version, so it will work if you
- install XFree86 from the port. This should not be an
+ may not work with old XFree86 releases (lower than 3.3).
+ XFree86 4.X is now the default
+ version of the X Window System on FreeBSD.
+ This should not be an
issue unless you are using an old version of
FreeBSD.
@@ -826,7 +825,7 @@ font8x8="cp866-8x8"
&prompt.root; make installThe above port installs the latest version of the KOI8-R
- fonts. XFree86 3.3 already has some KOI8-R fonts, but these
+ fonts. XFree86 3.3 already has some KOI8-R fonts, but these
are scaled better.Check the "Files" section
@@ -848,12 +847,12 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"
"Keyboard" section of your
XF86Config file.
- For XFree86 v3.*:
+ For XFree86 3.X:XkbLayout "ru"
XkbOptions "grp:caps_toggle"
- For XFree86 v4.*:
+ For XFree86 4.X:Option "XkbLayout" "ru"
Option "XkbOptions" "grp:caps_toggle"
@@ -861,9 +860,9 @@ Option "XkbOptions" "grp:caps_toggle"
Also make sure that XkbDisable is
turned off (commented out) there.
- The RUS/LAT switch will be CapsLock.
- The old CapsLock function is still
- available via Shift+CapsLock (in LAT mode
+ The RUS/LAT switch will be CapsLock.
+ The old CapsLock function is still
+ available via ShiftCapsLock (in LAT mode
only).If you have Windows keys on your keyboard,
@@ -871,16 +870,16 @@ Option "XkbOptions" "grp:caps_toggle"
incorrectly in RUS mode, add the following line in your
XF86Config file.
- For XFree86 v3.*:
+ For XFree86 3.X:XkbVariant "winkeys"
- For XFree86 v4.*:
+ For XFree86 4.X:Option "XkbVariant" "winkeys"
- The Russian XKB keyboard may not work with old XFree86
+ The Russian XKB keyboard may not work with old XFree86
versions, see the above
note for more information. The Russian XKB
keyboard may also not work with non-localized
@@ -889,7 +888,7 @@ Option "XkbOptions" "grp:caps_toggle"
NULL); function early in the program.
See
- KOI8-R for X-Window for more instructions on
+ KOI8-R for X Window for more instructions on
localizing X11 applications.