Blame SOURCES/0119-docs-grub.texi-Simple-configuration-Clarify-GRUB_HID.patch

f96e0b
From 5aeecd9f2ac75a500e74f96256371b501f9d2d24 Mon Sep 17 00:00:00 2001
f96e0b
From: Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
Date: Sun, 20 Jan 2013 22:42:08 +0100
f96e0b
Subject: [PATCH 119/482] 	* docs/grub.texi (Simple configuration):
f96e0b
 Clarify GRUB_HIDDEN_TIMEOUT 	is interrupted by ESC.
f96e0b
f96e0b
---
f96e0b
 ChangeLog      | 5 +++++
f96e0b
 docs/grub.texi | 7 ++++---
f96e0b
 2 files changed, 9 insertions(+), 3 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 8eab442..4d09825 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,8 @@
f96e0b
+2013-01-20  Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
+
f96e0b
+	* docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEOUT
f96e0b
+	is interrupted by ESC.
f96e0b
+
f96e0b
 2013-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
 	* util/grub-script-check.c (main): Uniform the error message.
f96e0b
diff --git a/docs/grub.texi b/docs/grub.texi
f96e0b
index 2dc0cbe..fbbcfb9 100644
f96e0b
--- a/docs/grub.texi
f96e0b
+++ b/docs/grub.texi
f96e0b
@@ -1201,11 +1201,12 @@ immediately without displaying the menu, or to @samp{-1} to wait
f96e0b
 indefinitely.
f96e0b
 
f96e0b
 @item GRUB_HIDDEN_TIMEOUT
f96e0b
-Wait this many seconds for a key to be pressed before displaying the menu.
f96e0b
-If no key is pressed during that time, display the menu for the number of
f96e0b
+Wait this many seconds for @key{ESC} to be pressed before displaying the menu.
f96e0b
+If no @key{ESC} is pressed during that time, display the menu for the number of
f96e0b
 seconds specified in GRUB_TIMEOUT before booting the default entry. We expect
f96e0b
 that most people who use GRUB_HIDDEN_TIMEOUT will want to have GRUB_TIMEOUT set 
f96e0b
-to @samp{0} so that the menu is not displayed at all unless a key is pressed.
f96e0b
+to @samp{0} so that the menu is not displayed at all unless @key{ESC} is
f96e0b
+pressed.
f96e0b
 Unset by default.
f96e0b
 
f96e0b
 @item GRUB_HIDDEN_TIMEOUT_QUIET
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b