mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-09 15:39:51 +00:00
Fix spelling mistakes (Bernard Leak)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
afbe6d98ba
commit
b9248a9060
@ -60,7 +60,7 @@ different from ones in the default keymap built into the kernel. This
|
||||
confuses some applications. For example,
|
||||
<application>Emacs</application> displays its help (instead of erasing
|
||||
the character before the cursor) when Backspace is pressed. To check
|
||||
if the keymap in use is effected (this works only for i386
|
||||
if the keymap in use is affected (this works only for i386
|
||||
keymaps):</para>
|
||||
|
||||
<screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
|
||||
|
@ -124,7 +124,7 @@ class="directory">/dev</filename> entry for it.</para>
|
||||
<command>udev</command>, and likewise with <systemitem
|
||||
class="filesystem">devfs</systemitem> before it. It is commonly
|
||||
referred to as the <quote>chicken and egg</quote> problem. Most Linux
|
||||
distrubtions handle loading modules via entries in
|
||||
distributions handle loading modules via entries in
|
||||
<filename>/etc/modules.conf</filename>. Access to a device node causes
|
||||
the appropriate kernel module to load. With <command>udev</command>,
|
||||
this method will not work because the device node does not exist until
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "TESTING-20050512">
|
||||
<!ENTITY releasedate "May 12, 2005">
|
||||
<!ENTITY version "TESTING-20050514">
|
||||
<!ENTITY releasedate "May 14, 2005">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user