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
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
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 "8" "March 2002" "grub (GNU GRUB 0.91)" FSF
|
||||
.TH GRUB "8" "March 2002" "grub (GNU GRUB 0.92)" FSF
|
||||
.SH NAME
|
||||
grub \- the grub shell
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1885,6 +1885,7 @@ Commands usable both in the menu and in the command-line.
|
|||
* dhcp:: Initialize a network device via DHCP
|
||||
* hide:: Hide a partition
|
||||
* ifconfig:: Configure a network device manually
|
||||
* pager:: Change the state of the internal pager
|
||||
* partnew:: Make a primary partition
|
||||
* parttype:: Change the type of a partition
|
||||
* password:: Set a password for the menu interface
|
||||
|
@ -2055,6 +2056,16 @@ option is specified. See also @ref{Network}.
|
|||
@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
|
||||
@subsection partnew
|
||||
|
||||
|
@ -2263,7 +2274,7 @@ character each of the symbols corresponds:
|
|||
@node 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
|
||||
VT100-compatible unless @option{--dumb} is specified. If both
|
||||
@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,
|
||||
and the usage is quite similar to that for serial terminals: specify
|
||||
@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
|
||||
|
||||
|
||||
|
@ -2528,12 +2543,15 @@ is shut down using APM.
|
|||
@node 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
|
||||
specify @var{pattern}, this command shows short descriptions of all
|
||||
available commands. If you specify any @var{patterns}, it displays
|
||||
longer information about each of the commands which match those
|
||||
@var{patterns}.
|
||||
specify @var{pattern}, this command shows short descriptions of most of
|
||||
available commands. If you specify the option @option{--all} to this
|
||||
command, short descriptions of rarely used commands (such as
|
||||
@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
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
mbchk \- check the format of a Multiboot kernel
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 12 February 2002
|
||||
@set UPDATED-MONTH February 2002
|
||||
@set EDITION 0.91
|
||||
@set VERSION 0.91
|
||||
@set UPDATED 29 March 2002
|
||||
@set UPDATED-MONTH March 2002
|
||||
@set EDITION 0.92
|
||||
@set VERSION 0.92
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 12 February 2002
|
||||
@set UPDATED-MONTH February 2002
|
||||
@set EDITION 0.91
|
||||
@set VERSION 0.91
|
||||
@set UPDATED 29 March 2002
|
||||
@set UPDATED-MONTH March 2002
|
||||
@set EDITION 0.92
|
||||
@set VERSION 0.92
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue