Fix command description in case of a device name passed as argument.
This commit is contained in:
parent
2d76b4d81e
commit
b67422d33d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-27 Francesco Lavra <francescolavra.fl@gmail.com>
|
||||
|
||||
* docs/grub.texi (ls): Fix command description in case of a device name
|
||||
passed as argument.
|
||||
|
||||
2013-11-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Eliminate variable length arrays in grub_vsnprintf_real.
|
||||
|
|
|
@ -4420,7 +4420,7 @@ List devices or files.
|
|||
With no arguments, print all devices known to GRUB.
|
||||
|
||||
If the argument is a device name enclosed in parentheses (@pxref{Device
|
||||
syntax}), then list all files at the root directory of that device.
|
||||
syntax}), then print the name of the filesystem of that device.
|
||||
|
||||
If the argument is a directory given as an absolute file name (@pxref{File
|
||||
name syntax}), then list the contents of that directory.
|
||||
|
|
Loading…
Reference in a new issue