make the mail address produced by the grub shell consistent with the other programs.
This commit is contained in:
parent
bc61b4d21f
commit
063d1c64f3
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2000-07-02 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
|
* grub/main.c (usage): Close the mail address with parentheses
|
||||||
|
and add a period into the end of the line. That's just a
|
||||||
|
cosmetic change.
|
||||||
|
|
||||||
2000-07-02 OKUJI Yoshinori <okuji@gnu.org>
|
2000-07-02 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
* docs/appendices.texi (Obtaining and Building GRUB): Indicate
|
* docs/appendices.texi (Obtaining and Building GRUB): Indicate
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.020.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.020.
|
||||||
.TH GRUB "8" "June 2000" "GNU GRUB 0.5.96" FSF
|
.TH GRUB "8" "July 2000" "GNU GRUB 0.5.96" FSF
|
||||||
.SH NAME
|
.SH NAME
|
||||||
GRUB \- the grub shell
|
GRUB \- the grub shell
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -50,7 +50,7 @@ print verbose messages
|
||||||
\fB\-\-version\fR
|
\fB\-\-version\fR
|
||||||
print version information and exit
|
print version information and exit
|
||||||
.SH "REPORTING BUGS"
|
.SH "REPORTING BUGS"
|
||||||
Report bugs to bug-grub@gnu.org
|
Report bugs to <bug-grub@gnu.org>.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
The full documentation for
|
The full documentation for
|
||||||
.B GRUB
|
.B GRUB
|
||||||
|
|
|
@ -106,7 +106,7 @@ Enter the GRand Unified Bootloader command shell.\n\
|
||||||
--verbose print verbose messages\n\
|
--verbose print verbose messages\n\
|
||||||
--version print version information and exit\n\
|
--version print version information and exit\n\
|
||||||
\n\
|
\n\
|
||||||
Report bugs to bug-grub@gnu.org\n\
|
Report bugs to <bug-grub@gnu.org>.\n\
|
||||||
",
|
",
|
||||||
default_boot_drive, default_config_file,
|
default_boot_drive, default_config_file,
|
||||||
default_install_partition);
|
default_install_partition);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue