Fix small typos in manpages
authorJoachim Wiedorn <joodebian@joonet.de>
Fri, 15 Jul 2016 20:37:14 +0000 (22:37 +0200)
committerJoachim Wiedorn <joodebian@joonet.de>
Fri, 15 Jul 2016 20:37:14 +0000 (22:37 +0200)
debian/changelog
debian/patches/08_small-typos-in-manpages.patch [new file with mode: 0644]
debian/patches/series
debian/patches/ubuntu.series

index 0ea64fce5e5108d5e2d571a75cf24126efcc6c69..67ad9a7ba1502d33bec28aef748a4029ce7297b9 100644 (file)
@@ -7,6 +7,7 @@ lilo (1:24.2-2) UNRELEASED; urgency=medium
     - Bump Standards Version to 3.9.8 (no changes).
   * New patches:
     - Fix warning found in buildd logs: dpkg-buildflags-missing CFLAGS
+    - Fix some typos in manpages: lilo.conf.5, mkrescue.8
 
  -- Joachim Wiedorn <joodebian@joonet.de>  Fri, 15 Jul 2016 21:23:45 +0200
 
diff --git a/debian/patches/08_small-typos-in-manpages.patch b/debian/patches/08_small-typos-in-manpages.patch
new file mode 100644 (file)
index 0000000..b0b3fb5
--- /dev/null
@@ -0,0 +1,30 @@
+Package:     lilo
+Subject:     fix small typos in manpages
+Author:      Joachim Wiedorn <joodebian at joonet.de>
+Last-Update: 2016-07-15
+---
+
+diff -urN s07/man/lilo.conf.5 s08/man/lilo.conf.5
+--- s07/man/lilo.conf.5        2013-06-07 21:17:39.000000000 +0200
++++ s08/man/lilo.conf.5        2016-07-15 22:02:52.497917216 +0200
+@@ -736,7 +736,7 @@
+ This is typically used to specify hardware parameters that can't be
+ entirely auto-detected or for which probing may be dangerous. Multiple
+ kernel parameters are separated by a blank space, and the string must be
+-enclosed in double quotes.  A local append= appearing withing an image=
++enclosed in double quotes.  A local append= appearing within an image=
+ section overrides any
+ global append= appearing in the global section of the configuration file.
+ The append option may be used only once per "image="
+diff -urN s07/man/mkrescue.8 s08/man/mkrescue.8
+--- s07/man/mkrescue.8 2011-04-09 11:56:16.000000000 +0200
++++ s08/man/mkrescue.8 2016-07-15 22:03:07.990171776 +0200
+@@ -84,7 +84,7 @@
+ arbitrary kernel file and initial ramdisk file to be used on the created
+ boot floppy.
+ Be sure you know what you are doing before you use these options.
+-If no inital ramdisk is needed with a particular kernel, then you MUST
++If no initial ramdisk is needed with a particular kernel, then you MUST
+ specify \fB--initrd ""\fP, meaning a null pathname.
+ .TP
index fac4a84a1a404191bacf774c2ea3f8055b608f5c..3395f138cfb84fe9df706ece7f7bcd74c1687729 100644 (file)
@@ -4,3 +4,4 @@
 05_readme.disk-change.patch
 06_notinteractive.patch
 07_hardening-cflags+cppflags.patch
+08_small-typos-in-manpages.patch
index 43bff486d3ccd19637b974550a51713adb9b52b9..629c801e03be50ba7e3357dac73e141e9ab03996 100644 (file)
@@ -4,3 +4,4 @@
 05_readme.disk-change.patch
 06_notinteractive.patch
 07_hardening-cflags+cppflags.patch
+08_small-typos-in-manpages.patch