we want block list'

This commit is contained in:
fzielcke 2008-09-03 20:15:15 +00:00
parent 193d1e43d9
commit ea8f03e60c
3 changed files with 23 additions and 23 deletions

View file

@ -822,7 +822,7 @@ grub> @kbd{chainloader +1}
@samp{+1} indicates that GRUB should read one sector from the start of @samp{+1} indicates that GRUB should read one sector from the start of
the partition. The complete description about this syntax can be found the partition. The complete description about this syntax can be found
in @ref{Block list syntax}. in @ref{blocklist syntax}.
@item @item
Run the command @command{boot} (@pxref{boot}). Run the command @command{boot} (@pxref{boot}).
@ -1808,7 +1808,7 @@ you see the files in a device or use the command @command{find}
@menu @menu
* Device syntax:: How to specify devices * Device syntax:: How to specify devices
* File name syntax:: How to specify files * File name syntax:: How to specify files
* Block list syntax:: How to specify block lists * blocklist syntax:: How to specify blocklists
@end menu @end menu
@ -1875,7 +1875,7 @@ say, @samp{(hd1,0)} by the command @command{root} (@pxref{root}), then
@code{/boot/kernel} is the same as @code{(hd1,0)/boot/kernel}. @code{/boot/kernel} is the same as @code{(hd1,0)/boot/kernel}.
@node Block list syntax @node blocklist syntax
@section How to specify blocklists @section How to specify blocklists
A blocklist is used for specifying a file that doesn't appear in the A blocklist is used for specifying a file that doesn't appear in the
@ -2688,7 +2688,7 @@ you forget a command, you can run the command @command{help}
@subsection blocklist @subsection blocklist
@deffn Command blocklist file @deffn Command blocklist file
Print the block list notation of the file @var{file}. @xref{Block list Print the blocklist notation of the file @var{file}. @xref{blocklist
syntax}. syntax}.
@end deffn @end deffn