Fix typos and phrases in manpage of lilo.conf
[rrq/maintain_lilo.git] / debian / patches / 15_fix-typos-in-manpage-lilo-conf.patch
1 Package:     lilo
2 Subject:     fix typos in manpage lilo conf
3 Author:      Joachim Wiedorn <ad_debian at joonet.de>
4 Forwarded:   yes
5 Last-Update: 2011-03-20
6
7 Update of the configuration example. More clearness about the
8 both ways of configuration of background bitmaps. Remove of 
9 all information about OS/2 as alternate system, because OS/2
10 is obsolete for many years.
11 ---
12
13 diff -urN s14/man/lilo.conf.5 s15/man/lilo.conf.5
14 --- s14/man/lilo.conf.5 2010-11-01 17:13:41.000000000 +0100
15 +++ s15/man/lilo.conf.5 2011-03-20 14:18:06.116170451 +0100
16 @@ -28,9 +28,9 @@
17  It might look as follows:
18  .IP
19  .nf
20 -# lilo.conf
21 +# /etc/lilo.conf
22  #
23 -#  global options:
24 +### global options ###
25  boot=/dev/hda
26  prompt
27  timeout=150
28 @@ -41,28 +41,24 @@
29  read-only
30  menu-title=" John's Computer "
31  #
32 -#  bootable kernel images:
33 -image=/boot/zImage-1.5.99
34 +### bootable kernel images ###
35 +image=/boot/vmlinuz-2.6.20-1-i386
36       label=try
37 -image=/boot/zImage-1.0.9
38 -     label=1.0.9
39 +image=/boot/vmlinuz-2.4.33-1-i386
40 +     label=2.4.33
41  image=/tamu/vmlinuz
42       label=tamu
43 -     initrd=initramdisk.img
44 +     initrd=/tamu/initrd.img
45       root=/dev/hdb2
46       vga=ask
47  #
48 -#  other operating systems:
49 +### other operating systems ###
50  other=/dev/hda3
51 -     label=dos
52 +     label=DOS
53       boot-as=0x80    # must be C:
54  other=/dev/hdb1
55 -     label=Win98
56 +     label=WinXP
57       boot-as=0x80    # must be C:
58 -other=/dev/hdb5
59 -     label=os2
60 -     loader=os2_d
61 -     table=E:   # os2 sees as E:
62  .fi
63  .LP
64  This configuration file specifies that lilo uses the Master
65 @@ -130,17 +126,19 @@
66  .sp
67  When a bitmap file is specified as a background screen during the boot
68  process, the color selection and layout of the text which overlays the
69 -graphic image must be specified in one of two ways.  One way, is to use
70 -a bitmap image (*.bmp) file which has had a header written by the
71 +graphic image must be specified in one of two ways.
72 +.sp
73 +One way is the use of header information in the bitmap image (*.bmp) file:
74 +From a text file with all the information about 'bmp-colors', 'bmp-table' 
75 +and 'bmp-timer' options together with the 'bitmap' option are stored in 
76 +the special LILO  header of the bitmap image file by the
77  .BI "lilo -E"
78 -command.  If this command is used, then all of the
79 -information specified by the 'bmp-colors', 'bmp-table', and 'bmp-timer'
80 -options is stored in a special LILO header within the bitmap file.
81 -Without this header, the 'bmp-' option values should be
82 -specified in the configuration file; if not, default values are used.
83 -Any use of the 'bmp-' options
84 -within the configuration file overrides the values stored in the
85 -bitmap file header.
86 +command. Another way works without these special header information: All
87 +the information about 'bmp-colors', 'bmp-table' and 'bmp-timer' options
88 +together with the 'bitmap' option are stored in the configuration file.
89 +Any use of the 'bmp-' options within the configuration file overrides
90 +the options stored in the bitmap file header. If lilo cannot find any of
91 +the 'bmp-' options, then default values are used.
92  .TP
93  .BI "bmp-colors=" <fg>,<bg>,<sh>,<hfg>,<hbg>,<hsh>
94  Specifies the decimal values of the colors to be used for the menu display
95 @@ -292,9 +290,9 @@
96  .fi
97  .sp
98  probably only useful for floppy disks and loopback devices,
99 -since for hard disks the
100 +because for hard disks the
101  .BI lba32
102 -disk addressing option (LILO 21.2) ignores disk geometry.
103 +disk addressing option ignores disk geometry.
104  .sp
105  (22.5.8) Developers who have implemented a disk driver for a new block storage
106  device will have to indicate to LILO the maximum number of partitions
107 @@ -836,14 +834,8 @@
108  By default
109  .I chain
110  is used.  This chain loader passes partition and drive information in the
111 -boot sector it loads only to DOS on FAT12 or FAT16, Windows on FAT16 or
112 -FAT32, or OS/2 on FAT16 or HPFS.
113 -The alternate chain loader,
114 -.I os2_d
115 -passes partition and drive information unconditionally, and uses a format
116 -suitable for OS/2 and DOS (see 
117 -.I table=<letter>
118 -below).
119 +boot sector it loads only to DOS on FAT12 or FAT16, or Windows on FAT16 or
120 +FAT32.
121  .TP
122  .BI "table=" <device>
123  This specifies the device that contains the partition table. 
124 @@ -856,14 +848,9 @@
125  with `table' is modified.
126  .TP
127  .BI "table=" <drive-letter>
128 -This is a special case for the
129 +This option is obsolete. It were used in the special case for the
130  .I os2_d
131 -chain loader.  It specifies the DOS drive letter for the partition
132 -that will be booted.  This is
133 -.I mandatory
134 -when booting OS/2 installed on
135 -an extended partition.  The drive letter may be specified with or without a
136 -trailing colon.
137 +chain loader.
138  .TP
139  .BI "change"
140  This keyword starts a section which describes how primary partition IDs are