From b67422d33de8eee83700db534a45b2ac5e5ed67a Mon Sep 17 00:00:00 2001 From: Francesco Lavra Date: Thu, 28 Nov 2013 17:25:52 +0400 Subject: [PATCH] Fix command description in case of a device name passed as argument. --- ChangeLog | 5 +++++ docs/grub.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d24f53345..190a52591 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-27 Francesco Lavra + + * docs/grub.texi (ls): Fix command description in case of a device name + passed as argument. + 2013-11-27 Vladimir Serbinenko Eliminate variable length arrays in grub_vsnprintf_real. diff --git a/docs/grub.texi b/docs/grub.texi index 6aee292f0..529e328b2 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -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.