From 063d1c64f316feda2599b89f682907257f834bae Mon Sep 17 00:00:00 2001 From: okuji Date: Sun, 2 Jul 2000 04:58:43 +0000 Subject: [PATCH] make the mail address produced by the grub shell consistent with the other programs. --- ChangeLog | 6 ++++++ docs/grub.8 | 4 ++-- grub/main.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc2f01be0..0556c6593 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-02 OKUJI Yoshinori + + * 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 * docs/appendices.texi (Obtaining and Building GRUB): Indicate diff --git a/docs/grub.8 b/docs/grub.8 index 813d17aac..e95bc8213 100644 --- a/docs/grub.8 +++ b/docs/grub.8 @@ -1,5 +1,5 @@ .\" 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 GRUB \- the grub shell .SH SYNOPSIS @@ -50,7 +50,7 @@ print verbose messages \fB\-\-version\fR print version information and exit .SH "REPORTING BUGS" -Report bugs to bug-grub@gnu.org +Report bugs to . .SH "SEE ALSO" The full documentation for .B GRUB diff --git a/grub/main.c b/grub/main.c index 8259baa07..4cbb13bae 100644 --- a/grub/main.c +++ b/grub/main.c @@ -106,7 +106,7 @@ Enter the GRand Unified Bootloader command shell.\n\ --verbose print verbose messages\n\ --version print version information and exit\n\ \n\ -Report bugs to bug-grub@gnu.org\n\ +Report bugs to .\n\ ", default_boot_drive, default_config_file, default_install_partition);