Fix some typos in doc/user.tex
authorJoachim Wiedorn <ad_debian@joonet.de>
Sun, 4 Mar 2012 00:35:29 +0000 (01:35 +0100)
committerJoachim Wiedorn <ad_debian@joonet.de>
Sun, 4 Mar 2012 00:35:29 +0000 (01:35 +0100)
debian/changelog
debian/patches/16_fix-typos-in-user-tex.patch [new file with mode: 0644]
debian/patches/series
debian/patches/ubuntu.series

index 4d428c78f64683f28a409c65932090b2d702c545..583fd2778d97d74ea1e68e08938ddac79d4c879d 100644 (file)
@@ -12,8 +12,9 @@ lilo (1:23.2-3) unstable; urgency=low
     - Slovak (Ivan Masar), new sk.po.    (Closes: #661143)
     - Czech (Miroslav Kure), cs.po.      (Closes: #661437)
   * Fix of some errors in lilo manpage.  (Closes: #659809)
+  * Fix of some typos in user.tex file (string EBDA).
 
- -- Joachim Wiedorn <ad_debian@joonet.de>  Sat, 03 Mar 2012 18:32:41 +0100
+ -- Joachim Wiedorn <ad_debian@joonet.de>  Sun, 04 Mar 2012 00:28:31 +0100
 
 lilo (1:23.2-2) unstable; urgency=low
 
diff --git a/debian/patches/16_fix-typos-in-user-tex.patch b/debian/patches/16_fix-typos-in-user-tex.patch
new file mode 100644 (file)
index 0000000..8331950
--- /dev/null
@@ -0,0 +1,33 @@
+Package:     lilo
+Subject:     fix typos in user tex
+Author:      Joachim Wiedorn <ad_debian at joonet.de>
+Forwarded:   yes
+Last-Update: 2012-03-04
+
+EBDA means Extended BIOS Data Area. So EDBA is the false string.
+---
+
+diff -urN s15/doc/user.tex s16/doc/user.tex
+--- s15/doc/user.tex   2010-11-02 00:30:01.000000000 +0100
++++ s16/doc/user.tex   2012-03-04 00:32:14.853171226 +0100
+@@ -2824,9 +2824,9 @@
+   \item[\raw{IGNORECASE}] Makes image name matching case-insensitive, i.e.
+     ``linux'' and ``Linux'' are identical. This option is enabled by
+     default. Note that password matching is always case-sensitive.
+-  \item[\raw{LARGE\_EDBA}] Loads \LILO\ at a lower address in order to
++  \item[\raw{LARGE\_EBDA}] Loads \LILO\ at a lower address in order to
+     leave more space for the EBDA (Extended BIOS Data Area). This is
+-    necessary on some recent MP systems. Note that enabling \raw{LARGE\_EDBA}
++    necessary on some recent MP systems. Note that enabling \raw{LARGE\_EBDA}
+     reduces the maximum size of ``small'' images (e.g. ``Image'' or
+     ``zImage'').
+   \item[\raw{NO1STDIAG}] Do not generate diagnostics on read errors in the
+@@ -3181,7 +3181,7 @@
+   \item[\raw{Kernel \meta{name} is too big}]~\\
+     The kernel image (without the setup
+     code) is bigger than 512 kbytes (or 448 kbytes, if built with
+-    \raw{LARGE\_EDBA}). \LILO\ would overwrite itself when trying
++    \raw{LARGE\_EBDA}). \LILO\ would overwrite itself when trying
+     to load such a kernel. This limitation only applies to old kernels which
+     are loaded below 0x10000 (e.g. ``Image'' or ``zImage''). Try building the
+     kernel with ``bzImage''. If this is undesirable for some reason, try
index d2305e5d2e0829f0e75c3ed0b83bf6a41041ff87..3f38c9a9c5f4c3e9c55ffb04bb667e434eb76f08 100644 (file)
@@ -13,3 +13,4 @@
 13_lilo-conf-append-info.patch
 14_update-mkrescue-script.patch
 15_fix-typos-in-lilo-manpage.patch
+16_fix-typos-in-user-tex.patch
index 779c8a396ff8c17f6a920023eac019fcbc35e3d6..0ea2228ba432452928f36cd2159e62ad41423bd7 100644 (file)
@@ -13,3 +13,4 @@
 13_lilo-conf-append-info.patch
 14_update-mkrescue-script.patch
 15_fix-typos-in-lilo-manpage.patch
+16_fix-typos-in-user-tex.patch