Fix a wrong comment.
This commit is contained in:
parent
3c17445bfd
commit
f9e7ef1b41
5 changed files with 12 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-12-19 Yoshinori K. Okuji <okuji@gnu.org>
|
||||||
|
|
||||||
|
* stage2/fsys_fat.c (fat_read): Fix the contradictory comment.
|
||||||
|
Reported by Filip Van Raemdonck <mechanix@digibel.org>.
|
||||||
|
|
||||||
2001-12-11 Yoshinori K. Okuji <okuji@gnu.org>
|
2001-12-11 Yoshinori K. Okuji <okuji@gnu.org>
|
||||||
|
|
||||||
* stage2/builtins.c (displayapm_func): Don't use multi-line
|
* stage2/builtins.c (displayapm_func): Don't use multi-line
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||||
.TH GRUB-INSTALL "8" "November 2001" "grub-install (GNU GRUB 0.90)" FSF
|
.TH GRUB-INSTALL "8" "December 2001" "grub-install (GNU GRUB 0.90)" FSF
|
||||||
.SH NAME
|
.SH NAME
|
||||||
grub-install \- install GRUB on your drive
|
grub-install \- install GRUB on your drive
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||||
.TH GRUB-MD5-CRYPT "8" "November 2001" "grub-md5-crypt (GNU GRUB )" FSF
|
.TH GRUB-MD5-CRYPT "8" "December 2001" "grub-md5-crypt (GNU GRUB )" FSF
|
||||||
.SH NAME
|
.SH NAME
|
||||||
grub-md5-crypt \- Encrypt a password in MD5 format
|
grub-md5-crypt \- Encrypt a password in MD5 format
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
13
docs/mbchk.1
13
docs/mbchk.1
|
@ -7,15 +7,10 @@ mbchk \- check the format of a Multiboot kernel
|
||||||
[\fIOPTION\fR]... [\fIFILE\fR]...
|
[\fIOPTION\fR]... [\fIFILE\fR]...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Check if the format of FILE complies with the Multiboot Specification.
|
Check if the format of FILE complies with the Multiboot Specification.
|
||||||
.TP
|
.PP
|
||||||
\fB\-q\fR, \fB\-\-quiet\fR
|
\fB\-q\fR, \fB\-\-quiet\fR suppress all normal output
|
||||||
suppress all normal output
|
\fB\-h\fR, \fB\-\-help\fR display this help and exit
|
||||||
.TP
|
\fB\-v\fR, \fB\-\-version\fR output version information and exit.
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
|
||||||
display this help and exit
|
|
||||||
.TP
|
|
||||||
\fB\-v\fR, \fB\-\-version\fR
|
|
||||||
output 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"
|
||||||
|
|
|
@ -175,7 +175,7 @@ fat_read (char *buf, int len)
|
||||||
|
|
||||||
if (FAT_SUPER->file_cluster < 0)
|
if (FAT_SUPER->file_cluster < 0)
|
||||||
{
|
{
|
||||||
/* root directory for non-fat16 */
|
/* root directory for fat16 */
|
||||||
size = FAT_SUPER->root_max - filepos;
|
size = FAT_SUPER->root_max - filepos;
|
||||||
if (size > len)
|
if (size > len)
|
||||||
size = len;
|
size = len;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue