]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2002-02-05 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Mon, 4 Feb 2002 22:47:51 +0000 (22:47 +0000)
committerokuji <okuji@localhost>
Mon, 4 Feb 2002 22:47:51 +0000 (22:47 +0000)
* stage2/builtins.c (displaymem_func): Use hex digits to display
for consistency.

ChangeLog
docs/grub-install.8
docs/grub-md5-crypt.8
docs/grub.8
docs/mbchk.1
stage2/builtins.c

index eefa217b17d642d7187a084bffbda7b43348a99f..0309195de4ecf860a0fcc01198cf34731e140562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-05  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * stage2/builtins.c (displaymem_func): Use hex digits to display
+       for consistency.
+       
 2002-02-04  Jason Thomas  <jason@topic.com.ah>
 
        From Denis Kitzman  <dkitzman@blue.weeg.uiowa.edu>:
index 894c1b6c3c59ec58121919945d722d36cf5bf38a..ff9ecfd32dec65cbf623719a360ec542684bdfe9 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH GRUB-INSTALL "8" "January 2002" "grub-install (GNU GRUB 0.91)" FSF
+.TH GRUB-INSTALL "8" "February 2002" "grub-install (GNU GRUB 0.91)" FSF
 .SH NAME
 grub-install \- install GRUB on your drive
 .SH SYNOPSIS
index 34a0b3b06c7ade2e6d69e1558fc27d2a161d2c66..0abe608438803a5914b6ad00adf47da8d56fbc09 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH GRUB-MD5-CRYPT "8" "January 2002" "grub-md5-crypt (GNU GRUB )" FSF
+.TH GRUB-MD5-CRYPT "8" "February 2002" "grub-md5-crypt (GNU GRUB )" FSF
 .SH NAME
 grub-md5-crypt \- Encrypt a password in MD5 format
 .SH SYNOPSIS
index 3469f926931ba01c269a7f93326c6c570cae6746..c5be5fc1ff22c840bf43a08c668698ae2b54d14a 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH GRUB "8" "January 2002" "grub (GNU GRUB 0.91)" FSF
+.TH GRUB "8" "February 2002" "grub (GNU GRUB 0.91)" FSF
 .SH NAME
 grub \- the grub shell
 .SH SYNOPSIS
index 016f87b5d2f0458b727e246df3bd75df18e8bbc2..6e40ffd678f16103c67f06491d686e4a2b698e9c 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH MBCHK "1" "January 2002" "mbchk (GNU GRUB 0.91)" FSF
+.TH MBCHK "1" "February 2002" "mbchk (GNU GRUB 0.91)" FSF
 .SH NAME
 mbchk \- check the format of a Multiboot kernel
 .SH SYNOPSIS
index bf3c0d32f8fda8c195cc60d10cb106a1fd22a6f0..d3abf309d4d7edf1bc44d712883b0761c0352eb9 100644 (file)
@@ -949,7 +949,7 @@ displaymem_func (char *arg, int flags)
          else
            str = "Reserved";
          grub_printf ("   %s:  Base Address:  0x%x X 4GB + 0x%x,\n"
-                      "      Length:   %u X 4GB + %u bytes\n",
+                      "      Length:   0x%x X 4GB + 0x%x bytes\n",
                       str,
                       (unsigned long) (map->BaseAddr >> 32),
                       (unsigned long) (map->BaseAddr & 0xFFFFFFFF),