From b5c8027135003c11f9f8e0387224da21ebac5c58 Mon Sep 17 00:00:00 2001
From: Joachim Wiedorn <ad_debian@joonet.de>
Date: Sun, 4 Mar 2012 01:35:29 +0100
Subject: [PATCH] Fix some typos in doc/user.tex

---
 debian/changelog                              |  3 +-
 debian/patches/16_fix-typos-in-user-tex.patch | 33 +++++++++++++++++++
 debian/patches/series                         |  1 +
 debian/patches/ubuntu.series                  |  1 +
 4 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/16_fix-typos-in-user-tex.patch

diff --git a/debian/changelog b/debian/changelog
index 4d428c7..583fd27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
index 0000000..8331950
--- /dev/null
+++ b/debian/patches/16_fix-typos-in-user-tex.patch
@@ -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
diff --git a/debian/patches/series b/debian/patches/series
index d2305e5..3f38c9a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
index 779c8a3..0ea2228 100644
--- a/debian/patches/ubuntu.series
+++ b/debian/patches/ubuntu.series
@@ -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
-- 
2.39.5