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>
|
||||
|
||||
* 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.
|
||||
.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
|
||||
grub-install \- install GRUB on your drive
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" 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
|
||||
grub-md5-crypt \- Encrypt a password in MD5 format
|
||||
.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]...
|
||||
.SH DESCRIPTION
|
||||
Check if the format of FILE complies with the Multiboot Specification.
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
suppress all normal output
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
display this help and exit
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
output version information and exit.
|
||||
.PP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR suppress all normal output
|
||||
\fB\-h\fR, \fB\-\-help\fR display this help and exit
|
||||
\fB\-v\fR, \fB\-\-version\fR output version information and exit.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-grub@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -175,7 +175,7 @@ fat_read (char *buf, int len)
|
|||
|
||||
if (FAT_SUPER->file_cluster < 0)
|
||||
{
|
||||
/* root directory for non-fat16 */
|
||||
/* root directory for fat16 */
|
||||
size = FAT_SUPER->root_max - filepos;
|
||||
if (size > len)
|
||||
size = len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue