diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:52:36 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:52:36 -0800 |
commit | bc7ea9c422f98f969dca78b4736718e3c44edd9b (patch) | |
tree | 0f4587c25fb8260511c9b7fb899555ce1510ffbe /doc | |
parent | fe7dbcbaec8b5210604f942f322cecf55a37abe0 (diff) | |
download | syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.gz syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.xz syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.zip |
Whitespace cleanup...syslinux-3.62-pre11
Diffstat (limited to 'doc')
-rw-r--r-- | doc/extlinux.doc | 2 | ||||
-rw-r--r-- | doc/menu.doc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/extlinux.doc b/doc/extlinux.doc index 2508fa1c..3604a29d 100644 --- a/doc/extlinux.doc +++ b/doc/extlinux.doc @@ -74,7 +74,7 @@ It works the same way as SYSLINUX, with a few slight modifications. The --once, --clear-once, and --reset-adv commands can be combined with --install or --update, if desired. The ADV is preserved across updates, unless --reset-adv is specified. - + Note that EXTLINUX installs in the filesystem partition like a well-behaved bootloader :) Thus, it needs a master boot record in the diff --git a/doc/menu.doc b/doc/menu.doc index 3b95a031..ebefe9e4 100644 --- a/doc/menu.doc +++ b/doc/menu.doc @@ -44,8 +44,8 @@ MENU TITLE title MENU HIDDEN Do not display the actual menu unless the user presses a key. - All that is displayed is a timeout message. - + All that is displayed is a timeout message. + MENU SEPARATOR Insert an empty line in the menu. @@ -91,12 +91,12 @@ MENU DISABLE Makes the entry unselectable. This allows you to make a section in your menu with different options below it. for example: - + # Entries for network boots LABEL - MENU LABEL Network: MENU DISABLE - + # Soft Cap Linux LABEL softcap MENU LABEL Soft Cap ^Linux 9.6.36 @@ -223,7 +223,7 @@ MENU QUIT WARNING: if MENU MASTER PASSWD or ALLOWOPTIONS 0 is set, this will still allow exiting to the CLI; however, a separate MENU PASSWD can of course be set for this label. - + INCLUDE filename [tagname] MENU INCLUDE filename [tagname] |