summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-22 20:34:53 +0000
committerhpa <hpa>2005-08-22 20:34:53 +0000
commitca4e2dcb4f373d3eae4a88ea6b49004554a9be92 (patch)
tree8e7d144656f1eebec038ff85e79fab1ab4f6d08e
parent2f2025354a5ad57cfaa1938b19aa836cfc8c5fb3 (diff)
downloadsyslinux-ca4e2dcb4f373d3eae4a88ea6b49004554a9be92.tar.gz
Documentation updates from Jim Cromie
-rw-r--r--README.menu7
-rw-r--r--syslinux.doc1
2 files changed, 8 insertions, 0 deletions
diff --git a/README.menu b/README.menu
index ec332673..7865f90b 100644
--- a/README.menu
+++ b/README.menu
@@ -65,6 +65,13 @@ MENU LABEL label
The hotkey will be highlighted in the menu and will move the
menu cursor immediately to that entry.
+ Reusing hotkeys is disallowed, subsequent entries will not be
+ highlighted, and will not work. Hotkeys ^n and ^p are predefined
+ to mean next and previous lines respectively.
+
+ Keep in mind that the LABELs, not MENU LABELs, must be unique,
+ or odd things will happen to the command-line.
+
MENU HIDE
(Only valid after a LABEL statement.)
diff --git a/syslinux.doc b/syslinux.doc
index 11c3a25a..3da76afc 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -178,6 +178,7 @@ LABEL label
unique after mangling. For example, two labels
"v2.1.30" and "v2.1.31" will not be distinguishable
under SYSLINUX, since both mangle to the same DOS filename.
+ This is also true for "foo bar" and "foo baz".
The "kernel" doesn't have to be a Linux kernel; it can
be a boot sector or a COMBOOT file (see below.)