2002-12-03 Yoshinori K. Okuji <okuji@enbug.org>

* docs/grub.texi (terminfo): Fix a misleading English sentence.
	Reported by Pavel Roskin.
	* stage2/builtins.c (builtin_terminfo): Likewise.
This commit is contained in:
okuji 2002-12-02 22:37:52 +00:00
parent 0a57f3c3fd
commit 58b292f419
9 changed files with 14 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2002-12-03 Yoshinori K. Okuji <okuji@enbug.org>
* 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 <okuji@enbug.org> 2002-12-01 Yoshinori K. Okuji <okuji@enbug.org>
From Alexander Langer <alex@big.endian.de>: From Alexander Langer <alex@big.endian.de>:

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" 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 .SH NAME
grub-install \- install GRUB on your drive grub-install \- install GRUB on your drive
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" 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 .SH NAME
grub-md5-crypt \- Encrypt a password in MD5 format grub-md5-crypt \- Encrypt a password in MD5 format
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" 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 .SH NAME
grub-terminfo \- Generate a terminfo command from a terminfo name grub-terminfo \- Generate a terminfo command from a terminfo name
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -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}] @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 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. for @key{ESC} and @samp{^X} for a control character.
You can use the utility @command{grub-terminfo} to generate You can use the utility @command{grub-terminfo} to generate

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" 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 .SH NAME
mbchk \- check the format of a Multiboot kernel mbchk \- check the format of a Multiboot kernel
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,4 +1,4 @@
@set UPDATED 1 December 2002 @set UPDATED 3 December 2002
@set UPDATED-MONTH December 2002 @set UPDATED-MONTH December 2002
@set EDITION 0.93 @set EDITION 0.93
@set VERSION 0.93 @set VERSION 0.93

View file

@ -1,4 +1,4 @@
@set UPDATED 1 December 2002 @set UPDATED 3 December 2002
@set UPDATED-MONTH December 2002 @set UPDATED-MONTH December 2002
@set EDITION 0.93 @set EDITION 0.93
@set VERSION 0.93 @set VERSION 0.93

View file

@ -4226,7 +4226,7 @@ static struct builtin builtin_terminfo =
" [--enter-standout-mode=SEQ] [--exit-standout-mode=SEQ]]", " [--enter-standout-mode=SEQ] [--exit-standout-mode=SEQ]]",
"Define the capabilities of your terminal. Use this command to" "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." " You may use \\e for ESC and ^X for a control character."
" If no option is specified, the current settings are printed." " If no option is specified, the current settings are printed."
}; };