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:
parent
0a57f3c3fd
commit
58b292f419
9 changed files with 14 additions and 8 deletions
|
@ -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>
|
||||
|
||||
From Alexander Langer <alex@big.endian.de>:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue