2002-03-29 Yoshinori K. Okuji <okuji@enbug.org>
* docs/grub.texi (General commands): Added ``pager'' into the menu. (pager): New subsection. (terminal): Added a description about the option ``--lines=LINES''. * configure.in (AC_INIT_AUTOMAKE): Set the version number to 0.92.
This commit is contained in:
parent
b7f9f38e29
commit
0c8552cfae
9 changed files with 49 additions and 20 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2002-03-29 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
|
* docs/grub.texi (General commands): Added ``pager'' into the
|
||||||
|
menu.
|
||||||
|
(pager): New subsection.
|
||||||
|
(terminal): Added a description about the option
|
||||||
|
``--lines=LINES''.
|
||||||
|
|
||||||
|
* configure.in (AC_INIT_AUTOMAKE): Set the version number to
|
||||||
|
0.92.
|
||||||
|
|
||||||
2002-03-26 Yoshinori K. Okuji <okuji@enbug.org>
|
2002-03-26 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
* netboot/eepro100.c (eepro100_probe): Increase the delay at the
|
* netboot/eepro100.c (eepro100_probe): Increase the delay at the
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -1279,7 +1279,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=grub
|
PACKAGE=grub
|
||||||
VERSION=0.91
|
VERSION=0.92
|
||||||
|
|
||||||
cat >>confdefs.h <<EOF
|
cat >>confdefs.h <<EOF
|
||||||
#define PACKAGE "$PACKAGE"
|
#define PACKAGE "$PACKAGE"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Configure script for GRUB.
|
dnl Configure script for GRUB.
|
||||||
dnl Copyright 1999,2000,2001 Free Software Foundation, Inc.
|
dnl Copyright 1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
dnl Permission to use, copy, modify and distribute this software and its
|
dnl Permission to use, copy, modify and distribute this software and its
|
||||||
dnl documentation is hereby granted, provided that both the copyright
|
dnl documentation is hereby granted, provided that both the copyright
|
||||||
|
@ -13,7 +13,7 @@ dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
|
||||||
dnl USE OF THIS SOFTWARE.
|
dnl USE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT(stage2/stage2.c)
|
AC_INIT(stage2/stage2.c)
|
||||||
AM_INIT_AUTOMAKE(grub, 0.91)
|
AM_INIT_AUTOMAKE(grub, 0.92)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
|
|
|
@ -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" "March 2002" "grub-install (GNU GRUB 0.91)" FSF
|
.TH GRUB-INSTALL "8" "March 2002" "grub-install (GNU GRUB 0.92)" FSF
|
||||||
.SH NAME
|
.SH NAME
|
||||||
grub-install \- install GRUB on your drive
|
grub-install \- install GRUB on your drive
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -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 "8" "March 2002" "grub (GNU GRUB 0.91)" FSF
|
.TH GRUB "8" "March 2002" "grub (GNU GRUB 0.92)" FSF
|
||||||
.SH NAME
|
.SH NAME
|
||||||
grub \- the grub shell
|
grub \- the grub shell
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1885,6 +1885,7 @@ Commands usable both in the menu and in the command-line.
|
||||||
* dhcp:: Initialize a network device via DHCP
|
* dhcp:: Initialize a network device via DHCP
|
||||||
* hide:: Hide a partition
|
* hide:: Hide a partition
|
||||||
* ifconfig:: Configure a network device manually
|
* ifconfig:: Configure a network device manually
|
||||||
|
* pager:: Change the state of the internal pager
|
||||||
* partnew:: Make a primary partition
|
* partnew:: Make a primary partition
|
||||||
* parttype:: Change the type of a partition
|
* parttype:: Change the type of a partition
|
||||||
* password:: Set a password for the menu interface
|
* password:: Set a password for the menu interface
|
||||||
|
@ -2055,6 +2056,16 @@ option is specified. See also @ref{Network}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
|
@node pager
|
||||||
|
@subsection pager
|
||||||
|
|
||||||
|
@deffn Command pager [flag]
|
||||||
|
Toggle or set the state of the internal pager. If @var{flag} is
|
||||||
|
@samp{on}, the internal pager is enabled. If @var{flag} is @samp{off},
|
||||||
|
it is disabled. If no argument is given, the state is toggled.
|
||||||
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
@node partnew
|
@node partnew
|
||||||
@subsection partnew
|
@subsection partnew
|
||||||
|
|
||||||
|
@ -2263,7 +2274,7 @@ character each of the symbols corresponds:
|
||||||
@node terminal
|
@node terminal
|
||||||
@subsection terminal
|
@subsection terminal
|
||||||
|
|
||||||
@deffn Command terminal [@option{--dumb}] [@option{--timeout=secs}] [@option{console}] [@option{serial}] [@option{hercules}]
|
@deffn Command terminal [@option{--dumb}] [@option{--timeout=secs}] [@option{--lines=lines}] [@option{console}] [@option{serial}] [@option{hercules}]
|
||||||
Select a terminal for user interaction. The terminal is assumed to be
|
Select a terminal for user interaction. The terminal is assumed to be
|
||||||
VT100-compatible unless @option{--dumb} is specified. If both
|
VT100-compatible unless @option{--dumb} is specified. If both
|
||||||
@option{console} and @option{serial} are specified, then GRUB will use
|
@option{console} and @option{serial} are specified, then GRUB will use
|
||||||
|
@ -2276,6 +2287,10 @@ This may not make sense for most users, but GRUB supports Hercules
|
||||||
console as well. Hercules console is usable like the ordinary console,
|
console as well. Hercules console is usable like the ordinary console,
|
||||||
and the usage is quite similar to that for serial terminals: specify
|
and the usage is quite similar to that for serial terminals: specify
|
||||||
@option{hercules} as the argument.
|
@option{hercules} as the argument.
|
||||||
|
|
||||||
|
The option @option{--lines} defines the number of lines in your
|
||||||
|
terminal, and it is used for the internal pager function. If you don't
|
||||||
|
specify this option, the number is assumed as 24.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
|
@ -2528,12 +2543,15 @@ is shut down using APM.
|
||||||
@node help
|
@node help
|
||||||
@subsection help
|
@subsection help
|
||||||
|
|
||||||
@deffn Command help [pattern @dots{}]
|
@deffn Command help @option{--all} [pattern @dots{}]
|
||||||
Display helpful information about builtin commands. If you do not
|
Display helpful information about builtin commands. If you do not
|
||||||
specify @var{pattern}, this command shows short descriptions of all
|
specify @var{pattern}, this command shows short descriptions of most of
|
||||||
available commands. If you specify any @var{patterns}, it displays
|
available commands. If you specify the option @option{--all} to this
|
||||||
longer information about each of the commands which match those
|
command, short descriptions of rarely used commands (such as
|
||||||
@var{patterns}.
|
@ref{testload}) are displayed as well.
|
||||||
|
|
||||||
|
If you specify any @var{patterns}, it displays longer information
|
||||||
|
about each of the commands which match those @var{patterns}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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" "March 2002" "mbchk (GNU GRUB 0.91)" FSF
|
.TH MBCHK "1" "March 2002" "mbchk (GNU GRUB 0.92)" 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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@set UPDATED 12 February 2002
|
@set UPDATED 29 March 2002
|
||||||
@set UPDATED-MONTH February 2002
|
@set UPDATED-MONTH March 2002
|
||||||
@set EDITION 0.91
|
@set EDITION 0.92
|
||||||
@set VERSION 0.91
|
@set VERSION 0.92
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@set UPDATED 12 February 2002
|
@set UPDATED 29 March 2002
|
||||||
@set UPDATED-MONTH February 2002
|
@set UPDATED-MONTH March 2002
|
||||||
@set EDITION 0.91
|
@set EDITION 0.92
|
||||||
@set VERSION 0.91
|
@set VERSION 0.92
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue