2002-02-05 Yoshinori K. Okuji <okuji@enbug.org>

* stage2/builtins.c (displaymem_func): Use hex digits to display
	for consistency.
This commit is contained in:
okuji 2002-02-04 22:47:51 +00:00
parent f6d0d914e3
commit 68ef83eeae
6 changed files with 10 additions and 5 deletions

View file

@ -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>:

View 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

View 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

View 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

View 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

View 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),