diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2008-08-29 23:57:52 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-16 11:22:16 -0700 |
commit | aa48bfd3324727b87b3654d5615a64e1edf2e6d7 (patch) | |
tree | 3b5ef99892c6f390050efc690a251504912b7e62 | |
parent | b7d702fc7c3e6604e1f97aceaf66fd71d41b8856 (diff) | |
download | syslinux-elf-aa48bfd3324727b87b3654d5615a64e1edf2e6d7.tar.gz syslinux-elf-aa48bfd3324727b87b3654d5615a64e1edf2e6d7.tar.xz syslinux-elf-aa48bfd3324727b87b3654d5615a64e1edf2e6d7.zip |
NEWS: trivial fixes
Fix two typos in NEWS file.
- Sebastian
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,13 +33,13 @@ Changes in 3.71: * EXTLINUX: proper error message when confused about mount point. * MEMDISK: be smarter about incompletely disabled floppies in - the BIOS and about being the only BIOS. + the BIOS and about being the only floppy. * Optionally allow initrd to be specified on a separate line rather than as part of the "append" line. This is not recommended, but apparently makes life easier for some tools. * SYSLINUX: if no config file is present, set the current - directory to the root directory (Sebastian Herbszt.) + directory to the root directory (Sebastian Herbszt). * chain.c32: option "hide" to support hiding and unhiding of primary partitions on the boot drive with DOS, Win, or OS/2 partition types (01, 04, 06, 07, 0b, 0c, 0e). |