diff options
author | Vicente Jimenez Aguilar <googuy@gmail.com> | 2009-02-11 20:22:32 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-01 12:37:49 -0800 |
commit | 2c7b209155e8aa7786e71e2421544347c0f78119 (patch) | |
tree | 70971e7aee01c64b8cd18da8d8f189ffb0d9b456 | |
parent | 33edcf72465c16b89b28b0a73d4d312d60eb84c0 (diff) | |
download | syslinux-elf-2c7b209155e8aa7786e71e2421544347c0f78119.tar.gz syslinux-elf-2c7b209155e8aa7786e71e2421544347c0f78119.tar.xz syslinux-elf-2c7b209155e8aa7786e71e2421544347c0f78119.zip |
syslinux.txt: possible keystrokes now support F11 and F12
Updated syslinux.txt possible keystrokes now support F11 and F12
-rw-r--r-- | doc/syslinux.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt index cd0f2f02..a51b074d 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -531,7 +531,7 @@ The command line prompt supports the following keystrokes: <Ctrl-V> display the current Syslinux version <Ctrl-W> erase one word <Ctrl-X> force text mode -<F1>..<F10> help screens (if configured) +<F1>..<F12> help screens (if configured) <Ctrl-F><digit> equivalent to F1..F10 <Ctrl-C> interrupt boot in progress <Esc> interrupt boot in progress |