diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-22 11:16:45 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-22 11:16:45 -0800 |
commit | 6152d7affa392c8233b527b5800299f0b38246f0 (patch) | |
tree | fdf9d85e539e7b7f40181ae7947fcc7ab2eead39 /doc | |
parent | 44e9cab0e6bc5a7a75d8470e7a4ba41d739f4a37 (diff) | |
download | syslinux-elf-6152d7affa392c8233b527b5800299f0b38246f0.tar.gz syslinux-elf-6152d7affa392c8233b527b5800299f0b38246f0.tar.xz syslinux-elf-6152d7affa392c8233b527b5800299f0b38246f0.zip |
Allow MENU EXIT to specify a menu tagsyslinux-3.62-pre15
Allow MENU EXIT to "exit" to an arbitrary menu. This is really just a
variant of "MENU GOTO", but it allows displaying an exit marker.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.doc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/menu.doc b/doc/menu.doc index fefd92c7..aa161bca 100644 --- a/doc/menu.doc +++ b/doc/menu.doc @@ -214,12 +214,13 @@ MENU GOTO tagname "menu goto .top". -MENU EXIT +MENU EXIT [tagname] (Only valid after a label statement inside MENU BEGIN ... MENU END) - Exit to the next higher menu. + Exit to the next higher menu, or, if tagname is specified, to + the named menu. MENU QUIT |