needing to be compiled with serial support.
(ls): Indicate that multiple files are accepted.
* grub-core/commands/ls.c (GRUB_MOD_INIT): Update help text to
indicate that multiple files are accepted.
+2010-09-16 Colin Watson <cjwatson@ubuntu.com>
+
+ * docs/grub.texi (serial): Remove obsolete comment about GRUB
+ needing to be compiled with serial support.
+ (ls): Indicate that multiple files are accepted.
+ * grub-core/commands/ls.c (GRUB_MOD_INIT): Update help text to
+ indicate that multiple files are accepted.
+
2010-09-16 Colin Watson <cjwatson@ubuntu.com>
* .bzrignore: Add *.1, *.8, grub-shell, grub-shell-tester,
@command{terminal_input} or @command{terminal_output} command is used
(@pxref{terminal_input}, @pxref{terminal_output}).
-This command is only available if GRUB is compiled with serial
-support. See also @ref{Serial terminal}.
+See also @ref{Serial terminal}.
@end deffn
@node ls
@subsection ls
-@deffn Command ls [arg]
+@deffn Command ls [arg @dots{}]
List devices or files.
With no arguments, print all devices known to GRUB.
GRUB_MOD_INIT(ls)
{
cmd = grub_register_extcmd ("ls", grub_cmd_ls, 0,
- N_("[-l|-h|-a] [FILE]"),
+ N_("[-l|-h|-a] [FILE ...]"),
N_("List devices and files."), options);
}