diff --git a/ChangeLog b/ChangeLog index 2482d724f..6871037c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-03 Yoshinori K. Okuji + + * docs/grub.texi (terminfo): Fix a misleading English sentence. + Reported by Pavel Roskin. + * stage2/builtins.c (builtin_terminfo): Likewise. + 2002-12-01 Yoshinori K. Okuji From Alexander Langer : diff --git a/docs/grub-install.8 b/docs/grub-install.8 index af9f57a72..db1ed8292 100644 --- a/docs/grub-install.8 +++ b/docs/grub-install.8 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. -.TH GRUB-INSTALL "8" "November 2002" "grub-install (GNU GRUB 0.93)" FSF +.TH GRUB-INSTALL "8" "December 2002" "grub-install (GNU GRUB 0.93)" FSF .SH NAME grub-install \- install GRUB on your drive .SH SYNOPSIS diff --git a/docs/grub-md5-crypt.8 b/docs/grub-md5-crypt.8 index b9312b23c..ea979e9c2 100644 --- a/docs/grub-md5-crypt.8 +++ b/docs/grub-md5-crypt.8 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. -.TH GRUB-MD5-CRYPT "8" "November 2002" "grub-md5-crypt (GNU GRUB )" FSF +.TH GRUB-MD5-CRYPT "8" "December 2002" "grub-md5-crypt (GNU GRUB )" FSF .SH NAME grub-md5-crypt \- Encrypt a password in MD5 format .SH SYNOPSIS diff --git a/docs/grub-terminfo.8 b/docs/grub-terminfo.8 index ea4238647..5fd026fa5 100644 --- a/docs/grub-terminfo.8 +++ b/docs/grub-terminfo.8 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. -.TH GRUB-TERMINFO "8" "November 2002" "grub-terminfo (GNU GRUB 0.93)" FSF +.TH GRUB-TERMINFO "8" "December 2002" "grub-terminfo (GNU GRUB 0.93)" FSF .SH NAME grub-terminfo \- Generate a terminfo command from a terminfo name .SH SYNOPSIS diff --git a/docs/grub.texi b/docs/grub.texi index dcbdb3ab1..03db4cbbf 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -2328,7 +2328,7 @@ The option @option{--no-edit} disables the BASH-like editing feature. @deffn Command terminfo @option{--name=name} @option{--cursor-address=seq} [@option{--clear-screen=seq}] [@option{--enter-standout-mode=seq}] [@option{--exit-standout-mode=seq}] Define the capabilities of your terminal. Use this command to define -escape sequences, unless it is vt100-compatible. You may use @samp{\e} +escape sequences, if it is not vt100-compatible. You may use @samp{\e} for @key{ESC} and @samp{^X} for a control character. You can use the utility @command{grub-terminfo} to generate diff --git a/docs/mbchk.1 b/docs/mbchk.1 index 04d08b1f9..a1e90161d 100644 --- a/docs/mbchk.1 +++ b/docs/mbchk.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. -.TH MBCHK "1" "November 2002" "mbchk (GNU GRUB 0.93)" FSF +.TH MBCHK "1" "December 2002" "mbchk (GNU GRUB 0.93)" FSF .SH NAME mbchk \- check the format of a Multiboot kernel .SH SYNOPSIS diff --git a/docs/stamp-vti b/docs/stamp-vti index 4c7246321..ad3e428e6 100644 --- a/docs/stamp-vti +++ b/docs/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 1 December 2002 +@set UPDATED 3 December 2002 @set UPDATED-MONTH December 2002 @set EDITION 0.93 @set VERSION 0.93 diff --git a/docs/version.texi b/docs/version.texi index 4c7246321..ad3e428e6 100644 --- a/docs/version.texi +++ b/docs/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 1 December 2002 +@set UPDATED 3 December 2002 @set UPDATED-MONTH December 2002 @set EDITION 0.93 @set VERSION 0.93 diff --git a/stage2/builtins.c b/stage2/builtins.c index 8c7a1191a..d0051388c 100644 --- a/stage2/builtins.c +++ b/stage2/builtins.c @@ -4226,7 +4226,7 @@ static struct builtin builtin_terminfo = " [--enter-standout-mode=SEQ] [--exit-standout-mode=SEQ]]", "Define the capabilities of your terminal. Use this command to" - " define escape sequences, unless it is vt100-compatible." + " define escape sequences, if it is not vt100-compatible." " You may use \\e for ESC and ^X for a control character." " If no option is specified, the current settings are printed." };