diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 17:15:18 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 17:15:18 -0800 |
commit | 1a306d92054c6feef185bb9cbc90e6efa9f758a6 (patch) | |
tree | 5ef3c78908df0fa489d5b9726399f9bc46e24944 /doc | |
parent | bc7ea9c422f98f969dca78b4736718e3c44edd9b (diff) | |
download | syslinux-elf-1a306d92054c6feef185bb9cbc90e6efa9f758a6.tar.gz syslinux-elf-1a306d92054c6feef185bb9cbc90e6efa9f758a6.tar.xz syslinux-elf-1a306d92054c6feef185bb9cbc90e6efa9f758a6.zip |
Document MENU START
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/menu.doc b/doc/menu.doc index ebefe9e4..05407317 100644 --- a/doc/menu.doc +++ b/doc/menu.doc @@ -225,6 +225,14 @@ MENU QUIT PASSWD can of course be set for this label. +MENU START + + (Only valid inside MENU BEGIN ... MENU END) + + Indicates that the menu system should start at the menu being + defined instead of at the top-level menu. + + INCLUDE filename [tagname] MENU INCLUDE filename [tagname] |