From: Colin Watson Date: Fri, 29 Nov 2013 17:19:37 +0000 (+0000) Subject: Remove a few references to GRUB_HIDDEN_TIMEOUT* X-Git-Tag: grub-2.02-beta1~176^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70ab525f941fc24cd721720751e2f0ff283b17c;p=thirdparty%2Fgrub.git Remove a few references to GRUB_HIDDEN_TIMEOUT* Reported by Andrey Borzenkov. --- diff --git a/docs/grub.texi b/docs/grub.texi index 1caee8347..fdcd6181d 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -2520,11 +2520,10 @@ menu requires several fancy features of your terminal. Some laptop vendors provide an additional power-on button which boots another OS. GRUB supports such buttons with the @samp{GRUB_TIMEOUT_BUTTON}, -@samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, -@samp{GRUB_HIDDEN_TIMEOUT_BUTTON} and @samp{GRUB_BUTTON_CMOS_ADDRESS} -variables in default/grub (@pxref{Simple configuration}). -@samp{GRUB_TIMEOUT_BUTTON}, @samp{GRUB_TIMEOUT_STYLE_BUTTON}, -@samp{GRUB_DEFAULT_BUTTON}, and @samp{GRUB_HIDDEN_TIMEOUT_BUTTON} are used +@samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, and +@samp{GRUB_BUTTON_CMOS_ADDRESS} variables in default/grub (@pxref{Simple +configuration}). @samp{GRUB_TIMEOUT_BUTTON}, +@samp{GRUB_TIMEOUT_STYLE_BUTTON}, and @samp{GRUB_DEFAULT_BUTTON} are used instead of the corresponding variables without the @samp{_BUTTON} suffix when powered on using the special button. @samp{GRUB_BUTTON_CMOS_ADDRESS} is vendor-specific and partially model-specific. Values known to the GRUB @@ -3510,8 +3509,8 @@ If @samp{timeout_style} (@pxref{timeout_style}) is set to @samp{countdown} or @samp{hidden}, the timeout is instead counted before the menu is displayed. -This variable is often set by @samp{GRUB_TIMEOUT} or -@samp{GRUB_HIDDEN_TIMEOUT} (@pxref{Simple configuration}). +This variable is often set by @samp{GRUB_TIMEOUT} (@pxref{Simple +configuration}). @node timeout_style