+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>:
.\" 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
.\" 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
.\" 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
.\" 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
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),