]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi: Correctly use "terminal_input" and not "terminal" in
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 Mar 2011 07:35:35 +0000 (09:35 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 30 Mar 2011 07:35:35 +0000 (09:35 +0200)
the example.

ChangeLog
docs/grub.texi

index 778d8614523c754fea6b9a1c7971322d46489380..c28b076538a392246006d20e507b476493561bd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-30  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi: Correctly use "terminal_input" and not "terminal" in
+       the example.
+
 2011-03-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/term/at_keyboard.c (set_scancodes)
index 9abf1b1742012fbbc39a7303a5b19bb708bda234..a347579b3dc5017e20325021bd769ec7fa63ef41 100644 (file)
@@ -1998,7 +1998,7 @@ The commands @command{terminal_input} (@pxref{terminal_input}) and
 @command{terminal_output} (@pxref{terminal_output}) choose which type of
 terminal you want to use. In the case above, the terminal will be a
 serial terminal, but you can also pass @code{console} to the command,
-as @samp{terminal serial console}. In this case, a terminal in which
+as @samp{terminal_input serial console}. In this case, a terminal in which
 you press any key will be selected as a GRUB terminal. In the example above,
 note that you need to put both commands on the same command line, as you
 will lose the ability to type commands on the console after the first